当我运行我的项目时,请帮我解决这个错误 [英] Help me with this errors when i run my project

查看:100
本文介绍了当我运行我的项目时,请帮我解决这个错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

开始运行解决方案时出现错误(vs2008 c#Windows应用程序)
这是错误

I have an error when i start run my solution (vs2008 c# windows application)
and this is the error

((can not debugging because the debug target 'D\:........\windowsapplication\project\widowsapplication8\bin\debug\projectname.exe' is missing please build the project and retry or set the outputpath and assemblyname properties appropriately to point at the correct location for target assembly))


这是出现的消息,我尝试通过重建项目来修复它,并在屏幕中出现另一个错误

在证书存储区中找不到清单签名证书


这是什么错误,我该如何解决.

在Advance中致谢


this the message that comes , i try to fix it by rebuild the project put another error appears in the screen

unable to find manifest signing certificate in the certificate store


what this errors and how can i solve it.

Thanks in Advance

推荐答案

如果您删除了启动表单(通常是Form1),则需要重新创建丢失的表单或添加具有相同名称的新表单. br/> 或者,您可以在代码行中输入新的表单名称来代替Form1():
If you have deleted the startup form (usually Form1) then you need to recreate the missing form or add a new form with the same name.
OR you could enter a new form name in substitution of Form1() in the line in your code:
Application.Run(new Form1());


您也可以尝试以下解决方案:
http://social.msdn.microsoft.com/论坛/en-AU/vsdebug/thread/1a89d2df-0c57-4bb2-8c1a-b619e6cbb065 [ http://bartwullems.blogspot.com/2011/11/visual-studio- not-start-debugging.html [ ^ ]
http://connect.microsoft.com/VisualStudio/feedback/details/526352/visual-studio-cannot-start-debugging-because-the-debug-target-is-missing [


Also you can try following solutions:
http://social.msdn.microsoft.com/Forums/en-AU/vsdebug/thread/1a89d2df-0c57-4bb2-8c1a-b619e6cbb065[^]
http://bartwullems.blogspot.com/2011/11/visual-studio-cannot-start-debugging.html[^]
http://connect.microsoft.com/VisualStudio/feedback/details/526352/visual-studio-cannot-start-debugging-because-the-debug-target-is-missing[^]


为什么不使用某些尚存的代码格式化硬盘并询问我该如何解决"?你问的几乎是一样的.



首先,在没有版本控制系统的情况下停止工作-如今,由于这种系统非常轻巧,可靠且免费,因此变得毫无意义.查看以下讨论:
版本控制系统,有哪些可供选择? [ ^ ]以及我最近的详细回答:
Why not formatting your hard drive with the only surviving version of some code and asking "how can I solve it"? What are you asking is pretty much the same.



First of all, stop working without Revision Control system — these days it makes no sense as such system can be extremely lightweight, reliable and free of charge. Look at this discussion: Revision control systems, which to choose from?[^] and also my recent answer with a lot of detail: Needs some words of wisedom to set up and/or use a server[^].

—SA


这篇关于当我运行我的项目时,请帮我解决这个错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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