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++
DLL. The DLL exports no...
more >>
Hi,
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 using
En...
more >>
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 perform this
...
more >>
Hi,
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.
I'm about to start a new project an...
more >>