8

my machine did an automatic reboot, due to patch applied by my network in my company, and last error i saw reported something with the csproj.user file. Now each time i try to launch my solution, it opens and then brings the dialog to send the report to MS. If i look at the error log in event viewer it shows this

EventType clr20r3, P1 devenv.exe, P2 8.0.50727.762, P3 45716759, P4 system, P5 2.0.0.0, P6 4889de7a, P7 5a2, P8 0, P9 system.io.filenotfoundexception, P10 NIL.

EventType clr20r3, P1 devenv.exe, P2 8.0.50727.762, P3 45716759, P4 system, P5 2.0.0.0, P6 4889de7a, P7 5a2, P8 0, P9 system.io.filenotfoundexception, P10 NIL.

.NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A2E0F92) (0)

any ideas?

Julian
  • 33,915
  • 22
  • 119
  • 174
user38230
  • 645
  • 3
  • 13
  • 31

4 Answers4

15

I believe the .user file just has your personal IDE settings so they can be restored when you re-open VS. Apparently, your .user file became corrupted. It shouldn't hurt anything to delete it other than you will lose any personal settings in the IDE and have to redo them.

Jim Anderson
  • 3,602
  • 2
  • 24
  • 21
2

Delete the .user file. It should get recreated.

Pang
  • 9,564
  • 146
  • 81
  • 122
John Batdorf
  • 2,502
  • 8
  • 35
  • 43
  • John: The user file does not exists on my system and my solution opens, shows all the files as part of the project and then brings the dialog box stating if i want to report the error to Microsoft. – user38230 Dec 09 '08 at 19:28
0

Hmmm, some file got deleted. I hope it was part of your project and not a .net framework file. Try and recreate your project and solution and copy your file back into it.

Hopefully this is not happening when you create a new solution or project. If it is you may need to reinstall Visual Studio.

Ron Todosichuk
  • 274
  • 1
  • 5
0

This is what I did and one of these helped me:

  1. Restored system to last known good point.

  2. Opened the csproj file instead of the sln file and things were all happy.

Pang
  • 9,564
  • 146
  • 81
  • 122
user38230
  • 645
  • 3
  • 13
  • 31