.Net Framework installation

jonny10

New member
Joined
Nov 11, 2006
Messages
1
Programming Experience
Beginner
Programming on Visual Studio requests .Net Framework installation.
A lot of computers don't have this framework.

When I write VB.Net application , how can I be sure that end user will can run it.

Thanks
 
For ClickOnce you go to Project Properties, Publish tab. Click the Prerequisites button and check 'make setup to install prereqs', select framework, select prereq location. Publish, when user run setup it will check if framework is present and install if necessary before application is installed.

Your post was moved to more appropriate VB Deployment forum.
 
Back
Top