I want to take advantage of the object pooling capabilities of .NET components running under COM+, and I want to use them in VB6.
I'm able to get my .NET component into COM+ and it is configured properly for object pooling, but when I look at the COM+ application in Component Services it doesn't list any methods that I can call on it. I read something on msdn that said you have to implement an interface that defines the methods that you want to use in the component. I did that and still no methods were showing up. I tried to load the type library that is generated by regsvcs into OLE View to see what exactly is generated but it gave me a non-descriptive error.
Any suggestions??




Reply With Quote