views:

101

answers:

2

I've been working on a program in Visual Studio 2010. I'm still having compatibility issues I've mentioned here before.

Is there a way to downgrade my C# project so that I can open it with Visual Studio 2008 (without copying the code over and recreating the form)?

For those who'd like to know, the problem I'm having is some sort of unhandled exception as soon as the program runs on the Windows XP machine (it delivers the "send error report" window). I spoke to some people who suggested it might be a compatibility issue, so I thought I'd give that a try. I figured if I could get it to compile on Visual Studio 2008 on a Windows XP SP2 machine, it'd work on the necessary machine. If anyone has any suggestions as to what else the problem could be, that is also welcome.

+3  A: 

Give this a try:

How to downgrade from Visual Studio 2010 project to VS 2008 or VS 2005?

Nathan Taylor
this doesnt't detail how to downgrade a C++ project file
JaredPar
@Jared all his posts are V# related that I have seen...
Aaron
@Aaron, @0xA3 I'm just misreading C# as C++ today.
JaredPar
A: 

With ease no...here is a post on how it could possibly work. In addition if you have 4.0 features you will have to revert those to 3.5 syntax.

Aaron