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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to