tags:

views:

1601

answers:

5

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?

A: 

Delete the .user file it should get recreated.

John Batdorf
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.
Oh I misunderstood. Sorry.
John Batdorf
+1  A: 

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
A: 

Start Visual Studio in the debugger and see what it's complaining about!

One would think we are not programmers and software developers around here!

leppie
A: 

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
A: 

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.