问题描述:VS2012现在无论是打开一个项目还是新建项目,都会在页面的顶部提示一个警告 |
|
补充一下,页面顶端提示的警告信息为
警告 1 E:\项目\WebSite2\Default.aspx: ASP.NET 运行时错误: 没有终结点在侦听可以接受消息的 net.pipe://localhost/4b08d5af-c000-4762-84f0-8eadf04b0bdb/CBMOutOfProcService。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。 E:\项目\WebSite2\Default.aspx 1 1 WebSite2 |
|
10分 |
尝试一下VS恢复默认设置
|
10分 |
有人也遇到过这个问题,参考:https://social.msdn.microsoft.com/Forums/vstudio/zh-TW/b35d786e-ad5d-42b8-a0a6-34df4556e3aa/there-was-no-endpoint-listening-at-netpipe-http-localhost-cbmoutofprocservice?forum=vssetup
1.访问http://support.microsoft.com/kb/958044更新windows系统 2.保证从官网下载vs http://social.msdn.microsoft.com/Forums/en/vssetup/thread/60f71a54-506e-4c70-be98-e993ce6d1ddf 1) Disable your Anti Virus software 禁用杀毒软件 2) Update your computer (Windows) 更新系统。。 Then you should make sure you have healthy installation package: 1) Suppose you are using a ISO, Please use this tool http://support.microsoft.com/kb/841290 to verify hash of the iso. The point of the exercise is to generate a hash value (or values) – MD5 and SHA1 – from the .iso file so that it/they can be checked against the known value(s) for that file. Any discrepancy would indicate that the file was corrupted. 2) If you are using a web installer, please make sure your network is healthy. |
从装和恢复都试过了 |
|
已经更新到最新系统,问题依旧。。。 |
|
40分 |
网上有解决了这个问题的说使用Administrator方式启动vs就好了,你的截图看来是没有用Administrator方式,可以试下。
|
40分 |
你的截图看来是没有用Administrator方式,可以试下
|
确实,之前加过admin权限,莫名奇妙的不见了。3Q,已给分。 |