Problem when trying to compile in Xamarin Studio in Windows 7

1

Hi, friends, I'm trying to compile a simpe Hola mundo! in Monodevelop for Windows 7 x64 (Xamarin Studio) and I'm throwing this error

  

The reference assemblies of the .NET version are not found   Framewrk ".NETFramework.Version = v4.5". To solve this problem   install the SDK or the Compatibility Pack of this version of .NET   Framework or set the destination of the application in a version of   .NET Framework for which you have installed the SDK or Package   compatibility.       Note that the assemblies will be resolved from the global assembly cache (GAC) and those assemblies will be used instead   of the reference. Therefore, it is possible that the assembly is not   established in the target .NET Framework version that I had   planned. (MSB3644)

It turns out that I already have .Net Framework 4.5.2 and 4.6 installed, in addition to the 2013 and 2015 Msbuild.

    
asked by Juan Carlos Terán 21.11.2017 в 22:05
source

0 answers