Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Document load is being skipped - what document is causing this?

when loading up a solution in VS2008 I get:

An error was encountered while opening associated documents the last time this solution was loaded. Document load is being skipped during this solution load in order to avoid that error.

How can I find which document is causing the problem?

like image 946
Johnno Nolan Avatar asked Feb 17 '09 12:02

Johnno Nolan


1 Answers

I can't say I've seen this particular error, but I'm wondering if that might be stored in the .suo file associated with your solution. The .suo is where VS tracks which files you had open previously, so maybe it tracks failed ones as well. You might try renaming or deleting that file and then reloading the solution to see if the error goes away. Unfortunately, those files aren't entirely human-readable, so if that proves to be the location, it may not be trivial to determine which file was at fault.

like image 128
Pedro Avatar answered Nov 10 '22 17:11

Pedro