deploying .net framework

M

MSN

VB .net windows app.
When I create an application for deployment does the user need the .net
framework on thier computer?
When I create an .exe is the .net framework included in it?
Will my application run on win 95 win 98?

thanks
 
C

Cor

Hi,

You have to install the Net framework on every computer by doing an update
using the standard Microsoft Web updata or by downloading that framework
file.

a Net application will only run on a computer with the framework installed
on OS: W98, Me and on NTx systems from NT4 with sp6 installed and newer.

Beware that some functions will not work on W9x systems.

I hope this helps,

Cor
 
M

MSN

Thanks
Are you saying that Win98 and above have the net framework installed on them
already?
If so then I olny have to worry about win95?

Thanks
 
C

Cor

You have to install the Net framework on every computer. This you can do
using the standard Microsoft Web updata or by downloading the seperate
framework download file for that and folow the instructions therefore

The dotNet framework is only pre installed on Server 2003.

A dotNet application will only run on a computer with the right framework
installed.

This can be done on the window operastingsystems: W98, Me and and on NTx
operatingsystems from NT4 with sp6 installed and newer.

Beware of that some program functions will not work on W9x systems.

On W95 and older Microsoft operatings systems dotNet applications will not
run.

I hope this is more clear.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top