473,385 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Executing EXE

Hi
I wrote the following code to run the exe file in my web application

System.Diagnostics.Process.Start("E:\Projects\Encr ypt-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
Jul 22 '05 #1
2 1257
Yoshitha wrote:
Hi
I wrote the following code to run the exe file in my web application

System.Diagnostics.Process.Start("E:\Projects\Encr ypt-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


What error if any are you getting... is the right framework installed?

--
Rinze van Huizen
C-Services Holland b.v.
Jul 22 '05 #2
Yoshitha wrote:
Hi
I wrote the following code to run the exe file in my web application

System.Diagnostics.Process.Start("E:\Projects\Encr ypt-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


well it shouldn't run.. that's not a valid file path. Either use:

-) \\ instead of \
-) @ sign before inverted commas

i'm surprised that compiles.. that sorta stuff never does for me :(
Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Heiko Pliefke | last post by:
Hi NG! I wrote a stored procedure which at first deletes 100.000 rows and then inserts 100.000 new rows. There is a huge difference between executing this SP in the query-analyzer (runtime...
4
by: chris.dunigan | last post by:
I'm looking for an example of how to execute an existing DTS­ package from an ASP (VB)script and would appreciate any and all response. ­I don't even know if it's possible Thanks - Chuck...
7
by: Jibey | last post by:
Hello: I'm facing a very strange problem. When I run my Web application in Visual Studio.NET the Page_Load event is not executing. Other events like a Button_Click are executing. It doesn't...
0
by: whidbeywave | last post by:
Hello all, Help me understanding this situtation. While debugging a scenario for error 403.9 on IIS/XP Pro, I added two counters to perfmon app.I saw at some point of time Session Active =0 , but...
7
by: tshad | last post by:
I thought I understood how the SaveViewState is working and was trying to use this (as per some code I found) to detect refreshes. It seemed to be working but I found that the SaveViewState was...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.