VB6 to .NET

  • Thread starter Thread starter Simon Hughes
  • Start date Start date
S

Simon Hughes

Guys,

I have installed Visual Studio .NET and am trying to run a conversion from a
VB6 project to a .NET project and the convertor complains that the following
references are not available:

MSADODC.OCX (6.0.0)
MSMAPI32.OCX (1.1.0)
MSBIND.DLL (VB6.0.SP4)
MSDATGRD.OCX(1.0.0)

Has anyone come across this problem or does anyone know how I can get around
this please?

Regards
Simon
 
Simon
One of the requirements of the Migration Tool is that the VB6 project must
be capable of being compiled clean (with reference to ActiveX controls) or
the Tool will not work properly.
HTH
Les
http://www.KnowDotNet.com
 
* "Simon Hughes said:
I have installed Visual Studio .NET and am trying to run a conversion from a
VB6 project to a .NET project and the convertor complains that the following
references are not available:

MSADODC.OCX (6.0.0)
MSMAPI32.OCX (1.1.0)
MSBIND.DLL (VB6.0.SP4)
MSDATGRD.OCX(1.0.0)

Has anyone come across this problem or does anyone know how I can get around
this please?

Is VB6 installed on the machine?

Related:

Q318597 - PRB: Errors When You Use Visual Basic 6.0 Controls in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;en-us;318597>
 
Herfried,

No it isn't. I have read the references below, will install VB6 as
suggested, then see if that resolves my problem.

Many thanks
Simon
 
Back
Top