Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3521
TextXhtml Property Throws StackOverFlowException
posted

Anyone ever seen this issue?

 I am migrating an application from ASP .Net 1.1 and IG 6.2 to ASP .Net 2.0 and IG Version 7.2.20072.1067

.I have a legacy of text items which the application stored in xhtml in a SQL 2000 db using a text datatype.  I migrated the data to a SQL 2005 db using a varchar(max) field.  I know that the values are equivalent as far as the DB is concerned as the results from a UNION statement selecting the same rows in the two dbs yeilds exactly one set.

At the point that I am trying to save the edited comments to the 2005 database and trying to read WebHtmlEditor.TextXhtml propery, I get a StackOverFlowExecption getting thrown by what appears to be something in the ig_shared.js file.

If you set a debug point in the server side code prior to reading the contents of the property, and hover over it using the debugger, the debugger says that got an error trying to read the property.  Shortly after that, it lands in

function ig_handleEvent(evt) in ig_shared.js

I have tried a number of workarounds and have not any luck.  Thus far the only workaround which *does* work is to open up the comments in the old production application and copy and paste them one at a time in the one under development.  Not very satisfactory...

Any insights would be appreciated...