VS2008 打开是提示个错误对话框,内容大致如下:
An exeception occurres while loading one of the styleCop add-ins:system.io.FileLoadException,Could not load file or assembly 'file:///D:\.........\VS.SmartDevice.UnitTest.Adapter.dll' or one of its dependencies .The given assembly name or codebase was invalid (Exception from HRESULT:0x80131047)
帮帮忙 解决下 谢谢!!!

解决方案 »

  1.   

    从字面意思上来看,是引用里的某个Dll文件不存在,或者是某个Dll文件依赖的文件不存在。你的这个工程是从别人的机器上拷过来的吧,有些Dll别人的机器上有,你的机器上就不一定有了。
      

  2.   

    VS.SmartDevice.UnitTest.Adapter.dll
    .....
    这个是智能设备项目单元测试用的一个文件...启动VS安装程序修复一下或者重装智能设备部分选项...