Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 exe file

Author  Topic 

notsosuper
Posting Yak Master

190 Posts

Posted - 2005-08-25 : 17:29:57
how can i create exe file from my windows application? Is it just the inside the bin folder, that's it or do I need to create that?

MichaelP
Jedi Yak

2489 Posts

Posted - 2005-08-25 : 17:49:47
In .Net, if you make a Windows Forms app, and compile it, it should put the EXE into the BIN folder. That's the file you want.
If you compiled in debug mode, you'll need the PDB and the EXE files to make it run.

Michael

<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda>
Go to Top of Page
   

- Advertisement -