[Mono-list] Missing libraries for .NET program

Sandy Armstrong sanfordarmstrong at gmail.com
Thu Feb 5 17:10:11 EST 2009


That being said, depending on what you need from that, it *may* be 
available in mono-olive.

Sandy

On 02/05/2009 01:48 PM, Stifu wrote:
> If I'm not mistaken, "PresentationFramework" refers to WPF, which is not
> supported by Mono, and the support of which is not planned either.
>
>
> Sturmrabe wrote:
>> 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?
>>
>



More information about the Mono-list mailing list