Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a DLL for DCOM use

Status
Not open for further replies.

Clairvoyant1332

Programmer
May 21, 2003
147
US
I've trying to create a DLL in VB.NET that contains a class that I can call remotely. I've created a public class with a public constructor in the DLL. The class shows up in the list of COM objects you can reference in VB, but when I run dcomcnfg.exe I don't see the class I created.

Any ideas?

Dennis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top