Denis
Denis

Reputation: 12077

All of a sudden can't open solution in VS2010 - why?

So all of a sudden every time I open this one particular solution it crashes and gives me the following error. Anyone know what might be causing this? Here is the error I get:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: devenv.exe
  Application Version:  10.0.40219.1
  Application Timestamp:    4d5f2a73
  Fault Module Name:    KERNELBASE.dll
  Fault Module Version: 6.1.7601.18015
  Fault Module Timestamp:   50b83c8a
  Exception Code:   e0434352
  Exception Offset: 0000c41f
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:    1033

Additional information about the problem:
  LCID: 1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Upvotes: 0

Views: 1887

Answers (2)

Denis
Denis

Reputation: 12077

Just found the answer accidentally by searching the MSDN forums:

DELETE THE .SUO FILE

This fixed it! Thanks everyone!

Upvotes: 3

Related Questions