Displaying 2 results from an estimated 2 matches for "il_0005".
2009 May 20
6
Error
...ng error:
> Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module> ---> System.InvalidProgramException: Invalid IL code in <PrivateImplementationDetails>{B4838DC1-AC79-43d1-949F-41B518B904A8}:KUPcUot9D7gf0oSaikMb (): IL_0005: pop
>
>
> at <Module>..cctor () [0x00000]
> --- End of inner exception stack trace ---
Anyway idea what this means and how I might fix it?
BFC
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find:
C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe
even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet.
Does anybody have any advice on