M
Mark Vergara
Hi Everybody
Anyone please help us on this we do not
know why we received an error like this
we notice this when we are using Windows 2000
but this Error does not show in Windows XP
we used to code like this:
Dim myproc as new ProcessStartInfo
myproc = "http.//www.mysite.com"
myproc.arguments = "My Arguments"
Process.Start(myproc)
after executing the Process.Start(myproc) then
Error message appear on us
Process.Start(myproc) Run-time exception thrown :
System.ComponentModel.Win32Exception - The system cannot find the file
secified
we try to use another code:
Process.Start(http://www.mysite.com)
and we got an Error:
The system cannot find the file specified
System.ComponentModel.Win32Exception
Stack Trace:
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at
So please anyone help us Is there any other alternative code
aside from using the process ? any Idea we recieve
are hiighly appreciated...
Thanks
Mark Vergara
Anyone please help us on this we do not
know why we received an error like this
we notice this when we are using Windows 2000
but this Error does not show in Windows XP
we used to code like this:
Dim myproc as new ProcessStartInfo
myproc = "http.//www.mysite.com"
myproc.arguments = "My Arguments"
Process.Start(myproc)
after executing the Process.Start(myproc) then
Error message appear on us
Process.Start(myproc) Run-time exception thrown :
System.ComponentModel.Win32Exception - The system cannot find the file
secified
we try to use another code:
Process.Start(http://www.mysite.com)
and we got an Error:
The system cannot find the file specified
System.ComponentModel.Win32Exception
Stack Trace:
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at
So please anyone help us Is there any other alternative code
aside from using the process ? any Idea we recieve
are hiighly appreciated...
Thanks
Mark Vergara