我已将TDS升级到5.5,现在在使用Visual Studio打开包含TDS项目的解决方案时出现以下错误:
TDS failed to change configurations with the error 'Build of GetFrameworkPaths failed.'.
Please see the output window for more details.
答案 0 :(得分:3)
这是Hedgehog尚未解决的已知问题。他们确实提供了一种解决方法:
http://www.hhogdev.com/blog/2016/may/common-problem-after-tds-5,-d-,5-upgrade.aspx
要节省一些时间,您只需删除
即可C:\ Program Files(x86)\ MSBuild \ HedgehogDevelopment \ SitecoreProject \ v9.0 \ HedgehogDevelopment.SitecoreProject.targets
文件并运行TDS安装程序并选择修复,而不是像Hedgehog推荐的那样卸载并重新安装TDS。