I have a two .NET assemblies which are registered as COM+ components and I\'m testing them from a regular console application test harness;
We\'ve built a windows service which uses some COM+ components (developed by us). It runs on a Windows server (virtual through vmware) and something is eating memory.
I\'m trying to create an installer for my serviced component (queued component). Once the .NET DLL is installed on client machine, I want to register it as COM+ Application, as if by invoking regsvcs
Is it possible in C# (4.0) to get the list of installed Com+ applications开发者_运维技巧 on the same box and then retrieve the status (Running/Shut down) of each of them?
We have a large legacy VB app made up of a number of DLLs (a couple of dozen or so), all installed into a single COM+ Server Application. Every now and then, something happens that causes dllhost.exe
I have a delphi app on an XP SP3 that talks to delphi com+ on windows 2000 server, has been working fine but now for one of the calls to the com+ it wo开发者_StackOverflow社区nt work and returns the e
I\'m trying to generate a Primary Interop Assembly for one of my projects that references Microsoft ActiveX Data Objects (MDAC 2.8). Adding this library through the References dialog box in Visual Stu
While multithreading is faster in some cases, sometimes we j开发者_如何学Pythonust want to spawn multiple worker processes to do work. This has the benefits of not crashing the main app if one of the
I have a Windows Service written in C# that controls a device connected to the computer by RS232 (gathers data and allows to control the device). It\'s named DeviceService and it\'s working properly.
I\'ve created a library to pass/get data to/from excel. To execute in my machine i modified the access permisions in COM+ console.