I'm currently building an COM+ component that is to be used by a VB6 program and a ASP Website. It is the first part of the application that was build in .NET

I added a ComClass to my application and started building. The build was a success. I can use from VB6 and ASP.

The problem I'm faced with is that the object has to be installed as Proxy on a Win2K server. I installed the .Net Framework 1.1 - the same as used to build - and tried add the component. It doesn't seem to work this way. On my devellop machine I made a TLB file for the DLL with an external tool. This made it possible to add the component to Com+.

After that I tried to export it as proxy. This gives the errormessage - Error Code 800004003 - Invalid pointer.

Can somebody help me?