清洁解决方案 - Visual Studio [英] Clean Solution - Visual Studio

查看:177
本文介绍了清洁解决方案 - Visual Studio的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





Visual Studio 2008中没有干净的解决方案选项。任何人都可以告诉我如何执行此操作。



谢谢

Raj

Hi,

There is no clean solution option in Visual Studio 2008. Can any one tell me how to perform this operation.

Thanks
Raj

推荐答案

它应该在那里。如果你使用快递版,它只是隐藏在Express Edition中。您可以在自定义菜单中添加该功能。



使用按 CTRL + Shift + B可以实现同样的功能



请检查: 清洁解决方案
It should be there.If you use express edition,it is just hidden in the Express Editions.You can add that functionality in a custom menu.

Same thing you can achieve by using Press CTRL+Shift+B

Please check this : Clean Solution


清洁不会清理您的代码。

它只是删除构建文件和obj文件夹。



要清理代码,请尝试重构它 [ ^ ]。
Clean does not clean up your code.
It simply removes the build files and the obj folder.

To clean up your code trying refactoring it[^].


嗯,重建您的项目。 (可能没有帮助,但试一试;))

然后它仍然无法帮助,尝试创建新项目并查看。



我忘记提及这一点,你也可以使用命令行清理你的解决方案。例如,

devenv FileName / Clean [/ project projectnameorfile [/ projectconfig name]]

参见 MSDN [ ^ ]



-KR
Well, Rebuild your project. (may not be helpful, but give it a try ;))
And still it is not helping then, try to create new project and see.

I forget to mention this, you can clean your solution using command line as well. For example,
devenv FileName /Clean [ /project projectnameorfile [/projectconfig name ] ]
See MSDN[^]

-KR


这篇关于清洁解决方案 - Visual Studio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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