Rahul Gokani
Rahul Gokani

Reputation: 1708

Installing visual studio 2012 ultimate on Windows Server 2012 Giving me ERROR

I am trying to install Visual Studio 2012 Ultimate version on Windows Server 2012 Release Candidate Datacenter.

And Visual Studio giving me this error.

The .Net Framework installed on this machine does not meet the minimum required version: 4.5.50709.

Please help me that what can I do to solve this?
And if I have to change the version which Visual Studio should I have to install. Please let me know that which version I have to use of Visual Studio.

I had also tried to give permission in
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\NET FRAMEWORK SETUP\NDP\v4\full\1033 But it is giving me access denied error, though I am admin user.

Please Help...

Upvotes: 1

Views: 4293

Answers (2)

Mital
Mital

Reputation: 193

For that you have to give administrator rights to that folder.

You have to create new group and give that group administrator rights and assign that group to that folder.

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\NET FRAMEWORK SETUP\NDP\v4

Upvotes: 2

Peter Karlsson
Peter Karlsson

Reputation: 1180

Most likely related to the following

http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/07cfd620-0599-42dc-bdf8-fe04fb11bff8

looks as if you have to install the trial rather than the RC

http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx?EP=200072478

Upvotes: 2

Related Questions