Questions tagged [tds]

"Team Development for Sitecore".

"Team Development for Sitecore"

102 questions
1
vote
1 answer

TDS FDW Adaptive Server connection failing, But message is "Success"

I was able to build the TDS_FDW and bring the extension into Postgresql 10. However, I'm getting the unusual message that it fails with a message of "Success". ERROR: DB-Library error: DB #: 20002, DB Msg: Adaptive Server connection failed…
nclu
  • 1,057
  • 1
  • 8
  • 19
1
vote
1 answer

Visual studio 2012 TDS project not loading in VS2015

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
vote
1 answer

Glassmapper Sitecore Multilist field is empty

Hi i am using glassmapper and i am trying to read all items in a multilist and populate. My page has a a Navigation, Title and a multi list field where i can select the items . My problem is, while i am able to read the sub items (count is > 0) The…
Night Monger
  • 770
  • 1
  • 10
  • 33
1
vote
2 answers

Sitecore TDS and Team City - Locking Error

I have a Sitecore Project and am using TDS to deploy the project and Sitecore items. This works fine on my local machine, and in my Dev configuration on Team City, but my QA build fails with the error: Deploy failed. Reason:…
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
1
vote
2 answers

Glass mapper does not load item childeren

We are facing issue in Glass mapper 4.0 where it does not load item children. Here is our controller class , It is inheriting from GlassController: public class CarouselController : GlassController { public ActionResult GetCarousel() { …
Ritu Suman
  • 45
  • 7
1
vote
2 answers

Move Sitecore Items From Dev To Test

I wanted to some automated solution which would move our sitecore items from Dev env to Test CD env .I am planning to use Octopus for moving .Net stuffs from Dev to Test and What I want when this movement happen simultaneously our sitecore items…
Deb
  • 391
  • 2
  • 20
1
vote
1 answer

Is there any way to tell TDS not to sync security settings field for Sitecore?

Is there any way for me to tell TDS to not sync the __Security field when I do a Sync With Sitecore operation? I think I can do that for each and every item. However I was wondering if there was some sort of global setting somewhere. Corey
Corey Burnett
  • 7,312
  • 10
  • 56
  • 93
1
vote
0 answers

TDS Code Generation and Glass Mapper

Trying to figure out if this is worth chasing: Im using TDS to automatically generate my models. If I use the Hedgehog .tt files, it creates a generic collection of child items for each item. I would like to be able to access these child items as…
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
1
vote
1 answer

TDS File Replacement

I want to deploy some front end assets to the local web root of a site using file replacement. I can't seem to get it to work with a relative path in the target location field though. Is it possible to do this though tds or should I use a post build…
Teeknow
  • 1,015
  • 2
  • 17
  • 39
1
vote
1 answer

Glass: Property of Template not Populated

Sitecore 8.0U5, Glass 4, TDS 5.0.1.11 I've got an interesting problem here and I feel like I'm just being dense somewhere, but can't figure it out. I've got a template in Sitecore called "Testimonial" that has text fields like "Quote", "Name",…
Craig Taylor
  • 1,173
  • 1
  • 7
  • 20
1
vote
1 answer

How to solve Sitecore Glass Mapper duplicate field names

I've a template with sections below: Section A Title Name Section B Title Name Looks good on Sitecore. However when TDS Glass mapper generates the code, it generates Title and name twice. Wondering if it's possible to add the section…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
5 answers

How to set up Sitecore 8.1 MVC project with multiple website

I am planning to set up a Sitecore 8.1 MVC project for 2 website in one visual studio solution so which approach should I follow: Approach 1: Should I create two MVC project in one solution Sample.SC.Model ( C# class library ) Sample.SC.Utility ( C#…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
1
vote
1 answer

Sitecore Glass mapper GetItem(itemPath) returns null when casting as custom type

When I use Glass Mapper's SitecoreContext().GetItem(ItemPath) it works fine, but as soon as I use it with my custom model generated by TDS + Glass it returns null. My code is as follows: NavigationHelper.cs public class…
Anna M.
  • 13
  • 1
  • 4
1
vote
2 answers

Sitecore field value is not updated during deploy

I'm having problem with deploying changes to Sitecore item. I've made changes in the template item in Sitecore. All changes of Sitecore items are stored in TDS. During the build TDS generates an update package, then I install this package using…
Olga
  • 11
  • 3
1
vote
0 answers

Visual Studio 2013 Ultimate very very slow for sitecore development

My laptop has an i5 processor and 8 GB RAM and i5. I've also installed Resharper. When doing a sitecore development development the Visual studio sometimes hangs and build/deployment process is extremely slow. We use TDS 5.0.0.4. It's a multisite…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294