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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
