[Mono-bugs] [Bug 669960] Runtime crash "Invalid IL code" when compiling via cmd

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 11 17:11:41 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=669960

https://bugzilla.novell.com/show_bug.cgi?id=669960#c3


--- Comment #3 from Jonathan Pryor <jpryor at novell.com> 2011-02-11 22:11:40 UTC ---
No, I didn't use our .bat file, I tested this using xbuild on OSX using the
normal MSBuild-based tooling.

Aside: I don't understand why you're using a .bat file to control all this when
you can also run MSBuild.exe from the command line, thus allowing you to
continue to use VS to create .csproj and .sln files while permitting
command-line based builds...

Trying to run your .bat script on a WIndows machine does result in a
System.InvalidProgramException.

However, if I do this:

> cd MonoDroidApplication1
> msbuild MonoDroidApplication1.csproj /t:Clean
> msbuild MonoDroidApplication1.csproj
> msbuild MonoDroidApplication1.csproj /t:Install

..actually, it still fails.

Where it works is when I use Preview 12 on OSX + (N1 and Android 2.3 emulator).
So this is starting to look like a Windows MonoDroid SDK issue. :-/

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list