A quick google on "inner exception" yields these articles that explain them:
http://msdn.microsoft.com/en-us/library/hdwz4c0s.aspx <http://msdn.microsoft.com/en-us/library/hdwz4c0s.aspx> http://www.c-sharpcorner.com/UploadFile/puranindia/78/Default.aspx <http://www.c-sharpcorner.com/UploadFile/puranindia/78/Default.aspx> http://www.csharphelp.com/2007/03/the-use-of-innerexception/ <http://www.csharphelp.com/2007/03/the-use-of-innerexception/>Please check your email client, each of your messages is being sent three or four times. -- Mauricio On Mon, Dec 20, 2010 at 2:51 PM, enzoscuro <[email protected]> wrote: > Could not perform FindByPrimaryKey for Dominio_CapacInbox. Id: 1 > en Castle.ActiveRecord.ActiveRecordBase.FindByPrimaryKey(Type > targetType, Object id, Boolean throwOnNotFound) en > Castle.ActiveRecord.ActiveRecordBase`1.Find(Object id) en > _Default.Page_Load(Object sender, EventArgs e) en d:\Proyectos > \EmailPostSales\Default.aspx.cs:línea 19 > > sorry, but I do not understand, it means you can not find the record > with that ID?, I'm really new at this > thank you very much > > > > > On Dec 20, 12:53 pm, Mauricio Scheffer <[email protected]> > wrote: > > Check the inner exception. > > Please keep the discussion in the mailing list, I just got this message > > repeated three times, sent directly to my personal email. > > > > -- > > Mauricio > > > > On Mon, Dec 20, 2010 at 12:27 PM, enzoscuro <[email protected]> wrote: > > > But change it but now I throw the following error > > > > > Could not perform FindByPrimaryKey for Dominio_CapacInbox. Id: 1 > > > en Castle.ActiveRecord.ActiveRecordBase.FindByPrimaryKey(Type > > > targetType, Object id, Boolean throwOnNotFound) en > > > Castle.ActiveRecord.ActiveRecordBase`1.Find(Object id) en > > > _Default.Page_Load(Object sender, EventArgs e) en d:\Proyectos > > > \EmailPostSales\Default.aspx.cs:línea 19 > > > > > thank everyone for their response > > > > > On Dec 20, 11:22 am, Mauricio Scheffer <[email protected]> > > > wrote: > > > > I think you're looking for SqlType, not ColumnType. > > > > > > -- > > > > Mauricio > > > > > > On Mon, Dec 20, 2010 at 11:16 AM, enzoscuro <[email protected]> > wrote: > > > > > > > Could not determine type for: bit, for columns: > > > > > NHibernate.Mapping.Column(estado) > > > > > en NHibernate.Mapping.SimpleValue.get_Type() en > > > > > NHibernate.Mapping.SimpleValue.IsValid(IMapping mapping) en > > > > > NHibernate.Mapping.Property.IsValid(IMapping mapping) en > > > > > NHibernate.Mapping.PersistentClass.Validate(IMapping mapping) en > > > > > NHibernate.Mapping.RootClass.Validate(IMapping mapping) en > > > > > NHibernate.Cfg.Configuration.ValidateEntities() en > > > > > NHibernate.Cfg.Configuration.Validate() en > > > > > NHibernate.Cfg.Configuration.BuildSessionFactory() en > > > > > > Castle.ActiveRecord.Framework.SessionFactoryHolder.GetSessionFactory(Type > > > > > type) en > > > > > > Castle.ActiveRecord.Framework.SessionFactoryHolder.CreateScopeSession(Type > > > > > type) en > > > > > > Castle.ActiveRecord.Framework.SessionFactoryHolder.CreateSession(Type > > > > > type) en Castle.ActiveRecord.ActiveRecordBase.FindByPrimaryKey(Type > > > > > targetType, Object id, Boolean throwOnNotFound) en > > > > > Castle.ActiveRecord.ActiveRecordBase`1.Find(Object id) en > > > > > _Default.Page_Load(Object sender, EventArgs e) en d:\Proyectos > > > > > \EmailPostSales\Default.aspx.cs:línea 18 > > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > Groups > > > > > "Castle Project Users" group. > > > > > To post to this group, send email to > > > [email protected] > > > > > . > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<castle-project-users%[email protected]> > <castle-project-users%[email protected]<castle-project-users%[email protected]> > > > > > <castle-project-users%[email protected]<castle-project-users%[email protected]> > <castle-project-users%[email protected]<castle-project-users%[email protected]> > > > > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/castle-project-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
