Using LLBLGen 2.0.7.226, SelfServicing
If I set the ORMGeneral trace switch to anything but level 4, everything works fine. However, setting it to 4, I get the following error:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 58: /// <param name="info"></param>
Line 59: /// <param name="context"></param>
Line 60: protected WebMembershipCollection(SerializationInfo info, StreamingContext context) : base(info, context)
Line 61: {
Line 62: }
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
SD.LLBLGen.Pro.ORMSupportClasses.EntityBase.GetEntityDescription(Boolean switchFlag, IEntity entity) +200
SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase1.GetEntityDescription(TEntity entity, Boolean switchFlag) +17
SD.LLBLGen.Pro.ORMSupportClasses.CollectionCore
1.PerformAdd(T item) +95
SD.LLBLGen.Pro.ORMSupportClasses.CollectionCore1..ctor(SerializationInfo info, StreamingContext context) +403
SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase
1..ctor(SerializationInfo info, StreamingContext context) +39
NameSpace.DAL.CollectionClasses.WebMembershipCollection..ctor(SerializationInfo info, StreamingContext context) .....