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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't create DCOM DLL in VB.NET

Status
Not open for further replies.

Clairvoyant1332

Programmer
May 21, 2003
147
US
I've been 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
 
OK... I just read the FAQ (duh!) and apparently I need to make an EXE instead of a DLL.

Now I can't figure out how to make the EXE expose it's COM objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top