LLBLGen Pro version + buildnr.: 3.5 Final - September 17th, 2012
Runtime library version: 3.5.12.1004
.NET version: 4.0
Database: MS SQL 2008R2
Problem description:
In a part of our application we have two panels that communicate with each other via events. In both panels we use the same data retrieved with llblgen from de database.
It is not possible to refetch data, because of the amount of data.
When something happens in pannel1, remove of entity, we try to update the entity collection on client side. Now, without refetch, panel2 knows about it.
In some sircumstances, after save entity, we become an exeption like: "An exception was caught during the execution of an action query: ..."
In the database profiler we noticed that a select statement is executed that we did not expect at all. I'm not understandig this and we are try to fix it for several days, but did not succeed.
Question:
How can i investicate this problem, to know where it go's wrong?
Do you have sugestions for use about use of LLBLGen?