Why a program starts and exits right away?

1.6k Views Asked by At

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.

1

There are 1 best solutions below

0
On

I had this once and shortening the name of my project worked like charm.