Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello ,
i had one project written in C#.net vs2005 now i want to convert it into vs2008 is this possible..and if yes can i get all the functionality which was there in vs2005 code..and can i face any problem because of this conversion
Posted

The upgrade wizard in Visual Studio will do this automatically, it might give you a few warnings but for pure .net (not using COM or PInvoke etc.) code you can do this without problems.

The best advise is to backup your project, and try it out.
 
Share this answer
 
Comments
darashraf 23-Sep-11 10:14am    
thanks i convert my project into vs2008 but it is giving some errors ...i am doing a ivr project in which vc++ code is also there.it is using files form dialogic card drivers ...dialogic card is used in ivr applications
Yes you can covert it very easily using the conversion wizard of visual studio,The functionality and other features are depends on your project...

Before converting your project take backup and open your project in visual studio 2008 follow the instructions and cenvert it to VS 2008 project
 
Share this answer
 
Comments
darashraf 23-Sep-11 10:19am    
the project which i want to convert is an ivr project..there is vc++ coding also.it uses files from dialic drivers also..dialogic card is used in ivr projects..and in order to make it working there are some drivers which need to install ...and my project uses files from these drivers..i had converted project but it is giving some vc++ errors
Arun Kumar K S 23-Sep-11 22:32pm    
Its may be due to some linking error or need some small changes in code will fix your problem. I am sure you can use old version VC++ coding in higher versions compare with other languages in windows OS

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