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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79860 --- shadow/79860 2006-11-07 10:17:17.000000000 -0500 +++ shadow/79860.tmp.17202 2006-11-07 10:17:17.000000000 -0500 @@ -0,0 +1,36 @@ +Bug#: 79860 +Product: Mono: Compilers +Version: 1.1 +OS: Windows XP +OS Details: SP2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: IL assembler +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: unsupported Assembly-Ref flag "retargetable" + +Description of Problem: +If you use a "retargetable" assembly reference in the il-code the +assembler returns the error "Error : Error at: line (...) column (...)". + +Steps to reproduce the problem: +1. Open a valid il-code and replace/add the line ".assembly extern +retargetable mscorlib { }" +2. ilasm will return an error if you try to assemble. + +How often does this happen? +always + +Additional Information: +An example Assembly which use retargetable to be compatible to the +CompactFramework and the "normal" Framework: http://www.deeem2031.de/ +Mono_Retargetable.exe (compiled with ilasm of MS .Net) +The Assemblies compiled with MS .Net ILAsm and a retargetable flag also +cause an error in the mono runtimes. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
