Questions tagged [tds]

"Team Development for Sitecore".

"Team Development for Sitecore"

102 questions
2
votes
2 answers

Sitecore TDS Multi-Project properties base template reference not working for me

I am trying to set multi-project properties exactly like how it says in this link/article with base template reference to another TDS project. http://hedgehogdevelopment.github.io/tds/chapter4.html#multi-project-properties Similar to the above link…
Rohan
  • 51
  • 4
2
votes
2 answers

How to install TDS generated .update packages in Sitecore 7.2?

In setting up Sitecore 7.2 at my organization for our public facing .com I have run into a hiccup while trying to implement proper CI, Release Management, and Deployment Management. I am able to, using MSBuild, compile my Sitecore MVC code, compile…
2
votes
1 answer

Glass Mapper IEnumerable to IEnumerable
I am using glass mapper and TDS code generation templates to generate models for my sitecore templates. All working Good. But, If i have a multi-list field TDS templates are creating IEnumerable. I want it to be…
Dheeraj Palagiri
  • 1,829
  • 3
  • 23
  • 46
2
votes
1 answer

Create incremental package through Sitecore TDS

I am using TDS 5.1.0.3 version. I need to know , how to create the incremental package through TDS? Am aware about to create full package using Deploy option in TDS and install it using  /sitecore/admin/UpdateInstallationWizard.aspx  But it is…
2
votes
1 answer

Sitecore Continous Integration with TDS + TFS Cloud --> .target file not found

I have a solution with two projects: a web project and a Team Developer for Sitecore (TDS) project with Sitecore Items. The local package building with TDS works. Now I want to have continous integration with the Team Foundation Server (TFS) in the…
SpaceJump
  • 483
  • 6
  • 24
2
votes
3 answers

Setting up hedgehog TDS build configuration for dev environment

We use Hedgehog Team Development for Sitecore to manage content items and also want to use it for content deployment. I am trying to create a TDS build configuration that should deploy TDS items to a remote dev server. Dev server isn’t on my local…
PratikT
  • 35
  • 8
2
votes
6 answers

Getting items from sitecore in TDS fails

When I try to get some items from Sitecore in a TDS project I get this error: "An item with the same key has already been added. Error communicating with TDS service. Please see the Application Exception Log on the Sitecore Server for more…
IIvanov
  • 137
  • 2
  • 11
2
votes
1 answer

Visual Studio variables not being transformed when generating code via TDS

When referencing an assembly inside a .tt T4 template, I should be able to use the following declaration: <#@ assembly name="$(SolutionDir)\..\..\Build\lib\HedgehogDevelopment.CodeGeneration.Extensions.dll" #> From what I can see, the SolutionDir is…
Dan
  • 12,808
  • 7
  • 45
  • 54
2
votes
1 answer

How to manage Sitecore security access rights settings(configurations) on items?

As documentation states security settings on items are kept as text definition on each items. We have huge tree with a lot of items, I addition exist more than 30 roles. The challenge we face is how to manage the security settings on all items and…
DevUser
  • 751
  • 2
  • 8
  • 26
1
vote
1 answer

How to fix a TDS Hedgehog deploy error: 'Exception The given key was not present in the dictionary.'?

The TDS projects in my Visual Studio 2017 solution are all of a sudden not syncing to Sitecore. I've confirmed that the Sitecore instance will still open and function properly in the browser. The Access Guid in the TDS Project properties and in…
CMilstead
  • 21
  • 3
1
vote
0 answers

JDBC failed connectivity to MSSQL server after TCP handshake

Attempting to make a JDBC connection from client (Windows Server 2012) to server (MSSQL Server 2012 SP2 hosted on Windows Server) results in this error: Connection Timeout Expired.  The timeout period elapsed while attempting to consume the…
autotelic
  • 11
  • 1
1
vote
1 answer

Change TDS Item Deployment by build configuration

In TDS Classic, is there a way to vary the "Item Deployment" property of an item by build? The use case is: I have test content that should be "Always Update" for Dev but it should be "Deploy Once" on QA Is this possible? If not, whats the best…
webber
  • 1,834
  • 5
  • 24
  • 56
1
vote
0 answers

get an Uknown error when trying to executing a long query in NodeJs using mssql module

When i try to execute a long query using NodeJs mssql@4.2.2 for some reason i get an unknown error, not sure if it is because the query uses a UNION to join result from other similar table with the same column names or what. When i use the same…
1
vote
2 answers

How to deploy files for Sitecore using TDS

I'm starting a new Sitecore 9 project using Helix and TDS. I've got my basic structure setup, using Hedgehog's fork of the Habitat site as a guide. I'm also referencing Hedgehog's docs. My solution is just a start, so it's very simple right now,…
Scott
  • 1,011
  • 1
  • 15
  • 30
1
vote
1 answer

VS 2017 - This version of Visual Studio is unable to open the following projects (TDS)

I was using Visual Studio 2015 Professional and recently switched to Visual Studio 2017 Enterprise, as required by my job. The new version of VS won't open my tds projects. It says "This version of Visual Studio is unable to open the following…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130