Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I do have .NET 4.6.2 but VS still complains about it

Tags:

c#

.net

asp.net

So I am trying to open one of my team's project and I think it is in .NET 4.6.2. and it gave me usual error of you do not have this framework version, do you want to install it?

So I went ahead and installed that version and also restarted my computer. After that even if I see in my Control panel that I have already installed .NET Framework 4.6.2 Visual studio continues to complain about not having that particular version of .NET

Any idea on how to address this issue?

like image 653
Lost Avatar asked Feb 05 '23 18:02

Lost


1 Answers

You need the .NET 4.6.2 targeting pack, not just the runtime.

Download can download it here https://www.microsoft.com/en-us/download/details.aspx?id=53321

like image 126
Scott Chamberlain Avatar answered Feb 07 '23 07:02

Scott Chamberlain