Hi all,

Successfully patched and submitted bug (and fix) for getting SgmlReader to work in Medium Trust hosting environments.
Simply added [assembly: AllowPartiallyTrustedCallers()] and a using System.Security; line to AssemblyInfo.cs.
Will demonstrate sample codeblock in next few days on my blog (which uses SgmlReader for parsing HTML from Codeplex to create an "API" of sorts, cause Codeplex doesn't have one).

Best,

Benjamin