Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Hugo Noro
6
Views
1
Comments
Fusion Charts Dynamically loaded on div
Question
Hello,
I'm having problems loading an HTML page with a chart by to a div calling "load()" function of jquery. For some reason in Internet Explorer I get the following error when trying to load the page: " Error Deserializing ViewState of page "ASP.<bogus_aspx"), size 1045 bytes ("eNqdkE1Owz..."). Invalid character in a Base-64 string."
If I render the full page theres is no problem, but loading it inside a div dynamically returns the quoted error.
This problem only occurs on Internet Explorer. Google Chrome and Mozilla Firefox are able to render the chart without any problem...
Does any one have a clue about what could be the problem or how it can be solved?
Thanks.
Hugo Noro.
Paulo Tavares
Staff
Hi Pedro.
Sorry for taking so long to answer. Since nobody seems to have bumped into that sort of behavior so far, I did a Google search on my own, since that seems to be an ASP.NET / jQuery error.
I found this:
https://stackoverflow.com/questions/1051013/invalid-character-in-base-64-string-using-asp-net-and-c
and apparently also
https://blogs.msdn.com/tom/archive/2008/03/14/validation-of-viewstate-mac-failed-error.aspx
and
https://blog.wolffmyren.com/2008/03/27/regarding-base-64-trying-to-solve-an-aspnet-issue/
Hope it helps.
Regards,
Paulo Tavares
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...