[Mono-bugs] [Bug 79274][Blo] New - Error when using reference options

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 4 09:25:41 EDT 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 tri.aslama at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79274

--- shadow/79274	2006-09-04 09:25:41.000000000 -0400
+++ shadow/79274.tmp.27929	2006-09-04 09:25:41.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 79274
+Product: Mono: Runtime
+Version: 1.1
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: tri.aslama at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error when using reference options
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When make a library and named it Accessibility.dll, this will make the
+applications that need reference options not able to run.
+
+Steps to reproduce the problem:
+1. Make a program without an entry point, using C#, named it Accessibility.cs.
+2. Compile it with targeted to library (-t:library), this will produce
+Acessibility.dll.
+3. Reference this .dll file from another file that has an entry point, when
+ run the .exe file, the reference could not be found.
+4. That the worse : try to make a simple Windows Forms program within the
+same directory with Acessibility.dll, compile it and running from command
+line that use a reference options (for example gmcs
+-r:System.Windows.Forms.dll MyForm.cs), then run the MyForm.exe, and see
+what happen.
+5. With the other words, this Accessibility.dll make all program that use
+reference options will not able to run.
+
+Actual Results:
+Program that need reference options will not able to run.
+
+Expected Results:
+like in .NET, nothing happens with this thing.
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list