无法在 Windows Server 上启动我的程序(Ninject 问题、C#、.NET 4)

发布于 2024-10-15 02:18:18 字数 534 浏览 4 评论 0原文

我编写了一个小程序,现在我尝试在远程服务器上启动它。 但我收到下一个错误:

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 技术交流群。

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

发布评论

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

评论(1

尐籹人 2024-10-22 02:18:18

使用

      System.Diagnostic.Trace.WriteLine("Error:" + yourException);

与 sysinternals 中的 DebugView 一起 :
http://technet.microsoft.com/en-us/sysinternals/bb896647

你必须确定在哪里粘贴痕迹(通常你会结合 Try - Catch 来完成)

Use

      System.Diagnostic.Trace.WriteLine("Error:" + yourException);

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

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