[Mono-bugs] [Bug 79207][Maj] New - Recent changes in AppDomain loading affect mono-service
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 29 12:06:30 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=79207
--- shadow/79207 2006-08-29 12:06:30.000000000 -0400
+++ shadow/79207.tmp.32462 2006-08-29 12:06:30.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 79207
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: informatique.internet at fiducial.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Recent changes in AppDomain loading affect mono-service
+
+Description of Problem:
+Try to load a mono service (System.ServiceProcess), it will fails with a
+FileNotFoundException
+
+
+Steps to reproduce the problem:
+1. Write a small service
+2. run it with : mono /usr/lib/mono/1.0/mono-service.exe yourservice.exe
+3.
+
+Actual Results:
+
+Unhandled Exception: System.IO.FileNotFoundException: mono-service,
+Version=0.0.0.0, Culture=neutral : mono-service, Version=0.0.0.0,
+Culture=neutral
+ at (wrapper xdomain-invoke) System.AppDomain:CreateInstanceAndUnwrap
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+ at (wrapper remoting-invoke-with-check)
+System.AppDomain:CreateInstanceAndUnwrap
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+ at MonoServiceRunner.Main (System.String[] args) [0x00000]
+
+
+Expected Results:
+Running well
+
+How often does this happen?
+always
+
+Additional Information:
+bug related to #76757
More information about the mono-bugs
mailing list