.NET to COM+ and vice versa
-
Hi, I'm trying to register a .NET assembly to COM+, and later use these COM+ services again in a .NET client application in a transaction context. So far, I've been able to get my .NET assemblies into the W2003 server component manager by registering them into the GAC using regsvcs. Then I exported the components as application proxies, so my client has access to the server where the COM+ components are hosted. I install them in my client, but when I try to add a reference it says: "The ActiveX type library was exported from a .NET assembly and can not be added as reference. Add a reference to the .NET assembly instead" Sorry if this has been asked before, searched for it but nothing showed up. Any help on what Im doing wrong would be greatly appreciated. Thanks in advance