I keep getting this error message can anyone help out?
Error msg: An exception of type 'Microsoft jscript runtime error: out of stack space' was not handled.
error is in mmenu.js
The word Oload() is highlighted
function mOL(){if(!ns61&&ns6||ns6hif){Minit()}MLoaded=1;if(Oload)Oload();if(loadWait||opra){for(x=0;x<parr.length;x++){fixb("menu"+parr[x]);popup(parr[x])}}sis();MScan();if(!opra)MLoaded++;}
Out of stack space
Re: Out of stack space
After reloading a server (MS Server 2003, SQL 2005 SP4 e.a.) at one of our client sites, many of our programs (written in VB6) kept generating "out of stack space" errors.
In order to perform interactive debugging, we installed Visual Studio 6 on the server. After Starting VB6 SP5 once (new project), our programs started running normally again and no interactive debugging was required.
VS6 has been removed and our programs are still running normally.
The error was never explained but we do know it occurred in a routine which sends SQL queries to SQL server.
Hope this can help somebody.
In order to perform interactive debugging, we installed Visual Studio 6 on the server. After Starting VB6 SP5 once (new project), our programs started running normally again and no interactive debugging was required.
VS6 has been removed and our programs are still running normally.
The error was never explained but we do know it occurred in a routine which sends SQL queries to SQL server.
Hope this can help somebody.