Visual Studio error: An error was encountered while opening associated documents the last time this solution was loaded.
Last week a colleague reported the following error when opening a solution in Visual studio:
“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.”
No idea what the root cause of this issue was, but the first trick you should try is to throw away your .suo file inside your Visual Studio solution directory. This file caches a lot of project information. Throwing it away isn’t a problem because Visual Studio will create a new one for you.
Helped me in a lot of scenario’s…