Suppress “No Source Available” pane in 2010

别来无恙 提交于 2019-12-03 12:18:52

Here is a link to an add-in that correct the bug:

http://visualstudiogallery.msdn.microsoft.com/en-us/fdbb2036-471e-40a7-b20e-31f8fd5578fa

This work great for me.

This worked for me:

Tools > Options > Debugging and untick Enable Just My Code

(thanks to this)

Sire

If you have enabled source server support, the solution is here: No Source available

After finding no help on this, I dug in to it myself and fixed it by Hiding the WindowFrame in the event that it is shown. There is no visual refresh glitch that I've seen so far.

Here is the GUID for the "No Source Available" pane: {1820bae5-c385-4492-9de5-e35c9cf17b18}

I found most of what I needed from this post:

http://blogs.msdn.com/dr._ex/archive/2004/11/07/253601.aspx

I believe this will only affect solutions with this package loaded, but really I don't know if the package stays loaded/active if the related project is closed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!