Question Visual studio 2008 and dot net framework 3.5

mazez1971

Member
Joined
Dec 23, 2009
Messages
13
Programming Experience
Beginner
hi, i am developing a windows application in visual basic 2008. when i will install or setup my application to clients' computers, do i have to install the dot net framework 3.5 in every single pc or i can include dot net framework 3.5 in my application.
 
When you use MSI (Setup Project) or ClickOnce deployment the correct .Net version is automatically added as a prerequisite, by default to be downloaded from MS if not present. The installer checks the client machine and installs this first if necessary before installing the app.
 
Back
Top