[Mono-bugs] [Bug 74790][Maj] Changed - Problems with longish paths under Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 1 May 2005 15:03:25 -0400 (EDT)


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 flashdict@gmail.com.

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

--- shadow/74790	2005-05-01 14:58:53.000000000 -0400
+++ shadow/74790.tmp.32749	2005-05-01 15:03:25.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: Windows XP (Cygwin)
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: flashdict@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -33,6 +33,28 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From flashdict@gmail.com  2005-05-01 15:03 -------
+Sorry about the hasty submission.  Dont hit return on the submission
+page in summary textbox...
+
+I'm having trouble when running mono against executables with paths
+longer than 3 directories under windows.
+
+When I run xsp on the commandline from the web dir I get:
+
+$ mono /usr/local/lib/mono/1.0/xsp.exe
+cannot open assembly /usr/local/lib/mono/1.0/xsp.exe
+
+But, when I cd to the directory, 
+
+$ cd /usr/local/lib/mono/1.0
+mono ./xsp.exe
+
+Everything works fine.
+
+Can someone verify this?
+