My server suddenly started crashing every time I debug a chunk of code on my laptop which accesses the database on the server remotely. It's done it twice now, and I've stopped trying to debug my code until I can read the memory dumps from the server and see what happened.
Anyway, that's where I'm having troubles. I've downloaded and installed the Windows SDK for WinDbg as well as the Server 2008 RTM & SP2 Retail & Checked symbols, but WinDbg still yells at me that it doesn't have the correct symbols.
So, what do I have to do to get it to read the memory dump?
Thanks in advance for any suggestions!