简体   繁体   English

编译错误-1073741502 Visual Studio

[英]compilation error -1073741502 Visual Studio

I've got compilation error -1073741502 while debugging from Visual Studio but not under IIS. 从Visual Studio调试时出现编译错误-1073741502 ,但没有在IIS下进行调试。

In logs I also found error: 在日志中,我还发现错误:

System.Web.HttpCompileException (0x80004005):The external component created an exception System.Web.HttpCompileException(0x80004005):外部组件创建了一个异常

  • Deleting of ASP.NET files does not help 删除ASP.NET文件无济于事

  • Reinstalling ASP.NET does not help 重新安装ASP.NET没有帮助

  • Reinstalling Visual Studio does not help 重新安装Visual Studio没有帮助

The reason was: I kill child proccesses in Application_Start . 原因是:我在Application_Start中杀死了子进程。

We need this for restarting child processes after site was reset. 在站点重置后,我们需要此资源来重新启动子进程。

Then you under Visual Studio there is already two child processes. 然后,在Visual Studio下,您已经有两个子进程。 It's look like you should not kill them for normal work. 看来您不应该为了正常工作而杀死他们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM