[Tidyfornet-general] [tidyfornet - Open Discussion] Thanks!
Status: Beta
Brought to you by:
fcarlier
From: SourceForge.net <no...@so...> - 2007-07-18 21:14:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4420533 By: dstgroup I can't thank you enough for this project. I searched the net for hours trying to find a .net html parser/cleaner and the only things I came up with were mshtml (slow) and tidyATL (uses and old and somewhat buggy verion of tidy). I chould have rebuilt tidyATL using the new version, but my experience with C++ is limited to say the least. I sure hope this project continues unlike some of the other implementations that have died. This fills a huge void in .net application space. Thanks again. One word of note: I was using a custom principal in my ASP.Net app and ran into an issue. My guess is that because the C++ assembly is mixed, .Net wants to run it in it's own appdomain. This was a problem for me because when it tries to set it up, it serializes all the relavant information from the main appdomain which includes the custom Iprincipal. It can't find this of course so you get a message similar to this: System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Name of custom IPrincipal' That is if the IPrincipal is serializable, if not you get an error complaining about it not being marked as serializable. The solution was to make sure this type was available in the GAC so it could be found, which required quite a bit of reworking in my case. I was not able to find any other way to do it. After that it works like a charm. Thanks Again ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=602368 |