1

Closed

Issue: InstallUtil.exe uses .NET Framework 2.0 path even with MSBuild 4.0

description

MSBuild 4.0 GetFrameworkPath task returns the .NET 2.0 path. This causes the wrong version of InstallUtil.exe to run against the 4.0 assemblies.
Closed Jun 20, 2012 at 5:06 AM by tfabraham

comments

ydie wrote Jun 10, 2012 at 8:03 PM

Adding the ToolsVersion attribute (="4.0") to the MSBuild Project element solves this, but introduces other issues with the SDC MSBuild tasks. It seems that MSBuild is then looking for the Microsoft.Sdc.Tasks.BizTalk.dll task assembly, which is not included in the BTDF distribution.

wrote Jun 20, 2012 at 5:06 AM

Resolved with changeset 68242.