I am migrating from Visual Studio 2013 to Visual Studio 2015. I installed TDS and can build and create TDS packages just fine. Initially I had an error complaining about a Hedgehog services dll not present which went away by re-installing TDS.
Now, the only issue I have is when I try to deploy to my local. The build test passes just fine but the deploy option fails in the TDS project with the following error:
C:\Program Files (x86)\MSBuild\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets(633,5): error : Deploy failed. Reason: The TDS connector is not the correct version.
Has anyone seen this error before and how do I fix it? I can still deploy locally to my folder since is all code changes and I can also create the packages but it would be really nice to have it all working.
Thanks
I ran into this issue while having multiple versions of TDS installed on my machine. My VS2013 has one version (5.1.something) and my VS2015 had a newer version (5.1.something else). Even though there are separate installers, TDS uses only one folder in the MSBuild location for its core DLL (C:\Program Files (x86)\MSBuild\HedgehogDevelopment\SitecoreProject\v9.0), so you can really only have one version.
The other common scenario is having the target site containing files from an older version of TDS. Removing the _DEV folder is part of it, but you also usually need to remove the DLL that TDS installs in the bin folder.
As others have mentioned, support at hhogdev.com are awesome people who respond very quickly, so dropping them a line is always a good approach!