Gustavo Marzioni

Results 46 comments of Gustavo Marzioni

hi @CWolffIF, did you find a solution?

Is the source code of this sample project available?

Win app, runtime, without a debugger. If you take a look at the generated Modecache.xafml, it is too large.

> how large is the cache file In a production app (1200 bo, 10000 properties),, model cache is about 60mg (attached) and memory consumption increase to 8000 megabytes during model...

> Huge app how long it takes to runtime with debugger attached? a couple of minutes, but memory requirement breaks my debugger session for this app. I'm curious about the...

> GridView what is the exactly string "GridView" , "GridViewOptions"? they give null reference ![image](https://user-images.githubusercontent.com/226800/100471572-4e8eda80-30b9-11eb-848a-acfe52252c80.png)

Not sure what I'm doing ... but something as ``` class MyClass : ModelNodesGeneratorUpdater { public override void UpdateNode(ModelNode node) { node.SetValue(ModelValueNames.NeedsCachingKey, false); } } ``` do not reduce or...

I'm using datastoreattribute, so I need XpandObjectSpaceProvider for multiple databases, and in my web app , appears this problem ("Reentrancy or cross-thread operation detected. ..." exceptions) when some session starts...

But If I like to use 2 different ObjectSpaceProviders, do I have to redo all the datastore stuff? This will be fine, -- -> "However, I understand that u want...

Thanks, will try in upcoming 21.1.3 version (hope soon)