I have some projects from XNA 1.0 that I wanted to debug but when I try to convert them to VS 2008 the conversion errors out and only converts the .csproj and .sln file, all other project and resource files remain unconverted with no explanation as to why. Then I went back and tried to convert just regular C# 2005 projects and get the same error. Why is this happening?
Also, none of my previous games running XNA 1.0 are working on my computer even though I have the latest .NET framework, DirectX 9.0c, and XNA refresh redistributable. Anyone know of any problems running old XNA games with 3.1 installed?
Edit: Here is one of the projects I am trying to convert http://adamsepanski.com/personal/gamedev/goodefender/GooDefenderSource.zip . Also, if someone wants to download the game and let me know if they are having problems playing it I would be obliged, it was working before XNA 3.1 came out but I also reformatted my computer since then and not sure if that is what broke it on my comp or the latest version of XNA. Link to game is here: http://adamsepanski.com/personal/gamedev/goodefender/GooDefender.exe .My Goal was to reopen the project in VS 2008 and add debugging info to a logging file so I could see where the error was.
Edit2: Ok sounds like I'll wait till 4.0 comes out. A good lesson to always use error logging....