简体   繁体   English

无法在Web服务器上启动调试。 该地址对此上下文无效

[英]Unable to start debugging on the web server. The address is not valid for this context

I was unable to start debugging of web server or attach to process due of error: 由于错误,我无法启动Web服务器的调试或附加到进程:

The address is not valid for this context.

Most similar question I found is for another error and doesn't provide correct answer. 我发现的最相似的问题是另一个错误,没有提供正确的答案。

I figure out that I need to Enable 32-Bit Applications in Application Pool settings: 我发现需要在“应用程序池”设置中启用“ 32位应用程序”:

在此处输入图片说明

My error message is similar when starting the project: 启动项目时,我的错误消息类似:

"Error while trying to run project: Unable to start program 'C:\\Project\\StrictAny\\PrensentationLayer\\bin\\PPEREM.exe' “尝试运行项目时出错:无法启动程序'C:\\ Project \\ StrictAny \\ PrensentationLayer \\ bin \\ PPEREM.exe”

The address is not valid for this context " 该地址对此上下文无效”

I solved the problem by switching [Solution Explorer=>Solution Properties=>Active config=>Debug|AnyCUP] to "Debug|x86" 我通过将[Solution Explorer => Solution Properties => Active config => Debug | AnyCUP]切换为“ Debug | x86”来解决了问题

Then the application proceeds in starting. 然后应用程序开始启动。

Weird issue.. 奇怪的问题

hope this helps anyone. 希望这对任何人有帮助。

暂无
暂无

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

相关问题 无法在Web服务器上启动调试。 - Unable to start debugging on the web server. 无法在 Web 服务器上开始调试。 无法连接到网络服务器 - Unable to start debugging on the web server. Unable to connect to the webserver 无法在Web服务器上启动调试。 操作超时 - Unable to start debugging on the web server. The operation timed out 无法在Web服务器上启动调试。 Visual Studio没有管理员 - Unable to start debugging on the web server. Visual Studio WITHOUT admin 无法在Web服务器上开始调试。 Visual Studio 2008年 - Unable to start debugging on the Web Server. Visual Studio 2008 无法在Web服务器上启动调试。 无法启动Asp.Net调试 - Unable to start debugging on the web server. Could not start Asp.Net debugging 无法在Web服务器上启动调试。 Windows 64位平台不支持混合模式调试 - Unable to start debugging on the web server. Mixed mode debugging is not supported on Windows 64-bit platforms Visual Studio“无法在 Web 服务器上开始调试。Web 服务器没有及时响应。” - Visual Studio "Unable to start debugging on the web server. The web server did not respond in a timely manner." VS 2015错误无法在Web服务器上启动调试。 远程服务器返回错误:(403)禁止 - VS 2015 Error unable to start debugging on the web server. remote server returned an error:(403) forbidden 重装 iis 后无法在 web 服务器上启动调试。 远程服务器返回错误:(404) 未找到。` - After reinstalling iis unable to start debugging on the web server. the remote server returned an error: (404) not found.`
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM