I am working on a program in Visual Studio 2010. I still have compatibility issues that I mentioned earlier here.
Is there a way to downgrade my C # project so that I can open it using Visual Studio 2008 (without copying the code and re-creating the form)?
For those who would like to know, the problem I am facing is some kind of unhandled exception as soon as the program runs on a computer running Windows XP (it provides the "Send an error message" window). I spoke with some people who suggested this was a compatibility issue, so I decided to give it a try. I thought if I can build it on Visual Studio 2008 on a computer with Windows XP SP2, it will work on the right machine. If anyone has suggestions on what else might be a problem, this is also welcome.
source
share