[Mono-bugs] [Bug 79860][Nor] New - unsupported Assembly-Ref flag "retargetable"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 7 10:17:17 EST 2006
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 webmaster at deeem2031.de.
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: jankit at novell.com
+ReportedBy: webmaster at deeem2031.de
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list