0
Hi, I’m working with Visual Studio
It’s the first time I’ve come across this message while trying to debug the program:
"C: Program Files (x86) Microsoft Visual Studio 2017 Community Msbuild 15.0 Bin Microsoft.Common.Currentversion.targets(1126.5): error MSB3644: The reference assemblies for the structure ". Netframework, Version=v4.5" not found.
To resolve this, install the SDK or Targeting Package for that version of the structure or redirect the application to a version of the structure for which you have the SDK or Targeting Package installed. Note that the assemblies will be resolved from the GAC (Global Assembly Cache) and will be used in place of the reference assemblies. This way, your Assembly may not be correctly directed to the desired structure."
I would like to know what I would need to do in order to compile in the version that is mine .NET Framework
(if I’m not mistaken, it’s 4.7.0). I’ve tried changing the version parameter to 4.7.0 in the three files. config that the program has, but the compiler still seems to reference version 4.5.
Thanks for your help.
Tried to automatically reference another . NET Framework (like v4.6) in project settings?
– CypherPotato