StackOverflowException workaround for Guids (was: System.Data.DataSet Bug)
I got some emails saying System.Data.DataSet will throw a StackOverflowException. I tried several databases and tables, but I never got this error. Now, I found the difference: they are all using System.Guid.
I have already fixed this in the next version will be released this evening. There is a workaround available as a IAjaxObjectConverter. Download the GuidConverter.cs and add the converter in your web.config file (i.e. <add type="CSharpSample.GuidConverter, YourAssemblyName"/>).
The next release will support HtmlControls update (argument and return value). Now, with this feature you are able to modify controls without the need of JavaScript code.
4 Comments
Comments have been disabled for this content.
AndersH said
Will, the HtmlControl support fallback to the "good" old method?
Shunjie said
Sometimes I get the error too if I used custom entity objects. I will test out with the new version and see if it is solved =)
Michael Schwarz said
@AndersH: what do you mean with "good old method"??
Michael Schwarz said
@Shunjie: can you send me some detailed information, perhaps which data types are you using?