"Team Development for Sitecore".
Questions tagged [tds]
102 questions
3
votes
2 answers
Exclude templates from Sitecore TDS Code Generation
Is there a clean way to exclude Sitecore templates from the TDS code generation? We have to add all Sitecore templates to TDS because we exchange them with other developer.

Florian Sc
- 102
- 6
3
votes
2 answers
Glass Mapper, TDS Code Generation and Rich Text field in Sitecore
Using Glass.Mapper version 3.0.13.25.
Using TDS 5.0.0.23 Code Generation (glassv3header.tt and glassv3item.tt).
I have a new Item that I am trying to add to Sitecore. I'm populating a Product object that was created through TDS' Code…

Sarkis Einarsson
- 31
- 3
3
votes
1 answer
Sitecore Glass mapper GetItem(guid) always return null
I saw a related question:
Sitecore Glass Mapper always null
But unfortunately it does not give a solution for my case.
Here goes a code snippet:
var db = Factory.GetDatabase("master");
var context = new SitecoreContext();
// the ID of Needed…

Andrew Zolotukhin
- 109
- 3
- 9
3
votes
5 answers
TDS timed out getting sitecore items
I've inherited a Sitecore project and am attempting to use TDS [Get Sitecore Items] with a new TDS project however I'm running into the following error. It's worth nothing that I get a warning before the error saying
Old…

Daniel Little
- 16,975
- 12
- 69
- 93
2
votes
1 answer
Project Doesn't Build After Installed Sitecore TDS
After setting up Sitecore TDS, my project will not build. I'm new to Visual Studio and also new to working with Sitecore. It seems that it cannot find a particular setting, but a Google search is not coming up with anything:
Severity Code …

elke_wtf
- 887
- 1
- 14
- 30
2
votes
1 answer
Access Guid verification failed
Access Guid verification is failing when we try to sync/test TDS.
We tried below steps for fixing this issue:
Deleted obj folder.
Verified to make sure that Access Guid is same across all TDS projects in solutions.
Replaced _DEV folder with…

Akhil
- 165
- 1
- 13
2
votes
1 answer
How to Use Sitecore Ship with TDS
Could be a basic question but i am not able to find any manual. I installed Sitecore ship via nuget package
The Sitecore ship is installed. I have a update package created by TDS. i now need to install this.
When I hit the…

Night Monger
- 770
- 1
- 10
- 33
2
votes
0 answers
SqlCommand.ExecuteReader cannot parse TDS response
I am building a server that will respond to custom SQL batch messages. I have constructed various TDS messages and responses based on the official MS-TDS documentation. For example, I am able to construct a table result based on…

Calvin
- 21
- 2
2
votes
2 answers
Getting errors when deploy Sitecore solution with multiple TDS projects from scratch
Getting various errors if deploy full solution from scratch. Works fine if I deploy my TDS projects one by one in right order.
Sample error:
error TDS0005: Deploy of /sitecore/layout/renderings/customer/business
planning/latest promotion failed.…

Dmitry Harnitski
- 5,838
- 1
- 28
- 43
2
votes
1 answer
OpenLDAP - TDS - Can't contact LDAP server (-1)
i want to try to connect to a TDS - Server via ldapsearch. First I have downloaded "OpenLDAP" but now with the command:
ldapsearch -H ldaps://myhostadress:636
i always get the following error:
ldap_sasl_interactive_bind_s: Can't contact LDAP…

InfoEngi
- 303
- 1
- 10
- 23
2
votes
3 answers
Sitecore TDS Can not find site context
I've been using TDS with Sitecore for a while but one of my sites has just started erroring with "Can not find site context" when trying to do a sync. Anyone know what would cause this?
The Site is Sitecore 8 and the version of TDS im using is 5.5…

Tim Griffiths
- 934
- 11
- 24
2
votes
1 answer
HOW TO: call stored procedures with Tds Library in Elixir
I get the following error trying to call a stored procedure using the Tds library for Elixir
The stored procedure get_account exists and has exactly one parameter @id
iex(5)>Tds.Connection.query(pid, "get_account",[%Tds.Parameter{name: "@id", value:…

Charles Okwuagwu
- 10,538
- 16
- 87
- 157
2
votes
3 answers
Wrong Target Generate Package TDS Sitecore
I have a TDS Project file. When I build, it will generate sitecore package item to build output path. However, it create package to the wrong folder directory.
In the project properties, I set my build output path to
......\Build\Deploy\
However,…

gill23
- 593
- 1
- 5
- 19
2
votes
1 answer
Sitecore TDS package build suddenly fails
I have a solution with a web project and two TDS projects. Suddenly since today the TDS package building fails, although I didn't change anything in the project. This is the output message:
1>------ Rebuild All started: Project: SAP HANA,…

SpaceJump
- 483
- 6
- 24
2
votes
1 answer
Post installation error "DeployedItems.xml" with Sitecore TDS
I created a TDS package of a project and wanted to install it on a fresh Sitecore instance. At the end of the installation I get this message:
What does this error mean? What is this "DeployedItems.xml"?

SpaceJump
- 483
- 6
- 24