As a developer, I am trying to set up a development environment on our new VMWare ESX server. Everything does not work: somewhere during the SharePoint Products and Technologies Configuration Wizard, the application simply disappears, and in the event log I found the following error:
.NET Runtime version 2.0.50727.3082 - Machine Failure Error (7A0979C6) (80131506)
Now I know that all this sounds suspicious, like a ServerFault.com style problem (and a very general error message, many similar google hits), and, of course, we solve the problem this way (installing / uninstalling service packages / fixes, different versions of os, testing of individual installation elements, various settings for vm, etc.), but for personal interests I would like to get a little more information about this problem, and then "install the XXYY fix and hope that it goes away." I was wondering: How to approach this error from the point of view of encoders ?
- Can I somehow stop the debugger when this problem occurs or manually point it to the specified address (in which module)?
- Should I try to install Visual Studio for this or use low level tools like windbg?
- What are these error codes? The latter looks like a com error. Another address?
- Can I somehow include more detailed error messages? The .dll error will be enjoyable.
You can say that I don’t have any debugging at this level in the .net environment, but I really want to learn. Any pointers are welcome!
ps When I try to run the psconfig command-line configuration tool to run a configuration other than the UI, most, if not all commands, throw a StackOverflowException. Again, where am I going from there?
source
share