Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReleaseKey=394271 #67

Closed
ghost opened this issue Feb 19, 2016 · 5 comments
Closed

ReleaseKey=394271 #67

ghost opened this issue Feb 19, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Feb 19, 2016

No description provided.

@rpetrusha
Copy link

,NET Checker evidently hasn't been updated to support the .NET Framework 4.6.1. The release key for WIndows 10 is 394254, and the key for all other operating systems is 394271. It recognizes neither.

@shanselman
Copy link
Owner

Adding a Description for this bug...

When someone wants to check what version of the .NET Framework they have, they can use this little utility that they run on their machine. It checks the registry for a number which is the SPECIFIC version of whatever .NET Framework you have. So 4.6 is some number and 4.6.1 is another. Every time a new version comes out we need to update the website with details on where to download it or what it is.

@apoorvnandan
Copy link

I tried to reproduce this bug.
From what I read in the code of "Program.cs", if the release key is 394271, the program causes the user's default browser to launch and display the url "http://smallestdotnet.com/?releaseKey=394271".
On opening this url from my computer, the website says
"We Found .NET!
The .Net Checker application determined that you have 4.6.1 on your machine. You have 4.6.1, this is a recent version of .NET. Download an installer for the newest version .NET 4.6.1 Web.
"
which is not very different from when I set release key as that of .NET Framework 4.5.1 (378758) as the corresponding url "http://smallestdotnet.com/?releaseKey=378758" says
"We Found .NET!
The .Net Checker application determined that you have 4.5.1 on your machine.
"

So, what exactly do you mean by the .NET Checker not recognizing the release keys 394254 and 394271?

@shanselman
Copy link
Owner

Here is a list of all the release keys. I (or someone) needs to update the
app to support and recognize ALL these:
https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx

On Tue, Mar 15, 2016 at 11:00 AM, Apoorv Nandan notifications@github.com
wrote:

I tried to reproduce this bug.
From what I read in the code of "Program.cs", if the release key is
394271, the program causes the user's default browser to launch and display
the url "http://smallestdotnet.com/?releaseKey=394271".
On opening this url from my computer, the website says
"
We Found .NET! The .Net Checker application determined that you have
4.6.1 on your machine. You have 4.6.1, this is a recent version of .NET.
Download an installer for the newest version .NET 4.6.1 Web.
"
which is not very different from when I set release key as that of .NET
Framework 4.5.1 (378758) as the corresponding url "
http://smallestdotnet.com/?releaseKey=378758" says
"
We Found .NET! The .Net Checker application determined that you have
4.5.1 on your machine.
"

So, what exactly do you mean by the .NET Checker not recognizing the
release keys 394254 and 394271?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#67 (comment)

Scott Hanselman
Donate to fight diabetes: http://hnsl.mn/fightdiabetes

@josedusol
Copy link

Shouldn't this be closed?. Also, from what i saw, all the others issues tagged as "first-timers-only" were resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants