| Thread | Last Post | Replies |
|
| Queued Components and TransactionScope | 24 Jul 2006 18:00 GMT | 1 |
I have an app that uses Queued Components. The queue is set as transactional and the transaction is set to Supported (I've also tried Required). Everything is running on the same box (tried XP and 2k3). In my app I wrap the queued component call in a TransactionScope. I'm ...
|
| DLL C++ export to .NET C# | 18 Jul 2006 18:15 GMT | 1 |
apologies in advance if this topic has already been covered, but my search in the newsgroups has yet to reveal the secret formula. I've got a .NET C# application that invokes a classic C++ .DLL using DllImport. I'm working at source level with both .NET and the C++
|
| regsvcs no longer works: You must have administrative credentials to perform this task | 18 Jul 2006 11:43 GMT | 1 |
I have written an application in .NET 2 (I also have .NET 1 installed). Until a few days ago, I could use regsvcs without any problem in order to installed my serviced assemblies in COM+. All of a sudden, when I tried it today, I got "You must have administrative credentials to ...
|
| System.Transactions vs EnterpriseService | 17 Jul 2006 15:38 GMT | 2 |
I'm a little bit confused with this new System.Transactions namespace. I was able to understand its propose, but it looks like it is the replacement for EnterpriseService (ServicedComponent) when all you want from COM+ is the transaction coordination.
|
| SerializationException while returning XmlElement type in Com+ Component | 09 Jul 2006 19:59 GMT | 1 |
I have a Com+ component in C# which has a method as follows: public XmlElement CreateRequest ( string loanNumber ); This method creates a request using XmlDocument object and returns XmlDocument.DocumentElement which is basically an XmlElement. Now after
|
| The object that wouldn't die | 05 Jul 2006 16:20 GMT | 4 |
I have a COM+ application with one object that is never destroyed. Each time I run the client application that uses it, the a new instance of the object is created. Even though the object is set to null by the client, it never gets garbage collected. The only way to destroy the ...
|