[Mono-list] Fwd: System.Web.HttpApplication missing method RegisterModule()

Daniel Lo Nigro lists at dan.cx
Mon Aug 5 09:46:29 UTC 2013


I see it listed on the page comparing Mono 4.5 to MS.NET
4.5<http://go-mono.com/status/status.aspx?reference=4.5&profile=4.5&assembly=System.Web>
(expand
HttpApplication and scroll to the bottom).

In the mean time, Mono does have an implementation of
Microsoft.Web.Infrastructure so you can use *
Microsoft.Web.Infrastructure.DynamicModuleHelper.DynamicModuleUtility.RegisterModule
* to dynamically register modules.


On Mon, Aug 5, 2013 at 1:43 PM, Michael Friis <friism at gmail.com> wrote:

> I can't find this tracked on go-mono.com/status so I just wanted to
> log that System.Web.HttpApplicaiton is missing the RegisterModule()
> method.
>
> MS docs:
> http://msdn.microsoft.com/en-us/library/system.web.httpapplication.registermodule.aspx
>
> Mono source:
> https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web/HttpApplication.cs
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130805/1141d4b9/attachment.html>


More information about the Mono-list mailing list