错误一个接着一个 蹂躏着我脆弱的心灵。。
未处理的“System.IO.FileNotFoundException”类型的异常出现在Microsoft.Xna.Framework.Game.dll中
其他信息:未能加载文件或程序集“Microsoft.Xna.Framework,Version=2.0.0.0,Culture=neutral,PublickKeyToken=*^&*%^&%”或它的某一个依赖项。系统找不到指定的文件
重温下解决方案(不考虑问别人)
1.中文google 没结果—>2 翻译成英文再搜!
I found the solution! Like Shawn Hargreaves said, I had to change platform target to x86, and needed to add this line in the compileroptions:
parameters.CompilerOptions = "/platform:x86";
可我找不到在哪里改
.csproj里找不到
这个问题应该是xna2.0转到xna3.0导致的 target platform 不能是anyCPU
有两个方案
一、改csproj
二、装VS2005+xna2.0
先试第一个不行再试第二个