C# WinApp: Create Exe of project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manivelk
    New Member
    • Jan 2008
    • 21

    C# WinApp: Create Exe of project

    Hi to All,

    I have a query.. I developed a project in C#.Net.. I want to make this project as a exe file like vb projects.. If anyone know this please help me out..

    Thanks in advance..

    With Regrads,
    Manivel. K
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    I have not used Vb .Net in any of my Projects as yet,

    But when you compile a windows application, the exe is created in the project directories bin/release or bin/debug forder depending on what configuration you set the solution to.

    Comment

    Working...