[Mono-bugs] [Bug 50306][Blo] New - can't run exes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Oct 2003 10:18:49 -0500 (EST)


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 mark_kuschnir@yahoo.co.uk.

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

--- shadow/50306	2003-10-29 10:18:49.000000000 -0500
+++ shadow/50306.tmp.27191	2003-10-29 10:18:49.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 50306
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: Windows 2000 SP4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Mark_Kuschnir@yahoo.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: can't run exes
+
+Mono 0.28 on Windows 2000
+
+It is disappointing that I have never succeeded in running a 
+networked .NET prog using Mono on Windows 2000. We have tested this to 
+attempt to provide a chance of cross platform support.
+
+The current problem is that when I attempt to run my mono built progs I 
+get the following error:
+
+** Warning **: cannot find "C:\Program Files\Mono-0.28
+\etc\mono"\mono\machine.config
+Trying to load app config file...
+.
+
+I attempted to work around this by setting MONO_CFG_DIR. However, that 
+appeared to get stomped on by the next execution. I then tried to copy the 
+config stuff down into a second mono dir under etc\mono. That didn't work 
+either. I assume that it is the quotes that are breaking the runtime.
+
+In earlier versions these env vars were set in a .bat/.cmd file that one 
+could alter to make further attempts at execution. Having done a search 
+for them I can only assume that the .exes are calculating these env vars?
+
+It looks like there are not many people using/testing this on a Windows 
+2000 platform?