Why a program starts and exits right away?
This is kind of weird. Sometimes when I start my ASP.NET page in Visual Studio 2010 in debug mode, I can see IE starting, data initializing, controls loading and there is stuff in the开发者_如何转开发 output log.
But then sometimes IE just exits, and at the end of the output log, it says:
The program '[2788] WebDev.WebServer40.EXE: Managed (v4.0.30319)' has exited with code -1073741816 (0xc0000008).
I wonder, do I have something wrong in my code? It just happens sometimes. I was wondering if same thing will happen if I publish on IIS7 for actual operation.
Thanks in advance.
I had this once and shortening the name of my project worked like charm.
精彩评论