BSOD when using Visual Studio 2008

0

I'm in Visual Studio trying to get work done, and get the error "VSHost.exe crashed!" So I keep ignoring it

Then now everytime I start VS2008 and start working on a project I get the following blue screen:

STOP: 0x0000007E (0xC000001D, 0x80573002*, 0xF78E6840, 0xF78E653C)

Btw VSHost.exe was crashing in the mscorwks.dll

bsod
visual-studio-2008
asked on Super User Apr 4, 2010 by I'm raaaaageeed • edited Jan 31, 2011 by Tamara Wijsman

1 Answer

1

0x0000007e = SYSTEM_THREAD_EXCEPTION_NOT_HANDLED

The exception is 0xC000001D = Illegal instruction

I think you should have the minidump file. please try to use the debugger as described in this article and show us the result of !analyze -v

http://www.brighthub.com/computing/windows-platform/articles/29860.aspx

I'll try to follow up this post if you can provide more information.

answered on Super User Jun 8, 2010 by bubu

User contributions licensed under CC BY-SA 3.0