I have successfully created a component in c# that uses
EnterpriseServices for object pooling, however I noticed that when I
tried to call the object from vb6 I was not able to use intellisense.
Upon further inspection it seems that the the test method was not
exported to the .tlb

 

The method I was testing is:

 

public string HelloWorld() { return "Hello World!"; }

 

Is there anything "special" I have to do to get these to export?

 

Thanks,

-Brooke

 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to