Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Locked .net framework 4.6 not working

Status
Not open for further replies.

Cyler

šŸ¤“ Super Admin
āš”OS Master
Downloaded
510.5 GB
Uploaded
24.5 TB
Ratio
49.16
Seedbonus
27,587
Upload Count
1 (1)
Member for 6 years
Glad you solved it. For future reference and for others to know, the solution was easy.

All you had to do is change that registry value to either 4.6.20042 or greater, or make VS not check for the version of .net by deleting the "RequiredNDPVersion"="4.6" line in the pkgdef file.

Alternatively, you run VS studio setup, and before installing, click modify, and remove under ASP.NET the .net framework(s) and wait for VS to remove them. After that, close and re-run VS Setup and again, click modify and add both .nets (4.6 and 4.6.2) and that would solve the problem.

The issue pops because of some .net installers (especially the preinstallation ones) install the key NOT in
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\XXX]
but in
[HKEY_LOCAL_MACHINE\WOW6432Node\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\XXX]
and so VS cant find them.

Either way, enjoy coding :p
 
Last edited:

SiteWizard

Uploader
Power User
āœ… Verified Member
Member
Downloaded
228.8 GB
Uploaded
31.1 TB
Ratio
139.35
Seedbonus
651,412
Upload Count
12 (12)
Member for 9 years
ok i'm closing this now , seen as completed :)
 
Status
Not open for further replies.
Top