他们都提到了调试标签上的启用Visual Studio托管过程复选框.但是这个选项没有出现在我的屏幕上.我已经在控制台应用程序和 windows应用程序项目输出类型的属性页上尝试过此操作. VS Community 2017是否支持此功能,或者还有另一种方法可以实现相同的结果?解决方案此功能似乎已在VS 2017中删除.根据此线程以及这.不幸的是,我还没有从官方来源找到任何东西.所以我的猜测是,也许您有以前版本(VS2015?)生成的这些文件.尝试从bin和obj目录中删除所有文件,然后进行构建以查看是否再次生成了这些文件.希望这会有所帮助!I am trying to disable output of a vshost.exe file to my release folder.There is a similar question here and here. This Microsoft doc instruction for 2015, and followed the 2017 rc link and found thisThey all mention the Enable the Visual Studio hosting process checkbox on the properties Debug tab. But this option does not appear in my screen.I have tried this on the properties pages for Console Application and windows Application project output types.Is this feature supported in VS Community 2017 or is there another way to achieve he same result? 解决方案 This feature seems to be removed in VS 2017. According to this thread and also this one. Unfortunately, I haven't found anything from official sources.So my guess is that maybe you had these files there generated by previous versions (VS2015?). Try deleting all files from bin and obj directories and do a build to see if these files are generated again.Hope this helps! 这篇关于在Visual Studio Community 2017上禁用Visual Studio托管过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-29 17:39
查看更多