Migration from VS 6 to .Net

L

lz

I have a dll developed under VC/VS6. Will VS .NET be able
to open the same project and compile it? Any information
is greatly appreciated.
 
G

Guest

It will convert the old project format into a new .sln and .progj format.

It will work fine.
 
S

Scott M.

Well, it will bring up the Migration Wizard which will ATTEMPT to convert
the code. Even when this process is complete, the code you wind up with may
not be optimized for the .NET platform.
 
T

Tian Min Huang

Hi,

I agree with the previous replied from others that VS .NET will
automatically upgrad the project created by VS 6 and will build properly.
If you have any specific problems regarding upgrading the project, please
feel free to post the detailed error message or even a reproducible
project. We will be glad to check it on our side.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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