当我尝试建立我的应用程序时出错 [英] Error when i try to bulid my application

查看:88
本文介绍了当我尝试建立我的应用程序时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我开发了一个Vs2010项目,我的项目运行良好,直到现在,我尝试构建我的系统,都会引发此错误
错误20未知的生成错误,无法加载文件或程序集" file:///C:\ Users \ Application \ obj \ x86 \ Debug \ xx.exe"或其依赖项之一.该模块预计将包含一个组装清单."药学

任何人都可以帮助我解决该错误
谢谢

hi every one ,
i developed a Vs2010 Project my project Was working Fine until now i try to build my system it throw me this Error
Error 20 Unknown build error, ''Could not load file or assembly ''file:///C:\Users\Application\obj\x86\Debug\xx.exe'' or one of its dependencies. The module was expected to contain an assembly manifest.'' Pharmacy

any one can help me in solving that error
thanks

推荐答案

您收到此错误,因为您的代码没有得到编译.它们必须是一些语法错误.这就是为什么您的exe无法获得构建,并且无法运行的原因.
You are getting this error because your code is not getting compiled. Their must be some syntax error. And that is why your exe is not getting build, and it will not available to run.


在创建它的文件夹中打开您的项目.在bin \ debug文件夹中查看:if您会看到xx.exe,将其删除.

现在,在Visual Studio中打开您的项目,并在调试"模式下重新编译:注意任何错误:检查bin \ debug文件夹中是否现在有xx.exe文件.
Open your project in the folder it was created in. look in the bin\debug folder: if you see xx.exe, delete it.

Now open your project in Visual Studio and re-compile in Debug mode: note any errors: check whether or not there is now an xx.exe file in the bin\debug folder.


请参阅如果此解决方案有帮助:

http://social.msdn.microsoft.com /Forums/zh-CN/vsdebug/thread/9ad17869-63cc-4529-bfaf-9099db500e0d/ [
See if this solution helps:

http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/9ad17869-63cc-4529-bfaf-9099db500e0d/[^]


这篇关于当我尝试建立我的应用程序时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆