September 20, 2016 | Kliment Klimentov
If you want to move your Sitecore development environments to newer version of Visual Studio, you will first need to install the new VS version you have selected. Then download TDS from our website. We recommend using the latest version of TDS as it has the latest features and is compatible with all previous versions, but...
TweetSeptember 09, 2016 | Sean Holmesby
If there’s one question I hear more than any other it’s this: “Hey, because Sitecore didn’t use TDS in Habitat, does that mean TDS doesn’t work with Habitat?” Short answer: Not at all! TDS and Habitat work very well together.
TweetSeptember 05, 2016 | Kliment Klimentov
With TDS you can delete items from the Sitecore tree, using an update package. The Recursive Deploy action controls how TDS responds to Items in the target Sitecore instance, but not existing in the project.
TweetAugust 02, 2016 | Kliment Klimentov
When using Visual Studio on a restricted machine, a scenario may manifest wherein TDS can’t be installed on the default location (MSBuildExtensionsPath = C:\Program Files (x86)\MSBuild). As a consequence, the TDS .targets import setting inside the .scproj files () are not valid. In order to work around this restriction, one can add the path …
TweetJuly 20, 2016 | Kliment Klimentov
TDS gets the item icons from Sitecore. If there is an issue connecting to the website during the download process of the items, some icons may default to the following (on the left): If that happens, it is possible to force TDS to get the icons again by deleting the /obj/IconCache folder.
TweetJuly 07, 2016 | Angel Uzunov
The template based text generation framework T4 (Text Template Transformation Toolkit) included with Visual Studio is a general-purpose templating engine used to generate Visual Basic code, XML, C# code, HTML, or text of essentially any kind. Template files are created, a mix of literal text, code, and processing directives after which the T4 template processor...
Tweet