TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pooja ghate
NA
25
2.1k
Please Help me for run the exe file at runtime
Apr 21 2017 8:13 AM
I am developing the perogression process, in which I have to add the password to the cd files which are for mac and windows system.
or
On button click event the selected CD file get start and run.
for this I use following code
System.Diagnostics.Process.Start("F:\\yourapplication.exe");
string str = Server.MapPath("F:\\yourapplication.exe");
Process process = new Process();
process.StartInfo.FileName = str;
process.Start();
but it is not working, give error like,
The ordinal 255 could not be located in the dynamic link library.
Reply
Answers (
3
)
query for dropdownlist
AutoComplete TextBox only using asp.net and nothing else