No this does not seem to be the cause. Any further suggestions? I will try to assemble a test case. May be it's related to this thing here ( http://unity3d.com/unity/whats-new/unity-2.6 ... they mention a failing CreateProvider)
- Frank > Message: 1 > Date: Thu, 29 Jul 2010 19:16:32 +0200 > From: Robert Jordan <[email protected]> > Subject: Re: [Mono-dev] CodeDomProvider.CreateProvider fails on > Windows > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hey, > > On 29.07.2010 18:52, Frank Fuchs wrote: > > Yes I did. otherwise the mono_jit_init wouldn't work, and I was not able > to start the C# routines. > > Yeah, my bad. > > I believe the issue is more profane: Mono is trying to launch > gmcs with bin/gmcs.bat, but the latter contains absolute paths > set by the Mono installer => the script is not relocatable. > > Change gmcs.bat to look like this: > > @"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\2.0\gmcs. > exe" %* > > > %~dp0 (a cmd.exe variable) is expanded to the actual path of > gmcs.bat, making the script relocatable. > > Robert >
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
