[Mono-bugs] [Bug 346283] New: [Regression] monodis fails to find referenced assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 5 13:35:39 EST 2007


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


           Summary: [Regression] monodis fails to find referenced assembly
           Product: Mono: Tools
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at ximian.com
          Found By: ---


How to reproduce:
=================

1. save this trivial test case to disk as "test.cs":
-------------------
class Test {
  static void Main() { System.Web.HttpUtility.HtmlEncode("test"); }
}
-------------------
2. gmcs test.cs -r:System.Web (or use mcs)
3. monodis test.exe

Result:
=======
.
.
ERROR: Cannot find referenced assembly `System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

exiting...


Right now, anything more complex than a hello world program will result in this
error when fed to monodis. This could also be a runtime problem.


-- 
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