1

Visual studio 2012 TDS project not loading in VS2015.showing incompatible. My scproj file TargetFrameworkVersion is 2.0.

Please let me know if anyone face this kind of issue.How i can resolve this.

Thanks in advance!! Regards, Pushpendra

Singh
  • 151
  • 2
  • 2
  • 7

1 Answers1

4

Hedgehog TDS have separate version integrations for each VS version. When you install it, it ask you about integration in different versions of Visual Studio.

You should re-install TDS(and tick VS 2015 compatibility) for ability to use TDS project with VS 2015.

Update: Following your comment it looks like you don't have TDS at all. (Initially I thought that you don't have TDS for VS 2015). You should go http://www.teamdevelopmentforsitecore.com/Download and download installer.

Anton
  • 9,682
  • 11
  • 38
  • 68
  • i am new in TDS. Can i know i can reinstall using nuget or some other place.Please guide me if you have idea. – Singh Jan 06 '17 at 06:24
  • no, you can't do it with nuget package. It is VS extension. You should go to http://www.teamdevelopmentforsitecore.com/Download download installer and install it. – Anton Jan 06 '17 at 08:50
  • There's no checkbox. Within the download there are separate installers for each versionof VS . – jammykam Jan 06 '17 at 10:34
  • 1
    @jammykam ok, probably I muddle it with some other tool or previous version. But is the same: you should install right extension for your version of VS. – Anton Jan 06 '17 at 13:43
  • Most likely confused it with Resharper :D – jammykam Jan 06 '17 at 14:07