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=82005 --- shadow/82005 2007-07-04 04:43:11.000000000 -0400 +++ shadow/82005.tmp.14271 2007-07-04 05:06:00.000000000 -0400 @@ -33,6 +33,28 @@ Try 'xdg-open --help' for more information. ------- Additional Comments From [EMAIL PROTECTED] 2007-07-04 04:43 ------- What version of mono are you using? This is likely fixed by the hack miguel added to svn. In any case you should use "mono path/to/CRLF2LF.exe" instead of just CRLF2LF.exe in Process.Start. + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-04 05:06 ------- +In fact i use it on several computer and so differente version of +mono, one is 1.2.4 tarball (generique linux), one is on a suse desktop +entreprise with the last version of suse mono (using : +http://go-mono.com/download-stable/suse-101-i586 and update today) and +the last at home where i try to re install via SVN or tarball dailly +but have compil error with ALL_C command not found ! +With all this version and environment i have the same error and i say +a mistake because i already add the path before the exe : + Private Sub BtnGo_Click(ByVal sender As System.Object, ByVal e As +System.EventArgs) Handles BtnGo.Click + Try + File.Copy("CRLF2LF.exe", BaseDir.Parent.FullName & SepOs & +"CRLF2LF.exe", True) + Process.Start(BaseDir.Parent.FullName & SepOs & +"CRLF2LF.exe", Args) + Catch ex As Exception + MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, +MessageBoxIcon.Error) + End Try + End Sub _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
