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

Please help me..
is it possible to convert vb.net 10 code to vb.net 2008?
Posted
Comments
neuronio.inc 12-Oct-12 5:51am    
How to conversion?

1 solution

Yes it is possible.

Remember, Visual Studio is an IDE.
What you are looking at is migrating code from one framework version to another.
If you are using some feature of .Net 4.0, you will not be able to convert it to .Net 3.5 and thus you will need to find workarounds for those pieces.

Rest of the code can just be migrated / copied as is right now.
 
Share this answer
 

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