Hi,
the following code is working fine when i am running the application.exe file.
System.Diagnost ics.Process.Sta rt(filename);
But when i am opening it by using "Run As" option & giving user name & pwd it is throwing exception
No application is associated with the specified file for this operation.
plz help me out
the following code is working fine when i am running the application.exe file.
System.Diagnost ics.Process.Sta rt(filename);
But when i am opening it by using "Run As" option & giving user name & pwd it is throwing exception
No application is associated with the specified file for this operation.
plz help me out
Comment