Deployment of A program in VB.Net
-
Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?
-
Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?
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.
-
Dear Sir How can I install a .Net FramWork when I make a setup for a program which made by VB.Net?
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
-
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
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
-
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
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