Unable to upgrade VB6 COM Dll to VB.Net

S

Shailja

I read lots of stuff on MSDN relating to upgrading a COM
Dll build using VB6 to VB.Net. Its seems to be a very easy
task. As per few articles when we open vb6 application
in .Net framework upgrade wizard is invoked. The wizard
gives us option to create DLL (option to create EXE is
grayed). Then articles says that if we want methods of
public classes to be converted to interface methods check
the box for Generate Interfaces For Classes. Now at my end
this checkbox does not appear on Page 2 of the wizard. I
have got version 7.1. The result is that my application is
upgraded successfully but the upgrade HTML displays
GenerateInterfacesForClasses = FALSE. Moreover when i try
to create a TLB using a utility i only get methods of
IDispatch Interface. TLB does not have my interface
methods , although it do create entry for my interface.
Please through some light on this problem.


Thanks in advance,
Shailja
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top