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