Nic
Nic

Reputation: 12895

Unable to target .NET Framework 4.5 in Visual Studio 2013

For my project I'm required to target Microsoft .NET Framework 4.5, but am unable to do so.

Targets

Installed programs:

Programs

Whenever I try to install .NET Framework 4.5, it tells me it's already installed:

Error

Upvotes: 3

Views: 1294

Answers (1)

ΩmegaMan
ΩmegaMan

Reputation: 31721

Make sure you have installed the latest update to Visual Studio 2013 which is Update 4. If it is installed, then do another install but select repair. Restart if necessary and try again.

Upvotes: 2

Related Questions