Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

Exception Message: "Entering state 'GetObjectsNonReenterant' from state

'GetObjectsNonReenterant' is prohibited due to state 'GetObjectsNonReenterant' for

'DevExpress.Xpo.UnitOfWork(30)'. Most probably, you are trying to initiate an

object loading operation while the previous object loading operation is not yet

completed. Postpone your operation until the Session.ObjectsLoaded or

IXPObject.OnLoaded event is fired (while Session.IsObjectsLoading is true). Another

cause of this exception is that you are trying to work simultaneously with the same

session from different threads." string

I cant understand this exception even i dont know how to resolve this .
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900