473,378 Members | 1,470 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Check if .NET Framework installed on web browser.

Microsoft Internet Explorer sends a user agent string contains .NET
Framework version if it is installed. But not all the users use MSIE.
Some people use FireFox or Opera. Is there any way to check if .NET
framework installed on a web browser?

Nov 19 '05 #1
8 1692
Just curious, even if you found out that .NET was running, Firefix and Opera
probably do not allow you to run .NET component (meaning they are not .NET
hosts).

But there probably is no way of knowing because you would have to access
machine resources such as the registry. Also, more than just Windows can
access the web and therefore there is no consistent platform for you to
check against.

<ty*******@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Microsoft Internet Explorer sends a user agent string contains .NET
Framework version if it is installed. But not all the users use MSIE.
Some people use FireFox or Opera. Is there any way to check if .NET
framework installed on a web browser?

Nov 19 '05 #2
re:
But not all the users use MSIE.
Microsoft Internet Explorer 5.01 or later is required
in order to install the .Net Framework.

It's in the "system requirements" for installing the .Net Framework :

http://msdn.microsoft.com/netframewo...s/default.aspx

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
<ty*******@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com... Microsoft Internet Explorer sends a user agent string contains .NET
Framework version if it is installed. But not all the users use MSIE.
Some people use FireFox or Opera. Is there any way to check if .NET
framework installed on a web browser?

Nov 19 '05 #3
I'm kind of wondering why you need to do this. Unless you want to install an
embedded .Net Windows form or some other .Net component on the client, any
browser can view ASP.Net pages, which are HTML at the client end.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

<ty*******@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Microsoft Internet Explorer sends a user agent string contains .NET
Framework version if it is installed. But not all the users use MSIE.
Some people use FireFox or Opera. Is there any way to check if .NET
framework installed on a web browser?

Nov 19 '05 #4
Hello Mr. Kevin Spencer.
The reason is, I'm provding a Windows application at my homepage. I
want to let the users if they have installed .NET Framework before
downloading my application. Because, even though I've warned "This
program requires .NET framework.", I receive some e-mails saying "Your
program doesn't run, what's wrong" from time to time. So I wanted to
check it before downloading.

Nov 19 '05 #5
Yes. Every Windows system has MSIE installed. But the user may use
FireFox or Opera to visit my homepage, even though MSIE is installed,
right?

Nov 19 '05 #6
Ah, good. Just wanted to make sure.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

<ty*******@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hello Mr. Kevin Spencer.
The reason is, I'm provding a Windows application at my homepage. I
want to let the users if they have installed .NET Framework before
downloading my application. Because, even though I've warned "This
program requires .NET framework.", I receive some e-mails saying "Your
program doesn't run, what's wrong" from time to time. So I wanted to
check it before downloading.

Nov 19 '05 #7
Not if you want to install the .Net Framework.
For that IE 5.01+ is a *system requirement*.

Anybody can browse your application with any browser,
but if you want to install the .net Framework, you need IE 5.01+.

Why would you want to detect the .Net
Framework if you are not going to install it ?

If all you want is to serve clients, they will get HTML they can
understand returned to them by your ASP.NET application.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
<ty*******@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Yes. Every Windows system has MSIE installed. But the user may use
FireFox or Opera to visit my homepage, even though MSIE is installed,
right?

Nov 19 '05 #8
Do you provide the user with an MSI or some other installer? If so, then
you may want to to check at the point they try to install the application.
Maybe point them to the location where they can get the framework if they do
not have them.

<ty*******@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hello Mr. Kevin Spencer.
The reason is, I'm provding a Windows application at my homepage. I
want to let the users if they have installed .NET Framework before
downloading my application. Because, even though I've warned "This
program requires .NET framework.", I receive some e-mails saying "Your
program doesn't run, what's wrong" from time to time. So I wanted to
check it before downloading.

Nov 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: D. Shane Fowlkes | last post by:
First of all, can anyone recommended a good URL for ASP.NET related issues. I reallt like www.aspfaq.com but that's mainly for traditional ASP. I'm starting to explore .NET..which leads me to my...
2
by: Bhupesh Naik | last post by:
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to construct letters. The browser based screens...
5
by: zimmy | last post by:
Hi, Is it possible to check whether ASP.NET is installed on a machine, within a program that I'm writing in C#? And if it's installed, can I check if it is enabled? How? Thanks
3
by: Arpan | last post by:
I have been trying to install .NET Framework SP1 in my system but am unable to do so. The 10.2 MB SP gets downloaded successfully after which the installation starts by itself from within the browser...
5
by: Tony | last post by:
Every 10 seconds I need to search a SQL table for orders to print. The orders are created through WebForms on ASP.NET clients. The orders should not print until 10 minutes before they are due. ...
4
by: MMesarch | last post by:
Hi, A previous question about sharing applications had a response that I need to make sure the other computers I was sharing my VB.NET application needed to have the Framework installed. I got...
11
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. It is greatly appreciated. Is there a way to programmatically check for .NET Framework versions installed on the computer? -- Michael Bragg,...
10
by: Dieter Pelz | last post by:
Hallo, what is the best way to check the installation of mfc80 and vcrt sidebyside assemblies? Best Regards, Dieter Pelz
3
by: =?Utf-8?B?YWJjZA==?= | last post by:
I have upgraded my VS 2008 with SP1. It has automatically upgraded .NET framework to SP1 too. Now I will be deleloping my product using .NET Framework 3.5 SP1. Can this developed product work...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.