First time here? Check out the FAQ!
public class ConcreteEntity : Entity { [Field, NotNullConstraint] public AbstractEntity Foo { get; set; } } public abstract AbstractEntity : Entity { }
asked Jan 23 '11 at 17:40
ara 395●87●87●91
edited Jan 24 '11 at 10:23
Dmitri Maximov 2211●1●2●11
And when you create new instance of ConcreteEntity class, do you manually assign value to property Foo ? And if so is this property of some type which is derived (non-abstract) class of base (abstract) class AbstractEntity ?
ConcreteEntity
Foo
AbstractEntity
We will investigate the issue, thanks for the bug report.
Could you publish a stack trace?
Unfortunately, we've failed to reproduce the case.
answered Feb 08 '11 at 04:34
Once you sign in you will be able to subscribe for any updates here
This is DataObjects.Net support site.
Tags:
bug-report ×120 4.4-beta ×9
Asked: Jan 23 '11 at 17:40
Seen: 5,934 times
Last updated: Feb 08 '11 at 04:34
DataObjects.Net roadmap is open for discussion.Share your vision
Delphi Prism models in VS.NET failing to compile with strange PostSharp error
Transaction should not be active
Bug with inherited entities and EntitySet fields
Linq translation exception with custom compiler
NullReferenceException during domain build with Perform/PerformSafely mode
Duplicated indexes for persistent interface fields
Partial index on boolean never passes Validate mode
ISessionService/SessionBound public methods not wrapped in auto transactions?
[closed] Could not load file or assembly 'Xtensive.Storage.Model.XmlSerializers
Decimal overflow
powered by OSQA
And when you create new instance of
ConcreteEntity
class, do you manually assign value to propertyFoo
? And if so is this property of some type which is derived (non-abstract) class of base (abstract) classAbstractEntity
?We will investigate the issue, thanks for the bug report.
Could you publish a stack trace?