views:

211

answers:

2

Im using Visual studio 2008 and for some reason when i started to day my code isnt compiling. Im getting the standard 'Build Failed' message but the Error List isnt showing. when i select Error List from the View menu nothing happens.

the output window shows up fine and so does the todo window.

has anyone seen this before?

+1  A: 

That's a new one for me.

Go to Tools > Import and Export Settings and export all your settings to a file for safe keeping.

Then go in there again and reset everything. Report back if that helped. If it did, try importing your settings again to see what happens.

Michael Haren
Weird, when i added everything back i got an error: Error 1: Menu and Command Bar Customizations: The version of command bar settings being imported is not supported. All the command bar settings have been ignored.Its odd because im prety sure i havent changed any settings, just running on default.
aaron
Maybe some other addin messed up the settings...or maybe it was one of these http://www.encyclopediadramatica.com/index.php/Computer_Gremlins
Michael Haren
I think it might be a gremlin coz now testdriven.NET isnt working. I can just tell that this is gunna be one of those uber productive days
aaron
A: 

Window > Reset Window Layout

280Z28