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. .net framework 2.0.50727

.net framework 2.0.50727

Scheduled Pinned Locked Moved Visual Basic
csharpdotnethelpworkspace
10 Posts 2 Posters 1 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
    Sonia Gupta
    wrote on last edited by
    #1

    I was trying to install the setup of my program(VB.net 2005) on the machine which does not have the dotnet framework. I have added the .net framework by right clicking the setup project- which is included in the project. Add\assembly\browse\c:\installer-6171-19-Microsoft-NET-Framework-2-0-50727-English then built it. still getting the same problem . u need to install the .net framework 2.0.50727

    P 1 Reply Last reply
    0
    • S Sonia Gupta

      I was trying to install the setup of my program(VB.net 2005) on the machine which does not have the dotnet framework. I have added the .net framework by right clicking the setup project- which is included in the project. Add\assembly\browse\c:\installer-6171-19-Microsoft-NET-Framework-2-0-50727-English then built it. still getting the same problem . u need to install the .net framework 2.0.50727

      P Offline
      P Offline
      P P Vilsad
      wrote on last edited by
      #2

      don't just add framework into your project, right click on setup project, select properties, click prerequisites and tick .net framework 2.0 and select install from the same location as my application option too. now build your project

      Vilsad P P MCTS (Windows Applications) .Net 2.0

      S 1 Reply Last reply
      0
      • P P P Vilsad

        don't just add framework into your project, right click on setup project, select properties, click prerequisites and tick .net framework 2.0 and select install from the same location as my application option too. now build your project

        Vilsad P P MCTS (Windows Applications) .Net 2.0

        S Offline
        S Offline
        Sonia Gupta
        wrote on last edited by
        #3

        i am doing the same thing now...... what u told . adding the dotnet framework ...the following file. should i just add it to the setup or i have to place it some where else as well.In order to run the setup successfully.because i am still getting the same problem. I have checked the link as well Download prerequisit from the same location as my application. installer-6171-19-Microsoft-NET-Framework-2-0-50727-English

        P 1 Reply Last reply
        0
        • S Sonia Gupta

          i am doing the same thing now...... what u told . adding the dotnet framework ...the following file. should i just add it to the setup or i have to place it some where else as well.In order to run the setup successfully.because i am still getting the same problem. I have checked the link as well Download prerequisit from the same location as my application. installer-6171-19-Microsoft-NET-Framework-2-0-50727-English

          P Offline
          P Offline
          P P Vilsad
          wrote on last edited by
          #4

          after building the setup project make sure you have .net framework redistributable in a folder inside your setup's release folder. if it is there then you are doing right. when you double click setup it will say the following prerequisites are not installed in your computer and will install when you press ok. thats the right way.

          Vilsad P P MCTS (Windows Applications) .Net 2.0

          P 1 Reply Last reply
          0
          • P P P Vilsad

            after building the setup project make sure you have .net framework redistributable in a folder inside your setup's release folder. if it is there then you are doing right. when you double click setup it will say the following prerequisites are not installed in your computer and will install when you press ok. thats the right way.

            Vilsad P P MCTS (Windows Applications) .Net 2.0

            P Offline
            P Offline
            P P Vilsad
            wrote on last edited by
            #5

            when you added your project output (the exe file from your program) visual studio will automatically add .net framework to your detected dependencies folder in solution explorer. make sure it detects correct.

            Vilsad P P MCTS (Windows Applications) .Net 2.0

            S 2 Replies Last reply
            0
            • P P P Vilsad

              when you added your project output (the exe file from your program) visual studio will automatically add .net framework to your detected dependencies folder in solution explorer. make sure it detects correct.

              Vilsad P P MCTS (Windows Applications) .Net 2.0

              S Offline
              S Offline
              Sonia Gupta
              wrote on last edited by
              #6

              When i am adding the project output , it does not confirm the .net framework dependency.I have already placed the .net framework exe into the debug and release folder.Still i am getting the sae problem. Even i am using the two exe's dotnetfx.exe installer-6171-19-Microsoft-NET-Framework-2-0-50727-English.exe

              1 Reply Last reply
              0
              • P P P Vilsad

                when you added your project output (the exe file from your program) visual studio will automatically add .net framework to your detected dependencies folder in solution explorer. make sure it detects correct.

                Vilsad P P MCTS (Windows Applications) .Net 2.0

                S Offline
                S Offline
                Sonia Gupta
                wrote on last edited by
                #7

                How should I add an exe into my active project , When the same is demanding a COM component. I mean can i add an exe into my active project????????????????

                P 1 Reply Last reply
                0
                • S Sonia Gupta

                  How should I add an exe into my active project , When the same is demanding a COM component. I mean can i add an exe into my active project????????????????

                  P Offline
                  P Offline
                  P P Vilsad
                  wrote on last edited by
                  #8

                  when you create setup project first open the project you need to create setup for. then from file add new project and then other project types and setup project. give the name setup and select add to current solution (you should not create a new solution). when setup project is loaded, on filesystem editor right click application folder and select add -> project output and select primary project output. this will detect dot net version and prerequisites automatically. now you won't have to select dot net manually

                  Vilsad P P MCTS (Windows Applications) .Net 2.0

                  S 1 Reply Last reply
                  0
                  • P P P Vilsad

                    when you create setup project first open the project you need to create setup for. then from file add new project and then other project types and setup project. give the name setup and select add to current solution (you should not create a new solution). when setup project is loaded, on filesystem editor right click application folder and select add -> project output and select primary project output. this will detect dot net version and prerequisites automatically. now you won't have to select dot net manually

                    Vilsad P P MCTS (Windows Applications) .Net 2.0

                    S Offline
                    S Offline
                    Sonia Gupta
                    wrote on last edited by
                    #9

                    How visual studio will automatically add .net framework to detected dependencies folder in solution explorer. I have - in the prerequisite - checked the download prerequisites from the same location as my application. I can't add the exe into the active project.because it is the COM component , dll not the exe which gets added into the references Now what i have to do in addition to these to make the visual studio automatically add .net framework to detected dependencies folder in solution explorer

                    P 1 Reply Last reply
                    0
                    • S Sonia Gupta

                      How visual studio will automatically add .net framework to detected dependencies folder in solution explorer. I have - in the prerequisite - checked the download prerequisites from the same location as my application. I can't add the exe into the active project.because it is the COM component , dll not the exe which gets added into the references Now what i have to do in addition to these to make the visual studio automatically add .net framework to detected dependencies folder in solution explorer

                      P Offline
                      P Offline
                      P P Vilsad
                      wrote on last edited by
                      #10

                      so you are using a .net setup project for deploying a non .net project ? i didn't understand. don't you have a sing exe or dll created in .net 2.0 in your project ?

                      Vilsad P P MCTS (Windows Applications) .Net 2.0

                      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