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