[Mono-bugs] [Bug 77508][Wis] New - mono-service run only .net 1.1 executable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 9 08:39:56 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 j.fizames at laposte.net.

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

--- shadow/77508	2006-02-09 08:39:56.000000000 -0500
+++ shadow/77508.tmp.30224	2006-02-09 08:39:56.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77508
+Product: Mono: Runtime
+Version: 1.1
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: packaging
+AssignedTo: wberrier at novell.com                            
+ReportedBy: j.fizames at laposte.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono-service run only .net 1.1 executable
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+There is no mono-service.exe in the /usr/lib/mono/2.0 by default and the
+scrip mono-service use the 1.0 version.
+So we can't easily execute a service with the 2.0 version of the framework.
+
+Steps to reproduce the problem:
+1. Just try to execute any .Net 2 service with some function available only
+on this version like StringBuilder.AppendLine
+2. 
+3. 
+
+Actual Results:
+MissingMethodException
+
+Expected Results:
+Just work !
+
+How often does this happen? 
+Always
+
+Additional Information:
+So to correct this missing feature, i have compiled myself the
+mono-service.cs and put it in /usr/lib/mono/2.0/
+and i edited the /usr/bin/mono-service to redirect to the correct executable.


More information about the mono-bugs mailing list