简体   繁体   English

在C#中重置我的项目.csproj文件

[英]reset my project .csproj file in c#

I'm working with c# in .net 4.0. 我正在.net 4.0中使用c#。 my question is how to reset my project settings. 我的问题是如何重置我的项目设置。 like csproj files, reference files. 像csproj文件,参考文件。 why because is my project could not find some dll(references). 为什么因为我的项目找不到某些dll(引用)。 while running with release mode it's working fine. 在发布模式下运行时,效果很好。 but debug mode it's can't run properly. 但在调试模式下无法正常运行。 missing some dll file what we added in reference list. 缺少一些我们在参考列表中添加的dll文件。 so is there any way to reset my project settings?any one please help me 有什么办法可以重置我的项目设置吗?有人可以帮助我

Resetting not obviously solve the problem. 重置显然不能解决问题。 Try to open the csproj file in a notepad and inspect the reference section on which all references are listed. 尝试在记事本中打开csproj文件,并检查列出了所有引用的引用部分。 Once you have this,it is easy to nail down the reference related issues. 一旦有了这个,就很容易确定与参考相关的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM