Click here to Skip to main content
15,884,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,


Migrating project from MVS 6.0 to MVS 2010.

1)what are the challenges will be there?
2)what about the performance?
3)Should i need to do any configuration settings?


Regards,
Ranjith
Posted
Updated 28-May-14 23:04pm
v2

1 solution

1. Many, but it will largely depend on the structure of your project(s).
2. Performance is largely a feature of your code, rather than the versions of the IDE or compiler.
3. See 1.

You can try importing your existing projects into VS2010, but it may be better to create new projects and just import your source files manually.
 
Share this answer
 
Comments
CHill60 29-May-14 6:25am    
Completely agree with the "create new projects". On the Form based apps I've migrated I also ended up re-building the Forms from scratch - and dumping all of the code in the Resize events :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900