Hello, I am trying to make a .NET framework program run under Mono on an Ubuntu 8.10 (Intrepid Ibex) system, but I have problems with some "PresentationFramework" it misses or can't run. The version of the "mono-runtime" package included in this distribution is: 1.9.1+dfsg-4ubuntu2. At first it complained:
** (CharacterBuilder.exe:7789): WARNING **: Could not load file or assembly 'PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The entry point method could not be loaded I tried to fix that by copying some files over from a .NET framework installation und putting the files under /windows/Program Files (x86)/Reference Assemblies/Microsoft/Framework/V3.0 into the MONO_PATH. Now it complains: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Character_Builder.App ---> System.InvalidProgramException: Invalid IL code in SmartAssembly.SmartExceptionsCore.UnhandledException: (System.Exception): IL_000a: ret Does anyone have an idea how I may get around this? -- View this message in context: http://www.nabble.com/Missing-libraries-for-.NET-program-tp21860481p21860481.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
