[Mono-bugs] [Bug 75130][Nor] Changed - crash when MS.NET 1.1 binary
uses ResourceManager
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 19:03:14 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by matt.hargett at logiclibrary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75130
--- shadow/75130 2005-06-02 18:19:52.000000000 -0400
+++ shadow/75130.tmp.16193 2005-06-02 19:03:14.000000000 -0400
@@ -89,6 +89,21 @@
------- Additional Comments From bmaurer at users.sf.net 2005-06-02 18:19 -------
fxcop uses non-portable stuff (ie, the msft unmanaged metadata stuff):
It's never going to run with Mono.
However, this *might* be a bug in the loader that shows up before the
"using msft internal apis" problem would...
+
+------- Additional Comments From matt.hargett at logiclibrary.com 2005-06-02 19:03 -------
+Understood, just trying to find the bugs with mono running MS.NET
+compiled stuff. I picked FxCop as I am working with it recently. I'll
+try Reflector and some other things next.
+
+This is definitely before it tries to do any of the unmanaged stuff,
+looking at the IL and the call stack.
+
+I want to see how many of our development tools that don't have mono
+equivelants will run on mono. We also want to have the option of
+compiling our pure-managed application on MS.NET and deploying the
+binaries on Linux/mono. I'm glad to be finding bugs along the way that
+we may run into some day with our own application anyways :)
+
More information about the mono-bugs
mailing list