c#: Setup and Deployment Project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • farnooshr65
    New Member
    • Jun 2009
    • 7

    c#: Setup and Deployment Project

    i want to know how to build a demo project from my c# visual studio project,
    i have written a c# program in visual studio 2005 using sql server 2005 and i only know how to run it in visual studio,but i want in to be a project which runs independently from the visual studio framework and run on computers without visual studio what should i do?please help me
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    You should read this MSDN entry regarding debug and release modes.

    Feel free to post if you still struggle with deploying your app, sometimes it can be a REAL pain...

    Comment

    • farnooshr65
      New Member
      • Jun 2009
      • 7

      #3
      ok,i know the difference between debug and release.but waht should i do?which button should i click?or which code should i add to my program?

      Comment

      • IanWright
        New Member
        • Jan 2008
        • 179

        #4
        you should read some very basic tutorials on programming in the .NET framework before asking silly questions?

        Comment

        • PRR
          Recognized Expert Contributor
          • Dec 2007
          • 750

          #5
          Hi farnooshr65,
          * What you are looking for is setup and deployment project.
          * Visual Studio 2005/2008 is IDE. You can know more here. IDE is primarily for Dev to develop application faster (more like rapid application development model).
          * MSDN, link
          * For asp.net app.: Walkthrough: Publishing a Web Site

          Comment

          • Raaghu

            #6
            It is something similar that you are saying "i have prepared an ice cream and have to preserve it in the oven". You have built your project on the .net platform and you cant run it on different platforms.

            Comment

            Working...