• 未加载的程序集


    错误一个接着一个 蹂躏着我脆弱的心灵。。

    未处理的“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

    先试第一个不行再试第二个

  • 相关阅读:
    清除浮动
    版心和布局流程
    浮动(float)
    盒子模型(CSS重点)
    CSS 三大特性
    CSS 背景(background)
    移动web开发之rem布局
    .移动端常见布局
    移动端基础
    CSS高级技巧
  • 原文地址:https://www.cnblogs.com/minggoddess/p/2038118.html
Copyright © 2020-2023  润新知