window deployment
-
i was doing the deployment of my program in vb.net.i faced the following problem.i need to install the .net framework 2.0.50727.i have added the .net framework in the project.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i was doing the deployment of my program in vb.net.i faced the following problem.i need to install the .net framework 2.0.50727.i have added the .net framework in the project.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
You haven't actually asked a question.
Sonia Gupta wrote:
i have added the .net framework in the project.
The windows application project? A setup project?
Sonia Gupta wrote:
i need to install the .net framework 2.0.50727
You need a visual studio setup project. http://www.codeproject.com/dotnet/Win_App_Setup_Project.asp?df=100&forumid=250630&noise=1&exp=0&mpp=50&select=2082899#xx2082899xx[^]
-
i was doing the deployment of my program in vb.net.i faced the following problem.i need to install the .net framework 2.0.50727.i have added the .net framework in the project.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
well if you have studio installed then framework must be there automatically this problem generally comes when you install your package on any other system which doesnt have framework installed. coz dot net application needs framework to run. please specify your problem more clearly.