change .net framework
-
hi guys, i have a projetec on vb.net, this project is seted to use .net framework 3.5, but i have to install this application in a windows 2000, this windows cant install .net framework 3.5, so i have to change my project, and that is the problem, a have no ideia, how it is done? thank you very much
-
hi guys, i have a projetec on vb.net, this project is seted to use .net framework 3.5, but i have to install this application in a windows 2000, this windows cant install .net framework 3.5, so i have to change my project, and that is the problem, a have no ideia, how it is done? thank you very much
-
This should have been thought before even starting with the development. What kind of application is it? Is it using anything new that was introduced in .Net 3.5? If not, just set the target framework to 2.0 and see if application works fine.
-
i just used webbrowser, System.Data.OleDb and Npgsql... where can i change this target? thanks
look for "project properties", there are a couple of ways to get there. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Nil Volentibus Arduum
-
look for "project properties", there are a couple of ways to get there. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Nil Volentibus Arduum
-
1. when you change the target setting, you have to rebuild. 2. when you also create an installer, you'd have to modify that one too. Don't ask for details, I don't have them. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Nil Volentibus Arduum
-
1. when you change the target setting, you have to rebuild. 2. when you also create an installer, you'd have to modify that one too. Don't ask for details, I don't have them. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Nil Volentibus Arduum
-