PDA

View Full Version : strange error


sniwas24x7
02-26-2006, 08:11 AM
Hi there!
I got a strange error :
__________________________________________________ ___
Label RepositorySoap.lzx 301$306: jump offset 35491 too large
__________________________________________________ ___

I got this while i was compiling my laszlo file where i used soap service....

could any one knew what this error is??!!

thanX advace,
sris

sniwas24x7
02-27-2006, 05:15 AM
I got the problem solved...

the problem was i used soap and in the remotecall i need to prepare an xmldocument in getvalue method..
the xmldocument was soooo long, so it was an overflow ..
i rectified it by move the string out of that remotecall getvalue method to an external method and i called that method in getValue...


any how it got solved....


thanx

sris