472,792 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

which .NET Framework version is installed?

Does anybody know how I can find out, which release/version of the .NET Framework
is installed on my computer?
Jul 21 '05 #1
3 9246
C:\WINNT\Microsoft.NET\Framework directory will have the directories for the
version you have installed on your machine.
C:\WINNT\ : for Windows 2000
C:\Windows for Win XP

I have 1.0 and 1.1 both installed on my system.
so i have two dirs,
v1.0.3705
v1.1.4322

HTH,
Mahesh

"Ronald Fischer" <ro*************@gmail.com> wrote in message
news:b5*************************@posting.google.co m...
Does anybody know how I can find out, which release/version of the .NET Framework is installed on my computer?

Jul 21 '05 #2
I suggest to check up registry

HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramewor k

key - InstallRoot
C:\WINNT\Microsoft.NET\Framework directory will have the directories for the
version you have installed on your machine. C:\WINNT\ : for Windows 2000 C:\Windows for Win XP I have 1.0 and 1.1 both installed on my system. so i have two dirs, v1.0.3705 v1.1.4322 HTH, Mahesh "Ronald Fischer" <ro*************@gmail.com> wrote in message news:b5*************************@posting.google.co m...
Does anybody know how I can find out, which release/version of the .NET
Framework

is installed on my computer?

Jul 21 '05 #3
Actually, the same happens to be on my PC. Now, when there
are two versions of .NET Framework, and I run a program which
uses .NET Framework, which of these will be actually used?

Background of the question is: I have a program using .NET Framework,
which terminates by throwing a security exception. Researching
the web, I found that this may happen due to a bug an release
1.0 of .NET Framework, and sure enough the README coming with
the program says that it needs 1.1. Not knowing at that time
which version I have, I downloaded 1.1 and re-ran the program -
but still the same exception is thrown.

Now that I know that the old AND the new versions are present
on my PC, I suspect that this program still uses the old version.
How can I verify this? Is there a workaround?

Ronald
--
Ronald Fischer (http://www.fusshuhn.de/)

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #4

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

Similar topics

2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
2
by: Russ | last post by:
I set up a web server machine using Windows 2003 server, Web Edition. Every time I try to do anything with it I get an error message that says that "the specified Wew server is not running ASP.NET...
7
by: | last post by:
As a beginner which .NET sdk should I be downloading from the MS site: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevgeneral.asp My goal is to: 1. Compile some very...
4
by: PJ6 | last post by:
Just brought up a fresh installation. Installed IIS first, then VS.NET 2003. Now some of the applications I'm downloading complain that the ASP.NET server version is 1.0 and not 1.1. Um... I've...
2
by: Nak | last post by:
Hi there, Please consider this string of events, 'A' being a client and 'B' being me, A) Your application doesn't work.... B) Please insure the correct version of the...
3
by: Ronald Fischer | last post by:
Does anybody know how I can find out, which release/version of the .NET Framework is installed on my computer?
3
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
1
by: Kevin S Gallagher | last post by:
I am trying to determine if a workable version of the framework is installed. Under C:\InsertWindowsHomeDir\Microsoft.NET\Framework\ I noticed on my computer there are three folders, one for...
0
by: Benny | last post by:
I have been trying to instal AutoCAD 2008 on a single PC and get the following Microsoft .NET Framework security error. I have updated to the latest .NET Framework 2.0 software, however, this...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.