Tagged Questions
Microsoft Transaction Server (MTS) was a COM-based transaction processing system for developing, deploying, and managing network applications.
5
votes
1answer
421 views
Differences between .NET application servers vs. Java application servers
I'd like to better understand the reasons for .NET's application server model compared to that used by most Java application servers.
In most cases I've seen with ASP.NET web applications, business ...
2
votes
2answers
155 views
Is there Microsoft Transaction Server explorer on Windows 7 Ultimate?
I need to "create packages and deploy components using MTS" for a higher national diploma course (BTEC). Can this be done with Windows 7 Ultimate and VB6?
I realize this feat may be outdated but I ...
2
votes
1answer
935 views
ASP, Server.CreateObject, MTS and C# object pooling — a reuse problem?
I'm trying to debug an "occasional" problem. We've got a classic ASP application that needs to send email. For whatever reasons it's using a C# object exposed via COM to do this send; the c# object is ...
1
vote
1answer
201 views
Managed and unamanged code updating the DB within one Transaction?
Within C#, I have an OracleConnection that updates the DB, and a reference to a legacy VB6 DLL which the C# calls into to update the DB (within the DLL, it uses an ADODB.Connection object).
I need to ...
1
vote
1answer
2k views
Using FFMPEG to join two MTS files together
I have two MTS video files, each one 2 minutes long. I need to be able to join the files together and convert the format to MPEG4. I have a suitable command line for converting MTS to MP4 but don't ...
1
vote
1answer
295 views
What is the difference between deploying to com+/MTS using regsvr32?
We have a legacy VB6 component that was com+/MTS and is used by asp classic. Staff is having trouble with deployment.
Would there be any harm in just using regsvr32 to register the DLL, which will be ...
0
votes
1answer
27 views
What can be used for a .net application to control video files (especially mts and m2ts)?
I am trying to build an application which will be used for analysing video files; pause, play, slow forward/backward, go to time and get time.
I am trying to use MediaElement for Wpf. But it does not ...
0
votes
1answer
289 views
vb6 why do I want unattended execution and retained in memory set?
14 years ago when I was a green horn, setting up the components for classic ASP was not in my pay grade... Now however, I have gone back to the future and I find myself having to maintain and code ...
0
votes
1answer
69 views
com+ application export problem. application proxy disabled
I have a com + application which I want to export as proxy.
The problem is that when I open the export wizard, the "Application proxy..." radio box is disabled.
Any idea?
Thanks
-1
votes
1answer
560 views
ffmpeg-how to convert an .MTS file to a vob for dvd burning
how do I convert an .MTS file using ffmpeg into a .vob file?