Tuesday, August 18, 2020

VS 2019 and Sitecore TDS 6.0.05 upgrade from Sitecore TDS 5.0

 When you first install Sitecore TDS 6.0.05 try to locate tds 6.0 nuget package in your local. This nuget require you to update your reference nuget from 5.0 to 6.0. All you need to do is add new local path of nuget reference in Nuget manager and install this new nuget package.

After you have installed the updated nuget for each of your existing TDS project you might come across this error.

Verify the version of the MSBuild TDS Service DLL


Connection Test Finish: 2020-08-19 10:33:49

Connection Test Start: 2020-08-19 10:35:44

Connection Test Pass: Content downloaded from http://abc-local.com//sitecore

Connection Test Pass: Sitecore TDS connection test successful

Connection Test Failure: Sitecore TDS Service DLL does not exist at \HedgehogDevelopment\SitecoreProject\v9.0\bin\HedgehogDevelopment.SitecoreProject.Service.dll.

Connection Test Finish: 2020-08-19 10:35:44

Connection Test Start: 2020-08-19 11:09:03

All you need to do is unload the .csproj and edit the tds .csproj section where it imports the package service.dll into sitecore solution


No comments :