Guys,
For a number of years now we've been getting frequent "Out of Memory" design time crashes when using several UltraWebTabs on a web page, each tab containing one UltraWebGrid.
Over the years we kept up with the latest updates to Visual Studio, Infragistics and even updated our PCs regularly, but the error has remained a constant thorn in our sides. Currently we're all using VS 2008 & Infragistics 2009.2.
My current project requires heavy use of tabs and grids, so I'm getting a VS crash about once an hour. The IDE will go slower and slower, until eventually flipping tabs at design time will cause it hang with "Out of Memory", at which point you dare not press "Save" or it might save a corrupted version of the source.
Restarting VS and losing your changes is the only solution. Doing so every hour or so all day is a pain, but we've learned to live with it, assuming it was the cost of developing with the latest tools.
I've finally got sick of it enough to post here. Has anyone else had this issue? Is there a fix?
Michael.
I'm also getting this same error occasionally for the UltraWebTabs control. Two tabs, one tab has an UltraWebGrid populated.
The error I am getting is a javascript "Out of memory" error that, when debugged, takes you to Infragistics javascript function:
function igtbl_tabChanges(tab,index)
line:
igtbl_oldSelectTab(tab,index,arguments[2]);
We are using 2008 Volumn 1 (CLR 2.0) version of Infragistics controls. Any information would be appreciated.