"Team Development for Sitecore".
Questions tagged [tds]
102 questions
0
votes
1 answer
How to map to Sitecore Rules Field
I'm having some trouble mapping to a Rules data field in Sitecore. I've got a rendering parameters template that has a data field named "Redirect Rules."
I'm using TDS and Glass to map the objects back to Sitecore. In the generated class, I get…

Craig Taylor
- 1,173
- 1
- 7
- 20
0
votes
2 answers
Glass Mapper t4 null or empty string
I'm trying to setup Glass Mapper to generate my Sitecore items. I've followed every tutorial I could find, but receive this error when attempting to generate the code:
"Loading the include file 'Helpers.tt' returned a null or empty string. The…

Kris B
- 3,436
- 9
- 64
- 106
0
votes
1 answer
TDS Not Deploying Linked Files
In a web project I added a few static assets as links to files that existed in the code so if they change in one place, they change in the other as well. This was a temporary hack because assets were being provided by someone else. once they were…

Teeknow
- 1,015
- 2
- 17
- 39
0
votes
1 answer
How to handle ASP.NET configuration changes in a Sitecore project that uses TDS?
I have a Sitecore Visual Studio project that is using Team Development for Sitecore and is set up according to best practices outlined in this article: http://jockstothecore.com/setting-up-a-sitecore-solution-part-1-visual-studio-and-projects/. It…

Corey Burnett
- 7,312
- 10
- 56
- 93
0
votes
1 answer
Team development Sitecore postscript
I am using Team development Sitecore for creating sitecore package .update file.
I want to call my own dll in sc_poststep.txt, IS TDS has the option to include our dll in sc_poststep.txt?

Prasath
- 3
- 3
0
votes
2 answers
Sitecore TDS on deploy cannot find map.xml
I have created a Sitecore TDS project and when I try to package an update file, I get the following error:
The following exception occured opening the IconPath map: Could not
find a part of the path '{project path}\IconCache\Map.xml'
I'm not…

Mike Therien
- 928
- 3
- 10
- 25
-1
votes
2 answers
Roblox tds game
Im making a tower defense game in roblox and im wondering how to script towers having special effects when they hit a zombie, for example, freeze, slowness, poison etc. And how to make specific zombies immune to some of these effects.

Amogus
- 1
- 1
-1
votes
1 answer
TDS and TFS integration
am getting below issue while connecting the TDS with VS 2015.
Creating directory
"\10.207.7.199\c$\inetpub\wwwroot\DEVCMS\Website_DEV". C:\Program
Files
…

user1628
- 15
- 5
-1
votes
3 answers
TDS - receive userPassword
is it possible to get the User-Password from TDS in ClearText via java?
With ldapsearch -v -D cn=root -w xxxxxx -s sub uid=testuser userPassword
i'm getting the following result:
The password is in that case: Joko2014!
In Java i have tried it…

InfoEngi
- 303
- 1
- 10
- 23
-1
votes
2 answers
How can I publish a solution to sitecore (using TDS) across the DMZ?
We use Sitecore with TDS (Team Development for Sitecore) to build our website and I'm trying to set up a CI/CD build that will deploy the code to UAT servers in our DMZ, but I'm having trouble accessing the machine in the DMZ. Any ideas on how to…

Ben_G
- 770
- 2
- 8
- 30
-2
votes
1 answer
Is there any proper example for LOGIN7 on TDS protocol?
Where can I find a proper example for LOGIN7 message? I can see an example for PRELOGIN at http://klonkers.blogspot.com/2015/01/making-something-useful-out-of-ms-tds.html
I could not find a proper example for LOGIN7.

Naushad CK
- 51
- 1
- 5
-2
votes
1 answer
The model item passed into the dictionary is of type 'Sitecore.Mvc.Presentation.RenderingModel', but this dictionary requires a model item of type
I am using Glass.Mapper.sc ...
@inherits Glass.Mapper.Sc.Web.Mvc.GlassView
in sitecore Layout... Not Controller/View Rendering
Any idea why this is not working?

luckymow8
- 72
- 3