migrate vb6 to vb.NET 2003

M

marty.overdear

I have a laptop that I take to customers site to install software. I
have an application that needs .net 2003 for compilation. I also have
a vb6 application that interfaces with this product. I need to be
able to work with this interface code, so I will need to compile it
again. Is it possible to have vb 6 and .NET 2003 loaded on the same
machine?

I tried converting the vb 6 to .net with the wizard, but I got a
memory reference error. It shows up in the design in .NET, but it has
errors everywhere. It has upgrade errors and warnings everywhere.
 
D

diAb0Lo

I have a laptop that I take to customers site to install software. I
have an application that needs .net 2003 for compilation. I also have
a vb6 application that interfaces with this product. I need to be
able to work with this interface code, so I will need to compile it
again. Is it possible to have vb 6 and .NET 2003 loaded on the same
machine?

I tried converting the vb 6 to .net with the wizard, but I got a
memory reference error. It shows up in the design in .NET, but it has
errors everywhere. It has upgrade errors and warnings everywhere.

Yes, I have both IDE on the same machine. Visual Studio .Net 2003 and
Visual Studio 6.0. I have no problem with them.
 
D

Dick Grier

Hi,

Yes.

However, you might want to consider using VS 2005 (or VB2005 Express),
instead of VS 2003. The Express version is free/or really inexpensive, if
you get the CD version.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 

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