9 Replies - 8134 Views - Last Post: 25 November 2008 - 06:44 AM Rate Topic: -----

#1 michaeltjia  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 29
  • Joined: 04-November 08

How to build an executable in C#.Net 2008

Post icon  Posted 17 November 2008 - 11:23 PM

Hi, guys,

Sorry to make busy, does anyone know how to build an executable? the problem is i want to bring my executable, just my excutable not all of them, but i used a lot of tools like DTK, LEAD, etc, and in my folder in bin, there is an executable and all DLL that i used, i already tried too bring the all DLL and executable, but i don't installed the tools that i used, and after i double click the executable, it still can't run, does anyone know how to do that? please explain me in detail.

Thank for the help, Have a nice Day,

Thanks And Best Regards,

Michael

Is This A Good Question/Topic? 0
  • +

Replies To: How to build an executable in C#.Net 2008

#2 n8wxs  Icon User is offline

  • --... ...-- -.. . -. ---.. .-- -..- ...
  • member icon

Reputation: 971
  • View blog
  • Posts: 3,878
  • Joined: 07-January 08

Re: How to build an executable in C#.Net 2008

Posted 17 November 2008 - 11:47 PM

Are you publishing the project or just copying the files?
Was This Post Helpful? 0
  • +
  • -

#3 ValPaliy  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 12
  • View blog
  • Posts: 1,392
  • Joined: 06-December 07

Re: How to build an executable in C#.Net 2008

Posted 18 November 2008 - 12:42 AM

See the green triangle somewhere at the top of the IDE? Click it. Can also press F5...
Was This Post Helpful? 0
  • +
  • -

#4 michaeltjia  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 29
  • Joined: 04-November 08

Re: How to build an executable in C#.Net 2008

Posted 18 November 2008 - 01:51 AM

Hi, what do you mean about publishing and copy? actually, i just want to bring my executable, not all my project application, but i think because i used a lot of tools, but i already copied too the DLL for all tools , but it still can't run, can you help me about this? it is possible if i don't install the tools that i used in another computer, but i just bring all DLL and my executable, and then i run (Double click) my executable?

I hope my explanation is clear for you.

Thanks and Best Regards,

Michael
Was This Post Helpful? 0
  • +
  • -

#5 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: How to build an executable in C#.Net 2008

Posted 18 November 2008 - 07:44 AM

sounds like you are wanting to make an installer. is that correct? something that will install the .exe and the .dll's with only one file?
Was This Post Helpful? 0
  • +
  • -

#6 kirantej  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 21-November 08

Re: How to build an executable in C#.Net 2008

Posted 21 November 2008 - 04:53 AM

Hi michaeltjia,
what do u want to do with exe file, do u want to install or to start from bin file,
if u want to install goto setup and deployment from strat project in the begining->prop of setup->FileSystem->Application folder,desktop and programers menu u can find
select application folder and goto side window and select context menu and select add new short cut.....in that way u wil get the Applications .exe from that setup projects release folder.
Was This Post Helpful? 0
  • +
  • -

#7 michaeltjia  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 29
  • Joined: 04-November 08

Re: How to build an executable in C#.Net 2008

Posted 24 November 2008 - 02:01 AM

Hi, What i want is, to have an executable file and i can bring the executable file without have to install all the tools that i used, maybe something like installer, but i don't have to install all tools that i used if i run the application in another computer or PC. can anyone help me?

Thanks,

Michael
Was This Post Helpful? 0
  • +
  • -

#8 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: How to build an executable in C#.Net 2008

Posted 24 November 2008 - 07:15 AM

if you are using any version of Visual Studio EXCEPT the Express version, you can make a Setup & Deployment project with will create an installer.

If you are using the Express version, you will need to download an Installer "maker". There are a couple of free ones available.
Was This Post Helpful? 0
  • +
  • -

#9 michaeltjia  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 29
  • Joined: 04-November 08

Re: How to build an executable in C#.Net 2008

Posted 25 November 2008 - 12:34 AM

Do you know where is the setup and deployment? i mean, i already have an application, and i want to make an installer, correct me if i'm wrong, to create an installer from visual studia 2008, just search how to publish? it is right?

thanks for your help
Was This Post Helpful? 0
  • +
  • -

#10 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: How to build an executable in C#.Net 2008

Posted 25 November 2008 - 06:44 AM

View Postmichaeltjia, on 25 Nov, 2008 - 02:34 AM, said:

Do you know where is the setup and deployment? i mean, i already have an application, and i want to make an installer, correct me if i'm wrong, to create an installer from visual studia 2008, just search how to publish? it is right?

thanks for your help


in VS, go to File --> New --> Project --> Other Project Types --> Setup and Deployment --> Setup Project
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1