启动

时间:2017-02-28 13:59:12

标签: c# asp.net linux mono

我在Windows上的Visual Studio中用C#编写了一个ASP.net网站来执行一些应该在Raspberry Pi上运行的Linux命令。我首先遇到了Monodevelop和一些dll的问题,然后我从Windows复制了它并且它有效。

现在调试器没有任何问题,但是当它应该加载页面时会出现这个错误:

System.TypeLoadException
    Could not resolve type with token 01000017

Description: HTTP 500.Error processing request.
Details: Non-web exception.
Exception stack trace:
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <f712f98eb8e445c8918edaf595bbe465>:0 

你们对我有什么帮助吗?

0 个答案:

没有答案