How to use a VB.Net dll in VC++6.0/VC++2008

mitrrahul

New member
Joined
Aug 11, 2008
Messages
2
Programming Experience
1-3
Hi All,
I am quite new for Vb.Net , i have a dll whcih is wrriten in VB.Net and now i want to use this dll in VC++2008 by using #import<path>. in order to use it in VC++ i have created a tlb file, but this tlb file does not contain any method which is define in dll, how ever i am able to use this dll in any other VB.Net projetc or c#.net project.

Please let me know if there is any way to expose all the method to com client.
i have tried register for cominteropand make assembly com-visible.
please let me know some pointer to solve this problem.

Thanks,
Rahul
 
If the vb.net dll works in vb.net and c# projects but not c++/c++.net then you're on the wrong forum.
 
Back
Top