Anyone ever seen this issue?
.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.
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...
Quick Question: Have you tried this with just simple text like "Hello World"? Just curious...
I haven't as of yet. I do know that like I said if I copy and paste the text from one version to the other, I have no issues.