Re: Executing EXE
From: Yoshitha (gudivada_kmm_at_rediffmail.com)
Date: 07/05/05
- Next message: Dominick Baier [DevelopMentor]: "Re: ASP.NET 2.0 Membership Provider - SSL alias - shared webapp"
- Previous message: Rich Williams: "ASP.NET 2.0 Membership Provider - SSL alias - shared webapp"
- In reply to: Nicole Calinoiu: "Re: Executing EXE"
- Next in thread: Nicole Calinoiu: "Re: Executing EXE"
- Reply: Nicole Calinoiu: "Re: Executing EXE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 5 Jul 2005 10:07:21 +0530
It is not displaying any error, it is executing that line but not invoking
the exe file and then executing the remaining lines of the code.
But we gave the same code to the client and he also using the windows server
2003 and he is getting the error like "Security Exception"
"Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
news:uoskyfKgFHA.3616@TK2MSFTNGP12.phx.gbl...
> What do you mean by "is not working"? Is an exception being thrown and,
if
> so, could you please provide the full exception details as output by its
> ToString method?
>
>
> "Yoshitha" <gudivada_kmm@rediffmail.com> wrote in message
> news:u7tYZPKgFHA.1480@TK2MSFTNGP10.phx.gbl...
> > Hi
> > I wrote the following code to run the exe file in my web application
> >
> >
System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp
> > lication1.exe")
> >
> > and it is running successfully in windows 2000 professional , but the
same
> > code is not working in windows server 2003.
> >
> > can anybody tell me how to solve this problem.
> >
> > Thanx in advance
> >
> >
>
>
- Next message: Dominick Baier [DevelopMentor]: "Re: ASP.NET 2.0 Membership Provider - SSL alias - shared webapp"
- Previous message: Rich Williams: "ASP.NET 2.0 Membership Provider - SSL alias - shared webapp"
- In reply to: Nicole Calinoiu: "Re: Executing EXE"
- Next in thread: Nicole Calinoiu: "Re: Executing EXE"
- Reply: Nicole Calinoiu: "Re: Executing EXE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|