problems...

  • Thread starter Thread starter POLILOP
  • Start date Start date
P

POLILOP

I had a program installed before my system crashed,
now i reinstalled my comp and when i start the program it says

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file
specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at webdatotekeizvoda.Form1.CallWebIzvod(String pgmpath, String parm)
at webdatotekeizvoda.Form1.PosaljiIzvod_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

I did not make the program, but on other comp's works fine, it worked fine
on mine before. I know the info isn't good enough but if any clues i would
be grateful.
 
POLILOP said:
I had a program installed before my system crashed,
now i reinstalled my comp and when i start the program it says

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file
specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at webdatotekeizvoda.Form1.CallWebIzvod(String pgmpath, String parm)
at webdatotekeizvoda.Form1.PosaljiIzvod_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
From the stack trace, it looks as though you have clicked a button and
that another program should start. The exceptions is saying that it
cannot find the program that it is trying to start.

Do you know what program the button is attempting to start?
 
on the other machine it runs the command promt window, which starts, but on
my machine dosent!!
 
Back
Top