in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • database field defined as float causing invalid cast exception

    I have a couple of fields in the database designated as floats. In the mapping config file they get defined as follows: < Column Id = "Field1 " CSType = " System.Double? " PropertyName = " Field1 " FieldName = " Field1 " FriendlyName = " Field1 " IncludeInOutput = " true " /> < Column Id = ...
    Posted to .netTiers - Bug Reports (Forum) by millerwa on 05-22-2007
    Filed under: bug, Invalid Cast Exception, float
  • Admin WebSite (Object reference null exception)

    This one is easy to reproduce. Follow these steps to see the bug for yourself. Using netTiers2.0.1 In the Admin Website that is generated.... Click one of your tables in the left hand menu and the GridView will load. Now by default you see 10 records per page. Change the "Records Per Page:" to say 20...
    Posted to .netTiers - Bug Reports (Forum) by matt@kiwilamb.com on 05-10-2007
    Filed under: Exception handling, bug, Admin Pages
  • 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
  • Custom stored procedure signature and output change

    I've made two changes to a table's column names - changing the Id column to TableNameId. I've got some custom stored procedures that select from this table - so I updated those as well. I regenerated, with no compile errors - but I'm getting a SQL exception with "Invalid field name 'Id'" - the old field...
    Posted to .netTiers - Bug Reports (Forum) by nicolaswebb on 04-24-2007
    Filed under: bug, Custom Stored Procedure, Stored Procedures, sqlclient
  • Error when trying to execute Community Server 2007 with NetTiers DLLs

    When i run my web application, there is a PolicyException throwed that stops the server responding. It seems impossible to use NetTiers with Comunity Server 2007, despite that it worked in version 2.1. The exact message that I get when I run the application is: System.Security.Policy.PolicyException...
    Posted to .netTiers - Bug Reports (Forum) by mvilleneuve on 04-20-2007
    Filed under: bug, bug webLibrary, NetTiers
  • 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
  • Unexpected SchemaExplorer type 'MemberColumnSchema' encountered. Extended properties are not yet supported for this type.

    Unexpected SchemaExplorer type 'MemberColumnSchema' encountered. Extended properties are not yet supported for this type. An error of type "NotSupportedException" occured while attempting to execute this template. To enable Just-In-Time debugging on this template set the "Debug" attribute to "True" in...
    Posted to Bug Reports (Forum) by timafyozzi on 03-27-2007
    Filed under: SchemaExplorer, oracle, MemberColumnSchema, bug, extended properties
  • Problem with ntext

    There is an issue, that was created during the last nightly build (2007/03/12), that a ntext field in the database can hold only 16 bytes. So if you have a ntext field and you try to save the object in the database you will get an error. Error : "DocumentBody can not exceed 16 characters" "DocumentBody...
    Posted to .netTiers - Bug Reports (Forum) by geochatz on 03-13-2007
    Filed under: bug, ntext
  • EntityGridView only works with DataSourceID, not a simple DataSource

    I tried using a <data:EntityGridView DataSource='<%# Eval("MyDetailsTableCollection") %>' ... Throws an " Object reference not set to an instance of an object." On line 242 in EntityGridView.cs DataSourceControl dsc = (DataSourceControl)this.Parent.FindControl(string.Format("{0}", this.DataSourceID...
    Posted to .netTiers - Bug Reports (Forum) by dwrcalgary on 02-01-2007
    Filed under: bug, EntityGridView
  • Missing Sproc? *_Find_Dynamic

    The file Sql[Entity]ProviderBase.generated.cs contains a reference to the stored procedure "dbo.[Table]_Find_Dynamic" under one of the Find() overloads. This stored procedure, however, does not exist in the database (and yes, I set the "IncludeFind" property to true). Is this a bug? Does it intend to...
    Posted to .netTiers - Bug Reports (Forum) by Tyrven on 01-30-2007
    Filed under: bug, Sprocs, Stored Procedures
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems