Kristers
Kristers
I get the same issue on a machine running VS 2015.3 while trying to call MSBuildWorkspace.Create(). I have added Microsoft.Build and Microsoft.Build.Tasks.Core NuGet packages both v15.1.1012 to the project. I...
I solved my issue.. the real problem was with the app build configuration, however, now the Compilation does not seem to resolve any references outside of the solution and the...
Thank you, @Pilchie, for the tip. This is the message I got: > Msbuild failed when processing the file '*.csproj' with message: C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets: (620, 5): The "Message" task...
Added these for the host application, they do not seem to be helping. ``` ```
That did it, thank you @mattwar.