deployment
-
hi to all!! can anybody tell me how to make executable set up for a project done in vb so that it can run on any machine thanks in advance!!!
-
hi to all!! can anybody tell me how to make executable set up for a project done in vb so that it can run on any machine thanks in advance!!!
What version of vb.net are you using? FOR VB.NET 2003(any version) If you are using vb.net 2003 then the users computer will have to have .net1.1 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net1.1 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net1.1 framework. FOR VB.NET 2005(any version) If you are using vb.net 2005 then the users computer will have to have .net2.0 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net2.0 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net2.0 framework. Hope this helps!
-
What version of vb.net are you using? FOR VB.NET 2003(any version) If you are using vb.net 2003 then the users computer will have to have .net1.1 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net1.1 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net1.1 framework. FOR VB.NET 2005(any version) If you are using vb.net 2005 then the users computer will have to have .net2.0 framework installed(otherwise the program won't run) But if the users computer is connected to the internet then if the .net2.0 framework is not installed on the users computer then when the setup file for the project is run it will ask the user to install .net2.0 framework. Hope this helps!
sir it is visual basic 6.0
-
sir it is visual basic 6.0