You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just converted my XAF and Xpand Framework included project from .Net 4.8 to net6 and in thread safe Blazor Server application. My DevExpress version is 24.1.3 and all expand references is suitable for it.
I get the following error while model loading after user login.
Cannot modify Dictionary because ThreadSafeDataLayer uses it.
Is there any way to use Runtime Member created from model in Blazor ThreadSafe Mode?
Thanx for advices.
The text was updated successfully, but these errors were encountered:
First there was no change in this area if u had a working solution b4 should work also now. The ThreadSafeDataLayer has code that does not allow such operation, however if you take the responsibility your self you may use. A safe way to use it is to create members at runtime and then restart the app. So you may subclass the ThreadSafeDatalyer and override the method that throws like
Hello Tolis,
I've just converted my XAF and Xpand Framework included project from .Net 4.8 to net6 and in thread safe Blazor Server application. My DevExpress version is 24.1.3 and all expand references is suitable for it.
I get the following error while model loading after user login.
Cannot modify Dictionary because ThreadSafeDataLayer uses it.
Is there any way to use Runtime Member created from model in Blazor ThreadSafe Mode?
Thanx for advices.
The text was updated successfully, but these errors were encountered: