Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'WindowsBase', 'PresentationCore', 'PresentationFramework' are missing from the target framework

I am trying to load a solution in Visual Studio 2013 but I am receiving this message:

Project Target Framework Not Installed

When I click OK it shows another error message:

Attempted re-targeting of the project has been canceled. Required assemblies 'WindowsBase', 'PresentationCore', 'PresentationFramework' are missing from the target framework.

I have all .NET Framework installed (I am running Windows 10) and I already tried the .NET Framework Repair Tool (https://support.microsoft.com/en-us/kb/2698555).

like image 927
dngadelha Avatar asked Sep 28 '22 07:09

dngadelha


1 Answers

Open that project file in notepad and change .net version to < your project .net version > and try loading it in VS 2013

like image 188
Jophy job Avatar answered Nov 15 '22 07:11

Jophy job