C# VS 2008

  • Thread starter Thread starter Wndr
  • Start date Start date
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.
 
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 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.
 
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?
 
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.
 
Back
Top