Dears,
I detected a performance problem in CCacheEntry.vb in function ObjectsAreLoading. For each retrieve this function execute a "for" in all cache entries. I dont understand why.
Can you help-me ?

For test i disabled this "for" and the performance improved.

This code:

'For Each de As DictionaryEntry In Me
   'ce = de.Value
   'ce.OriginalObject = ce.OriginalObject.Copy
'Next de

Thanks.