Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. need help to develop C# software

need help to develop C# software

Scheduled Pinned Locked Moved C#
questioncsharphelp
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Soulblazer
    wrote on last edited by
    #1

    How do I develop my C# project into a stand alone software that can run on any computer?

    E 1 Reply Last reply
    0
    • S Soulblazer

      How do I develop my C# project into a stand alone software that can run on any computer?

      E Offline
      E Offline
      ekynox
      wrote on last edited by
      #2

      fire up vs and select new visual c# project then choose the "Windows Application" Template. That will create your stand alone software.

      S 1 Reply Last reply
      0
      • E ekynox

        fire up vs and select new visual c# project then choose the "Windows Application" Template. That will create your stand alone software.

        S Offline
        S Offline
        Soulblazer
        wrote on last edited by
        #3

        But I face problems when i try to run the application in computers that do not have visual studio .net.

        S M V 3 Replies Last reply
        0
        • S Soulblazer

          But I face problems when i try to run the application in computers that do not have visual studio .net.

          M Offline
          M Offline
          Marc 0
          wrote on last edited by
          #4

          .Net apps need the .Net framework to run. Maybe those computers don't have that framework. If that is the case, you can download it here[^].


          1 Reply Last reply
          0
          • S Soulblazer

            But I face problems when i try to run the application in computers that do not have visual studio .net.

            S Offline
            S Offline
            Soulblazer
            wrote on last edited by
            #5

            Is it possible to run a visual C# windows application project on a computer that does not have visual studio?

            C 1 Reply Last reply
            0
            • S Soulblazer

              Is it possible to run a visual C# windows application project on a computer that does not have visual studio?

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              Yes, of course. It's NOT possible to run it on a machine that doesn't run the .NET framework, as has been pointed out. Christian Graus - Microsoft MVP - C++

              1 Reply Last reply
              0
              • S Soulblazer

                But I face problems when i try to run the application in computers that do not have visual studio .net.

                V Offline
                V Offline
                Vasudevan Deepak Kumar
                wrote on last edited by
                #7

                You don't need Visual Studio .NET. You only need .NET Runtime (appropriate version). You can get one from http://msdn.microsoft.com/net/[^] Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups