1

マスター リポジトリを使用して Git 経由で mono 3.2.3 をインストールしました。fastcgi-server4 で nginx 1.4 を使用しています。現在、.NET4.5 を使用した MVC4 アプリが機能していません。それは私に400を与えます:

System.ArgumentException
Destination array was not long enough. Check destIndex and length, and the array's lower bounds

Description: HTTP 400.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): mscorlib.
Exception stack trace:
  at (wrapper xdomain-invoke) Mono.WebServer.FastCgi.Responder:SendOutput (byte[],int)
  at (wrapper remoting-invoke-with-check) Mono.WebServer.FastCgi.Responder:SendOutput (byte[],int)
  at Mono.WebServer.FastCgi.WorkerRequest.SendResponseFromMemory (System.Byte[] data, Int32 length) [0x00000] in <filename unknown>:0 
  at System.Web.HttpRuntime.FinishWithException (System.Web.HttpWorkerRequest wr, System.Web.HttpException e) [0x00000] in <filename unknown>:0 
  at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest req) [0x00000] in <filename unknown>:0 
  at System.Web.HttpRuntime.RealProcessRequest (System.Object o) [0x00000] in <filename unknown>:0 
  at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest wr) [0x00000] in <filename unknown>:0 
  at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] in <filename unknown>:0 

そして、これらの多く:

Mono: AOT failed to load AOT module /usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll.so:
/usr/lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll.so: cannot open shared object file: No such file or directory

Mono: AOT failed to load AOT module /usr/lib/mono/gac/System.Messaging/4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll.so: 
/usr/lib/mono/gac/System.Messaging/4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll.so: cannot open shared object file: No such file or directory`

この問題を解決し、モノ MVC 4.5 を実行するための助けをいただければ幸いです。

Br.

ウマル

4

0 に答える 0