VB.NET Project deployment issue

M

MSK

Hi all,

I am newbie to .NET environment, I am developing a desktop application
using VB.NET, ADO.NET, and I want to deploy this into Win 98, NT, 2000
and XP systems,

I read lot of articles about deployment in lower end OS, but not
clear.

Kindly clarify the following.

1. Will my application work in 98, NT and 2000?
2. What are the pre-requisite required in 98, NT, 2000?
3. It is a desktop application, do we have to add ASP.NET engine or
runtime into the installation files?
4. Any database components (like MDAC) have to be deployed? What
version?
5. I assume that my application will work in XP without any pre-
requisite .Is it Correct?

Many thanks

MSK.
 
P

pvdg42

MSK said:
Hi all,

I am newbie to .NET environment, I am developing a desktop application
using VB.NET, ADO.NET, and I want to deploy this into Win 98, NT, 2000
and XP systems,

I read lot of articles about deployment in lower end OS, but not
clear.

Kindly clarify the following.

1. Will my application work in 98, NT and 2000?
2. What are the pre-requisite required in 98, NT, 2000?
3. It is a desktop application, do we have to add ASP.NET engine or
runtime into the installation files?
4. Any database components (like MDAC) have to be deployed? What
version?
5. I assume that my application will work in XP without any pre-
requisite .Is it Correct?

Many thanks

MSK.
As you don't mention the version you are using, here are links for .NET
Framework versions 1.0, 1.1 and 2.0

http://msdn2.microsoft.com/en-us/library/ms229070(VS.80).aspx

http://msdn2.microsoft.com/en-us/library/ms229068(VS.80).aspx

Any target PC for your app must have the applicable version of the .NET
Framework installed.
 

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