Exposing .net library to COM

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

i have written a library in .net by c#
and i want to expose it to com

i have follow all the instruction in this website:
http://www.codeproject.com/dotnet/nettocom.asp

and then i open the VB6
and i want find my com in the reference and add in it
but when i want to use the method in it, i cannot find out
and i press F2 to open the object browser
i cannot see anything inside the com i created..
do anyone know what i have done wrong?
thx for helping
 
Back
Top