deployment in VB.net VS 2003???
-
:confused: Am new .vb.net, but i made it to the end, i understand part. in vb6 the Package and Deployment Wizard did everything for you, package and make setup files and there you go it can be setup. i know here you supposed to install .Net framework in the system that you going to install the Application. but cant you include the .Net in your Application to be installed automatically if its not installed? , cant it install SQlclient if its not installed,. mybe i have read wrong Articles. i have googled the Deployment, but most words being mentioned are "Deplayment is Simpler in Visual Studio.Net than in the Ealier version". i dont bealive until i experince that. Please help me with Deployment or point to a Step by Step Article that Best Explain the Deployment. am using VS2003 Thanks
Vuyiswa
-
:confused: Am new .vb.net, but i made it to the end, i understand part. in vb6 the Package and Deployment Wizard did everything for you, package and make setup files and there you go it can be setup. i know here you supposed to install .Net framework in the system that you going to install the Application. but cant you include the .Net in your Application to be installed automatically if its not installed? , cant it install SQlclient if its not installed,. mybe i have read wrong Articles. i have googled the Deployment, but most words being mentioned are "Deplayment is Simpler in Visual Studio.Net than in the Ealier version". i dont bealive until i experince that. Please help me with Deployment or point to a Step by Step Article that Best Explain the Deployment. am using VS2003 Thanks
Vuyiswa
I don't have it in front of me, so i can't tell you for certain, but I do believe there was a way to install the .NET Framework with your app. I'm not sure on SQLClient....never used it. If nothing else, Microsoft's site has a guide on how to deploy the .NET Framework. Sorry I can't post a link, hope it helps anyhow.
------------------------ using System.People; Person me = new Person(); me.Certifications = null; me.Experience = little; me.WantsToLearn = true; me.InSchool = true; me.AskQuestions("C# .NET 2003");
-
I don't have it in front of me, so i can't tell you for certain, but I do believe there was a way to install the .NET Framework with your app. I'm not sure on SQLClient....never used it. If nothing else, Microsoft's site has a guide on how to deploy the .NET Framework. Sorry I can't post a link, hope it helps anyhow.
------------------------ using System.People; Person me = new Person(); me.Certifications = null; me.Experience = little; me.WantsToLearn = true; me.InSchool = true; me.AskQuestions("C# .NET 2003");
Its ok
Vuyiswa