I'm getting this error when I attempt to download:
System.ComponentModel.Win32Exception: The system cannot find the file specified at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfostartinfo)
at System.Diagnotics.Process.Start()
at System.Diagnotics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnotics.Process.Start(String fileName, String arguments)
at MyDownloader.IEPlugin.IEMD.DownloadURL(String url)
Any suggestions as how to fix this issue?
System.ComponentModel.Win32Exception: The system cannot find the file specified at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfostartinfo)
at System.Diagnotics.Process.Start()
at System.Diagnotics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnotics.Process.Start(String fileName, String arguments)
at MyDownloader.IEPlugin.IEMD.DownloadURL(String url)
Any suggestions as how to fix this issue?