为什么程序会立即启动并立即退出?
这有点奇怪。有时,当我在 Visual Studio 2010 中以调试模式启动 ASP.NET 页面时,我可以看到 IE 启动、数据初始化、控件加载以及输出日志中的内容。
但有时 IE 就会退出,并在输出日志的末尾显示:
程序“[2788] WebDev.WebServer40.EXE:托管 (v4.0.30319)”已退出,代码为 -1073741816 (0xc0000008)。
我想知道我的代码有问题吗?它只是有时会发生。我想知道如果我在IIS7上发布进行实际操作是否会发生同样的情况。
提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我曾经遇到过这样的情况,缩短我的项目名称就像魅力一样。
I had this once and shortening the name of my project worked like charm.