【发布时间】:2016-05-20 17:30:41
【问题描述】:
使用 ClickOnce 发布应用程序后,我在 VS 2010 中收到以下错误。
Error - The security debugging option is set but it requires the Visual Studio
hosting process which is unavailable in this debugging configuration. The
security debugging option will be disabled. This option may be re-enabled in
the Security property page. The debugging session will continue without security
debugging
现在每次我尝试调试我的项目时,当我尝试运行任何数据库查询时,我都会收到“未指定错误”。我尝试了多个不同的查询,所有这些都适用于一个新的空白解决方案,只是在我当前的解决方案中没有。
注意:仅在调试时,我不会在应用程序的发布版本上收到“未指定错误”。
不确定我能做些什么来解决它。这似乎与我的项目设置有关,但我看不到任何不合适的地方。
罗伯
【问题讨论】:
标签: vb.net visual-studio visual-studio-2010 debugging