Hi,
I created a Dll in VB6.0.When I try to import it for CCW(.net),it showing error messsage "CLR error:8007000b.The program will now terminate".
Any body can help me for resolve the problem.Please tell me also what are steps I will follow to call any dll in C#.net project?
Thank you
Sanjay
Rashmin ViramgamaPosted May 12, 2009, 7:24 AM
e.g. regasm /codebase /tlb:Test.tlb Test.dll
Give Test.tlb reference in VB project.
Blocked AccountPosted Jan 4, 2008, 7:06 AM
First add the reference of that dll in you project.
and after that in which page u want to use that , register the assembly on that page.
Happy Coding!!