C# VS 2008

W

Wndr

New in C#.
Hi guys.
I wrote C# exe application using VS 2008, but when I am trying to run it on
another machine that doesnt have VS installed it does nothing. What shoudl I
have on this system to install to be able to run my application.
Any help appreciated.
Thanks in advance.
 
A

Alberto Poblacion

W

Wndr

Thanks to everybody who answerred my question.
Installed both .net 3.5 and SP1 for .net 3.5.
Still can't run the application.
I copyed my exe in C:\Test folder. do I have to do some registration. It's
just windows forms.
Thanks
 
D

DH

Wndr said:
Thanks to everybody who answerred my question.
Installed both .net 3.5 and SP1 for .net 3.5.
Still can't run the application.
I copyed my exe in C:\Test folder. do I have to do some registration. It's
just windows forms.
Thanks
Wndr,
How did you create the exe you are talking about? it sounds to me like
something is wrong about with the exe.
could be wrong.
 
S

Shekhar

Ok. Can you share a bit more details:
1. What is the error message you get?
2. What does your exe do?
3. CAn you try a simple hello world application?
 
M

Mr. Arnold

Wndr said:
New in C#.
Hi guys.
I wrote C# exe application using VS 2008, but when I am trying to run it
on another machine that doesnt have VS installed it does nothing. What
shoudl I have on this system to install to be able to run my application.
Any help appreciated.
Thanks in advance.

You should only install the 3.5 runtime environment on the client/user
machine.

http://www.softwarepatch.com/windows/netframework.html
 
W

Wndr

Hi everybody.
THANK YOU so much for taking time to replay to my question.
The problem with starting my application was because I read ini file in the
beginning and this file was not there on another system, that's why it
didn't wrk. So I just added checking if file is not there to open the form
without data, and now it works fine.
Thank you guys again. It was realy nice to be unswerred by all of you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top