无法在 Windows Server 上启动我的程序(Ninject 问题、C#、.NET 4)
我编写了一个小程序,现在我尝试在远程服务器上启动它。 但我收到下一个错误:
Description: Stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: supervisor.exe Problem Signature 02: 1.0.0.0 Problem Signature 03: 4d447f89 Problem Signature 04: Ninject Problem Signature 05: 2.0.0.0 Problem Signature 06: 4b86c56a Problem Signature 07: 177 Problem Signature 08: 12 Problem Signature 09: System.IO.FileNotFoundException OS Version: 6.0.6001.2.1.0.1296.17 Locale ID: 1033
我在程序中使用了 Ninject 库。 我可以做什么来诊断问题?
I have wrote a little program and now I'm trying to start it on a remote server.
But I get the next error:
Description: Stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: supervisor.exe Problem Signature 02: 1.0.0.0 Problem Signature 03: 4d447f89 Problem Signature 04: Ninject Problem Signature 05: 2.0.0.0 Problem Signature 06: 4b86c56a Problem Signature 07: 177 Problem Signature 08: 12 Problem Signature 09: System.IO.FileNotFoundException OS Version: 6.0.6001.2.1.0.1296.17 Locale ID: 1033
I use the Ninject library inside my program.
What can I do to make a diagnosis of the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
与 sysinternals 中的 DebugView 一起 :
http://technet.microsoft.com/en-us/sysinternals/bb896647
你必须确定在哪里粘贴痕迹(通常你会结合 Try - Catch 来完成)
Use
with DebugView from sysinternals:
http://technet.microsoft.com/en-us/sysinternals/bb896647
You have to identify where to stick the traces (usually you would do it with combination of Try - Catch