in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Re: DeepSave bug

    Is this in the current release of nettiers or do I still have to apply the patch... I am having this same sort of issue, basically I have a person table, an attributes table and a personattributes table (PersonID,AttributeID) when I try and add an attribute to the person I get the above mentioned error...
    Posted to .netTiers - Bug Reports (Forum) by millerwa on 05-04-2007
    Filed under: bug, DeepSave, ManyToMany, NetTiers, Admin Pages
  • Patch for DeepLoad/DeepSave StackOverflowException problem and InvalidCastException in Equals method

    Hi! StackOverflowException problem This is due to the clone() implementation in entity classes not being able to detect cyclic references during deep copy of an object tree. This ends up with a StackOverflowException when DeepLoading or DeepSaving, and sometimes when a collection (an instance of TList<T>...
    Posted to .netTiers - Contributions and Patches (Forum) by janiv on 03-28-2007
    Filed under: DeepLoad, StackOverflowException, DeepSave, InvalidCastException, Clone
  • DeepSave possible bug / Question

    I have a question that may be a bug? A -> B <- C Three tables parent to child… · Load A By Primary Key. · DeepLoad using include typeof(TList<B>),typeOf(C)) · C is loaded primarily for lookup values, I don't entent on updating it. · I insert update and delete Entities from TList<B>...
    Posted to .netTiers - Bug Reports (Forum) by iguanaware on 03-28-2007
    Filed under: bug, DeepSave
  • Re: DeepSave - A Few Questions / Issues

    Vin, Yes, you are quite correct. In the instances where I had been using MarkToDelete I wasn't doing anything with the collection after the DeepSave so it made no difference to me, but as you quite rightly state the TList is more consistent with the database when using the RemoveEntity method - so that...
    Posted to .netTiers - General Support (Forum) by swin on 02-12-2007
    Filed under: DeepSave, MarkToDelete, RemoveEntity, TList
  • Re: CanDeepSave bug in .netTiers v2.0.0.387 ( I think )

    Hi, I don't get it. Is the "new" DeepSave method supposed to automatically populate the junction tables or not ? What are the best practices when updating a junction ? So far, the only way for NetTiers and DeepSave to work properly is to delete all relations, then to re-create them every time. public...
    Posted to .netTiers - Bug Reports (Forum) by Lex on 02-06-2007
    Filed under: DeepSave
  • Is this a legal data model for netTiers?

    We're having problems with DeepLoad in particular. We suspect that our data model is causing the problem, but since there are also some changes to the templates to DeepLoad / DeepSave, I want to get advice on our data model. The attachment shows the tables that are causing us problems. In particular...
    Posted to .netTiers - General Support (Forum) by davem1958@gmail.com on 12-19-2006
    Filed under: DeepLoad, DeepLoading Child Collections, DeepSave
  • Re: CanDeepSave bug in .netTiers v2.0.0.387 ( I think )

    I tested it with 4 different database implementations that I have, if you guys could give it a spin and let me know your experience with the changes, that'd be awesome. Change Log regarding this: - [ENH] Auto-Fill of new id's for junction entities when the source objects are created for their respective...
    Posted to .netTiers - Bug Reports (Forum) by Robert Hinojosa on 12-06-2006
    Filed under: DeepSave, DeepSession, ManyToMany
  • Re: DeepSave problem

    My issue appears to go away when I modify "CanDeepSave" per a related post: else if ( deepSaveType == DeepSaveType.IncludeChildren ) { if ( innerList.Contains(key) ) { innerList.AddProperty(entity, key, property); return true; } } I'm waiting to hear from the netTiers team before I consider it solved...
    Posted to .netTiers - General Support (Forum) by davem1958@gmail.com on 11-15-2006
    Filed under: DeepSave
  • DeepSave problem

    I'm having a problem with DeepSave, and before I bang my head against the wall I want to make sure I'm calling it correctly. Is this a valid way to call it? I'm using the Service Layer pattern. The ObjectMaster has five child collections, which are basically subtypes in the data model. The 1st child...
    Posted to .netTiers - General Support (Forum) by davem1958@gmail.com on 11-10-2006
    Filed under: DeepSave
  • Re: Junction Tables

    fuzzybunnies, It was discussed before. Take a look here http://community.codesmithtools.com/forums/thread/13592.aspx fuzzybunnies: I'm using .netTiers v2.0.0.387, Visual Studio 2005, and SQL 2005. I have a really simple People -> PeopleAddresses <- Address table structure. I would assume that adding...
    Posted to .netTiers - General Support (Forum) by mike123 on 11-07-2006
    Filed under: .netTiers, DeepSave, ManyToMany
Page 1 of 3 (21 items) 1 2 3 Next >
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems