VB Graphic Error: Out of Memory
Hi,
System used: xA 5.1 Rev C
VB Graphics Used.
In one of our Graphics.. I am getting "VB Graphic Error: Out of Memory".
I am not able to add few particular advanumeric and indication elements.
I am able to add Text indication elements.
I have checked graphic diagnostics: No error.
Disposed unused elements from that graphic.
Suggestions from other VB Forums are to dispose any elements which are not in use now.
My last option is to delete elements one by one, to check which element is consuming more memory but this will take time.
Anybody have faced such "Out of Memmory" issue in VB.
Thanks.
Voted best answer
If there are too many components (Tools->Components) present in the graphics
builder you will get an "Out of memory" error when trying to add a new element.
Many unused components are unnecessary and might cause slower than usual
graphic aspects and deploys. Try unloading the components that are not being used,
and then add your element again. You will be notified if you try to unload a
component that is being used. The "out of memory" problem should be resolved.
Add new comment