What is the REAL IE Version Required for .NET Framework

G

Guest

I have a question.
What is the real IE version required for .NET??
(major-version.minor-version.build-number.sub-build number)

I have installed the .NET framework on a Windows 2000, and looking in the
"About Internet Explorer", I found that is version 5.0

I thought the installation would not continue since .NET requests 5.01 and
greater in order to work, but it did!!! and even the application I built on
..NET worked fine.

So now I do not know which is the version that is required.

Thanks!!
 
J

JV

I assume you are talking about developing an ASP.NET application. If you
right click your project and select "properties", then under "Common
Properties" find "designer defaults" it tells you what the target schema is.
At least, I think that's the question you were asking.
 
G

Guest

JV,

Thanks for your response, but I think you misunderstood completely my
question, or I did not explained my self correctly:
 
M

Morten Wennevik

Hi Vico,

This page shows the requirements for .Net Framework 1.1 redistributable.
Note the requirements for IE under windows 2000 is N/A as it ships with IE 5.01
 
G

Guest

HI!!

I just really need to know the minimun version
(major-version.minor-version.build-number.sub-build number) of the Internet
Explorer that is required by .NET

Thanks!
 
N

Norman Yuan

Are you talking just .NET framework, or .NET SDK? For installing .NET
framework on computer with Win98SE or later, here is the quote from MS .NET
framework 1.1 download page:

"You must also be running Microsoft Internet Explorer 5.01 or later for all
installations of the .NET Framework"

For .NET SDK or VS.NET, you will not have to worry about this, 'cause it
requires WinNT SP4 or later. With that being required, the IE must be pretty
update-to-date already once you are ready to put .NET SDK or VS.NET on.
 
N

Norman Yuan

Sorry, for WinNT, it requires SP6a.

Norman Yuan said:
Are you talking just .NET framework, or .NET SDK? For installing .NET
framework on computer with Win98SE or later, here is the quote from MS ..NET
framework 1.1 download page:

"You must also be running Microsoft Internet Explorer 5.01 or later for all
installations of the .NET Framework"

For .NET SDK or VS.NET, you will not have to worry about this, 'cause it
requires WinNT SP4 or later. With that being required, the IE must be pretty
update-to-date already once you are ready to put .NET SDK or VS.NET on.

with
IE 5.01
 

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