| Thread | Last Post | Replies |
|
| Serviced component on a remote machine | 30 Jun 2006 09:39 GMT | 3 |
I have an ASP.NET website on computer A and a serviced component on computer B. Computer A, a development computer, is running Windows XP, and computer B is running Windows 2003 Standard. Now I want to make a reference in the website to the serviced
|
| COM+ is down. | 19 Jun 2006 17:08 GMT | 3 |
I have a VC++ program that interacts with COM+. These COM+ are written to interact with database. But for some reason the COM+ going down. I'm not able to find out what exactly make the COM+ to go down. Since the COM+ is down, the VC++ program won't get any data, when it makes the
|
| exe COM server ? | 17 Jun 2006 23:24 GMT | 2 |
Can anyone please tell me if in .NET it's possible to create an exe COM server ? I would like to have the possibility to create such an server because I want to use it via COM from Win32 and also be able to run it via command line.
|
| com+ and gac | 17 Jun 2006 23:16 GMT | 3 |
I have a simple question : is it ncecessary for a com+ application that ALL assemblies used by this application must be in GAC? Thanks a lot Vincent
|
| URGENT (COM+ Applications) | 16 Jun 2006 16:00 GMT | 3 |
I have a problem migrating a distributed application from Windows 2000 + IIS 5 to Windows 2003 + IIS 6. The application is written in VB6 and it uses COM+ to allow communication between the web server and the application server through a firewall.
|
| QueryInterface fails | 06 Jun 2006 18:22 GMT | 4 |
I have some problems with COM+ - QueryInterface failed for the interface XXX.. I searched the net,and none of the solutions presented did not help me.situation is.. I have developed a COM+ ServicedComponent in C#. This class implements few interfaces. Initial ClassInterface ...
|
| Invoking COM / .NET DLLs from Windows Service | 05 Jun 2006 13:56 GMT | 2 |
We are developing a .NET application which will invoke the methods from different COM / .NET DLLs. While invoking methods from .NET DLLs, I am encountering the following error. I have also included the detail of the error stack trace and the code that I have written to invoking ...
|