| Thread | Last Post | Replies |
|
| COMAdmin.ICatalogCollection.SaveChanges() - Help | 31 Oct 2005 15:26 GMT | 3 |
I have writen some C# code that will subscribe an object as a transient subscriber for a particular event. When the COM application that this code is associated with is activated as a library, everything works fine. However, when the application is activated as a server, I get the
|
| XP and 2003 COM+ Compatibility | 23 Oct 2005 16:01 GMT | 2 |
We are developing an application in .Net 1.1 and using COM+ as our transaction manager. Our database is stored on a Windows 2003 SP1 server (with COM+ all enabled for network access).
|
| How to install an configured component in more than one application partition Win2k3? | 20 Oct 2005 12:42 GMT | 1 |
I've tried to install my cofigured component in more than one application partition on Windows 2003 Server using regsvcs.exe /parname:<name of partition>. The first installation has worked without problems but the second has failed with an error: "...already installed". I haven't ...
|
| ServiceDomain/ServiceConfig vs ServicedComponent | 19 Oct 2005 10:41 GMT | 1 |
My application needs component level transactions and across database transactions. .Net provides 2 classes ServiceDomain/ServiceConfig for using component services. This is supported in Windows 2003, but not in Windows 2000. This approach is quite simple and doesn't have the
|
| "COM+ System Application service was changed from demand start to disabled." | 18 Oct 2005 16:17 GMT | 1 |
On a 2003 MS Terminal Server the COM+ System Application and Distributed Transaction Coordinator services keep changing from the "started" state to the "disabled" state. When they are manually reactivated on the server they run for a few hours and are disabled again.
|
| Com+ packages will not start - - error | 17 Oct 2005 15:50 GMT | 2 |
When right clicking on my Component Services Application, and choosing to Start the application, I get the following error: "an error occurred while processing the last operation" "Error code 800401E4 - Invalid syntax"
|
| Reccomend A Good Book | 04 Oct 2005 19:30 GMT | 2 |
My company are just about to launch a massive project and I am going to have the job of working on web based pages which perform billing and other tasks. I thought this would be the sort of application which could benifit from some of the features of "enterprise"/COM+ solutions ...
|
| Design Question on Transaction Management | 02 Oct 2005 07:47 GMT | 1 |
We have a situation when after user submits the page the data goes to 5 different stored procedures which are executed one after the other and all these stored procedures should be in a one single transaction. My question is where should I start the transactions, In the Business
|