Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I prevent the "Attempting to get the view from an adapter in state TextDocDataAvailable" fail in visual Studio 2013?

When I search my solution, and the main form (frmMain.cs) is within the search results, 2-clicking the line from the "Find Results" pane which should take me to the frmMain.cs file, I often just see a blank (albeit grayed out, not black) window in the IDE. If I then click on that grey foggy nothingness, it tells me, "Attempting to get the view from an adapter in state TextDocDataAvailable"

Closing VS and reopening it solves the issue temporarily (I can then 2-click the frmMain.cs file and view it normally), but is there a way to prevent this revoltin' development from happening at all?

Note: I can also, when this occurs, 2-click frmMain.cs in the Solution Explorer; this makes the "visual" part of the form visible in the IDE; I can then right-click and select "View Code" and it works. Odd, though...

like image 469
B. Clay Shannon-B. Crow Raven Avatar asked Dec 03 '15 17:12

B. Clay Shannon-B. Crow Raven


1 Answers

Admittedly a little late to the party... but FWIW - I've had the same issue and was able to close VS2015 by changing from the current tab to another tab and then closing VS2015 and restarting. I just figure that it's better to not have to kill processes manually if you don't have to. :-)

like image 124
HumbleBeginnings Avatar answered Sep 23 '22 16:09

HumbleBeginnings