I've tried like milion ways and google research, but I still can't figure this out. I'm unable to start my application on Linux via mono (it works just fine on Windows):
root[myapp]# mono MyApp.Gui.Exe.exe Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at MyApp.Common.Handler.SessionHandler.GetSessionName () [0x00000] in <filename unknown>:0 at MyApp.Common.Gui.Forms.UIContainerForm.InitializeWindowLayout () [0x00000] in <filename unknown>:0 at MyApp.Common.Gui.Forms.UIContainerForm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) MyApp.Common.Gui.Forms.UIContainerForm:.ctor () at MyApp.Gui.Exe.Program.Main () [0x00000] in <filename unknown>:0 root[myapp]# I'm using: root[myapp]# mono -V Mono JIT compiler version 20100404 on Linux Zenwalk 6.4 kernel 2.6.33 -- View this message in context: http://n4.nabble.com/I-can-t-run-my-application-via-latest-mono-tp1750919p1750919.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
