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. Visual Basic
  4. Deployment of A program in VB.Net

Deployment of A program in VB.Net

Scheduled Pinned Locked Moved Visual Basic
questioncsharpsysadminworkspace
5 Posts 4 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.
  • F Offline
    F Offline
    FriendlySoluations
    wrote on last edited by
    #1

    Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?

    T N 2 Replies Last reply
    0
    • F FriendlySoluations

      Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?

      T Offline
      T Offline
      Tommy4U
      wrote on last edited by
      #2

      My dear friend, if you are developing an application or program in .NET than you have to make sure that the target computer has .net framework in it. If the target machine does not have .Net Framework then do an update from Microsoft. Otherwise, your application will not work at all.

      1 Reply Last reply
      0
      • F FriendlySoluations

        Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?

        N Offline
        N Offline
        Nikhil Bandekar
        wrote on last edited by
        #3

        Hello, You have to install .net framework on client machine before istalling your application developed in .net. Or else while deploying your application just include dotnetframe work which u can see in solution explorer(dependencies), during deployment. If you include dotnet frame work the file size of your application, i.e, your setup.exe will increase by 30 mb max. And when ever you will try to install your application on the machine which does not have framework it will istall the framework first automatically and then start with the installation of your actuall application, else if it will install only your actual application. Try it out Bye.

        Nikhil Bandekar Mumbai, India

        F 1 Reply Last reply
        0
        • N Nikhil Bandekar

          Hello, You have to install .net framework on client machine before istalling your application developed in .net. Or else while deploying your application just include dotnetframe work which u can see in solution explorer(dependencies), during deployment. If you include dotnet frame work the file size of your application, i.e, your setup.exe will increase by 30 mb max. And when ever you will try to install your application on the machine which does not have framework it will istall the framework first automatically and then start with the installation of your actuall application, else if it will install only your actual application. Try it out Bye.

          Nikhil Bandekar Mumbai, India

          F Offline
          F Offline
          FriendlySoluations
          wrote on last edited by
          #4

          Dear Sir I thank you for your answer Please I want more details, since I add the setup file for .NET FrameWork onto the Application Folder (i.e. the Setup Solution) but when I run the program onto another machine the .NET FrameWork does not setup automatically with it. Good Luck MNG

          K 1 Reply Last reply
          0
          • F FriendlySoluations

            Dear Sir I thank you for your answer Please I want more details, since I add the setup file for .NET FrameWork onto the Application Folder (i.e. the Setup Solution) but when I run the program onto another machine the .NET FrameWork does not setup automatically with it. Good Luck MNG

            K Offline
            K Offline
            Kanniah
            wrote on last edited by
            #5

            Hi I don't think framework gets bundled with your setup program. Your setup program just contains the files that it requires to run (if you have added any extra files). You have to isntall the .net framework separately on the client machine and then install your application. Hope this helps Kanniah

            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