Visual C# 2005 Express problem.
- nns357
-
nns357
- Member since: Jun. 2, 2008
- Offline.
-
- Forum Stats
- Member
- Level 01
- Blank Slate
Hey guys, this is really only a question for Visual Studio users as far as I understand. When working with XNA in VC# 2005 Express, I can open some .sln(s) projects from source obtained on the web, and I can open any .sln of a project I create from scrath. The problem lies in source from the internet, wheresome of them will give me the error in the screenshot below. I have even gotten this error from an .sln a friend sent me, where it would say the .csproj could not be opened in this installation even though we were using the same version of XNA and C#. Thanks for any help.
- CronoMan
-
CronoMan
- Member since: Jul. 19, 2004
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
At 6/5/08 08:32 PM, nns357 wrote: Hey guys, this is really only a question for Visual Studio users as far as I understand. When working with XNA in VC# 2005 Express, I can open some .sln(s) projects from source obtained on the web, and I can open any .sln of a project I create from scrath.
Make sure the project you're trying to open is in fact a C# project, and not VB.NET, J# or something like that
If it is, and it doesn't work, you can just create a new project, and include all the source files
"no sound in ass"
- nns357
-
nns357
- Member since: Jun. 2, 2008
- Offline.
-
- Forum Stats
- Member
- Level 01
- Blank Slate
At 6/6/08 03:08 AM, CronoMan wrote: Make sure the project you're trying to open is in fact a C# project, and not VB.NET, J# or something like that
If it is, and it doesn't work, you can just create a new project, and include all the source files
Yes its a C# project because thats the only language XNA works on. Thanks for the help, I will do that.

