未能加载文件或程序集或某一个依赖项
2018-06-17 21:26:02来源:未知 阅读 ()
最近看一个开源项目的时候由于自己电脑是32位的,运行项目就报这个错,于是网上找了一下发现这个问题解决方法下面这种最不错的就贴出来或许以后用得上
1.右键卸载项目
2.右键选择编辑工程文件加以下内容:
1 <PropertyGroup> 2 <ForceResGen32Bit Condition="'$(MSBuildToolsVersion)'=='4.0' And '$(PROCESSOR_ARCHITEW6432)'!='' And '$(TargetingClr2Framework)'=='true' And '$(PlatformTarget)'=='x86'">true</ForceResGen32Bit> 3 4 </PropertyGroup> 5 <Target Name="BeforeResGen" Condition="'$(ForceResGen32Bit)' == 'true'"> 6 <PropertyGroup> 7 <ResGenSdkToolsPath>$(IntermediateOutputPath)ResGenForced32Bit\</ResGenSdkToolsPath> 8 </PropertyGroup> 9 <!-- Copy resgen.exe to intermediate working directory for UAC settings --> 10 <Copy SourceFiles="$(TargetFrameworkSDKToolsDirectory)ResGen.exe" 11 DestinationFiles="$(ResGenSdkToolsPath)ResGen.exe" /> 12 13 <!-- corflags.exe resgen.exe /32BIT+ /Force--> 14 <Exec WorkingDirectory="$(ResGenSdkToolsPath)" 15 Command=""$(TargetFrameworkSDKToolsDirectory)corflags.exe" ResGen.exe /32BIT+ /Force" /> 16 17 <!-- GenerateResource Task parameters 18 Using the non-64bit Tracker.exe and indicate resgen.exe has been forced to x86 --> 19 <PropertyGroup> 20 <ResGenTrackerSdkPath>$(SDK40ToolsPath)</ResGenTrackerSdkPath> 21 <ResGenToolArchitecture>Managed32Bit</ResGenToolArchitecture> 22 <CacheTargetFrameworkSDKToolsDirectory>$(TargetFrameworkSDKToolsDirectory)</CacheTargetFrameworkSDKToolsDirectory> 23 <TargetFrameworkSDKToolsDirectory>$(ResGenSdkToolsPath)</TargetFrameworkSDKToolsDirectory> 24 </PropertyGroup> 25 </Target> 26 <Target Name="AfterResGen" Condition="'$(ForceResGen32Bit)' == 'true'"> 27 <PropertyGroup> 28 <TargetFrameworkSDKToolsDirectory>$(CacheTargetFrameworkSDKToolsDirectory)</TargetFrameworkSDKToolsDirectory> 29 </PropertyGroup> 30 31 <RemoveDir Directories="$(ResGenSdkToolsPath)" Condition="Exists('$(ResGenSdkToolsPath)')" /> 32 </Target>
3.右键重新加载项目,问题解决。本机实验通过
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:JSON学习笔记
- mysql如何批量执行sql文件 2019-09-23
- 保存数组配置到PHP文件,一行代码搞定 2019-09-17
- PHP大文件分片上传的实现方法,你会用嘛 2019-09-17
- 让你提高效率的 Linux 技巧 2019-09-04
- php在操作断点续传时文件如何分割合并 2019-08-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash