eliteapp

TIQQOPPP

Mar 29th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.49 KB | None | 0 0
  1. //Verze 2.2012.162.0
  2. //PC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //29.3.2012 19:31:32
  5.  
  6. System.NullReferenceException: Odkaz na objekt není nastaven na instanci objektu.
  7.    v Elite.Objects.PoukazOrtopedie.Memorize()
  8.    v Elite.Objects.PoukazOrtopedie.OnLoaded()
  9.    v DevExpress.Xpo.PersistentBase.DevExpress.Xpo.IXPObject.OnLoaded()
  10.    v DevExpress.Xpo.Session.TriggerObjectLoaded(Object theObject)
  11.    v DevExpress.Xpo.Session.TriggerObjectsLoaded(ICollection objects)
  12.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.EndLoadObjects(LoadObjectsContext loadObjectsContext, ICollection[] objs, Boolean proceesStubs)
  13.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  14.    v DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  15.    v DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  16.    v DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  17.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  18.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  19.    v DevExpress.Xpo.SessionObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  20.    v DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  21.    v DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  22.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  23.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  24.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  25.    v DevExpress.Xpo.XPBaseCollection.Load()
  26.    v DevExpress.Xpo.XPBaseCollection.get_Objects()
  27.    v DevExpress.Xpo.XPCollection`1.System.Collections.Generic.ICollection<T>.get_Count()
  28.    v System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  29.    v Elite.BussinesLogic.Generovani.DoWork()
  30.    v Elite.Common.ProcessData.doWork()
  31.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  32.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  33.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  34.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  35.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  36.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment