[Mono-dev] Problems with mono continuation

Robert Jordan robertj at gmx.net
Thu Feb 25 08:41:34 EST 2010


On 25.02.2010 13:43, raccoon wrote:
>
> Hi,
>
> Thought about that too... I tried copying all System.dll, Mono.Tasklets.dll
> and mscorlib.dll to the executable folder and still the same error. The odd
> thing is that I can attach VS to the process with managed code debugging and
> I see the GAC version of the mscorlib.dll as loaded... Why doesn't it load
> the assembly in the executable folder but instead uses the global assembly
> cache version? But doesn't this mean that all Mono application run under
> windows use the .NET CLR?

You want

mono yourassembly.exe

Robert




More information about the Mono-devel-list mailing list