为什么程序会立即启动并立即退出?

发布于 2024-10-31 20:52:21 字数 323 浏览 3 评论 0原文

这有点奇怪。有时,当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

身边 2024-11-07 20:52:21

我曾经遇到过这样的情况,缩短我的项目名称就像魅力一样。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文