473,320 Members | 1,974 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,320 software developers and data experts.

C# VS 2008


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.
Nov 19 '08 #1
8 1745
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
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.
You need to install the .Net Framework:
http://www.microsoft.com/downloads/d...DisplayLang=en

There are several versions of the framework. VS 2008 defaults to 3.5
unless you change it in the project properties.

Nov 19 '08 #2
You should have the .NET3.5 installed.

Install it from here:
http://www.microsoft.com/downloads/d...DisplayLang=en

..NET3.5 SP1:
http://www.microsoft.com/downloads/d...DisplayLang=en
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>
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.
Nov 19 '08 #3
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

"Shekhar" <sh****************@live.comwrote in message
news:80**********************************@microsof t.com...
You should have the .NET3.5 installed.

Install it from here:
http://www.microsoft.com/downloads/d...DisplayLang=en

.NET3.5 SP1:
http://www.microsoft.com/downloads/d...DisplayLang=en
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>>
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.

Nov 19 '08 #4
DH
Wndr wrote:
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

"Shekhar" <sh****************@live.comwrote in message
news:80**********************************@microsof t.com...
>You should have the .NET3.5 installed.

Install it from here:
http://www.microsoft.com/downloads/d...DisplayLang=en

.NET3.5 SP1:
http://www.microsoft.com/downloads/d...DisplayLang=en
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>>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.

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.
Nov 19 '08 #5
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?

"Wndr" <so*****@yahoo.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
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

"Shekhar" <sh****************@live.comwrote in message
news:80**********************************@microsof t.com...
>You should have the .NET3.5 installed.

Install it from here:
http://www.microsoft.com/downloads/d...DisplayLang=en

.NET3.5 SP1:
http://www.microsoft.com/downloads/d...DisplayLang=en
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>>>
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.

Nov 19 '08 #6
When it "doesn't work," what does it do?
Nov 19 '08 #7

"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>
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

Nov 20 '08 #8
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.

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:OG**************@TK2MSFTNGP05.phx.gbl...
>
"Wndr" <so*****@yahoo.comwrote in message
news:Oz**************@TK2MSFTNGP04.phx.gbl...
>>
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

Nov 20 '08 #9

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

Similar topics

6
by: ma | last post by:
Hello, Some questions about upgrading to MSVC 2008. 1- I am using MSVC2005, Do you recommend that I upgrade to MSVC 2008 Beta 2? 2- When the MSVC2008 will be officially release? 3- Where...
4
by: bj7lewis | last post by:
I am currently C++/Win32/MFC & C# programmer using VS.NET 2002 and jumped into VS.NET 2003 but that was a waste so I skipped VS.NET 2005 cause buying VS.NET 2003. Now after checking out VS.NET 2008...
7
by: Cirene | last post by:
I installed the RTM version of Visual Studio 2008 today. Initially when I would open any of my 2005 projects (.NET 2.0) it would simply open them. Now the Visual Studio Conversion Wizard is...
0
by: =?Utf-8?B?TWlyYW5v?= | last post by:
I tried it several times, setup disk is not damaged, everything is fine, but it always fails with the error below after completing like 75% of the installation. Then I saw other posts, and figured...
7
by: sandal | last post by:
When will I be able to buy the upgrade from vs 2003 pro to vs 2008 pro? I don't have an msdn subscription. Also I was going to use the trial version of vs 2008 in the interim but vs 2008 pro...
0
by: David Goodger | last post by:
I am pleased to announce that PyCon 2008 registration is now open! http://us.pycon.org/2008/registration/ Early-bird registration is open until February 20, so there's one month to register at...
0
by: Fortis Florin | last post by:
CALL FOR PAPERS: Workshop on Workflow and Process Management (WfPM'08), September 2008, Timisoara, Romania ...
0
by: John | last post by:
Hi An outlook 2003 add-in solution created in vs 2008 on a pc with outlook 2007 when re-opened in vs 2008 brings up the conversion wizard. Cancelling wizard closes solution and does not allow to...
0
by: Fortis Florin | last post by:
2nd CFP: Workshop on Workflow and Process Management (WfPM'08), September 2008, Timisoara, Romania EXTENDED DEADLINES...
0
by: Fortis Florin | last post by:
Final CFP: Workshop on Workflow and Process Management (WfPM'08), September 2008, Timisoara, Romania EXTENDED DEADLINES ___________________________________________________________________________­...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
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
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.