Comments
4 comments
-
My first question would be what has changed in the clean install?
Do you have, say the same versions of Visual Studio installed? The same versions of the .NET Framework or - given that its a new clean build, I'm going to assume you haven't reinstalled all the old versions of the framework.
The assembly Microsoft.Build.Utilities, Version=2.0.0.0 is not available in a build environment where the .NET Framework 3.5 has not been installed, for example.
-
The old install of Windows included Visual studio 2015 before
(but was removed when 2017 was released).On the new system I just installed Visual Studio 2017
(same version as on the old machine as I always keep everything up to date).
The old system may have had 3.5 installed, so I will give that a try first. -
@Russell D Installing 3.5 through "add/remove windows components" solved my problem.
Thank you!
-
Great news
Add comment
Please sign in to leave a comment.
<SmartAssembly.MSBuild.Tasks.Build ProjectFile="..\Project.saproj" OverwriteAssembly="True" />
</Target>