On 28 nov 2003, [EMAIL PROTECTED] wrote: >> Can anyone tell me about the status of >> System.Web.RegularExpressions class ? >> >> I could not find anything about it in the Mono's class status lists >> . >> >> My problem is this : I have some code created under .Net Framework >> in Windows 2000. When I am running it in mono 0.28, I have >> received: >> >>> WARNING: Could not find assembly System.WebRegularExpressions >> >> How can I to decide this problem ? > > We need more input. I see no System.Web.RegularExpressions in the > docs. How can we reproduce your problem?
The assembly exits in MS .NET; you'll find docs on MSDN. There doesn't seem to be even a partial Mono implementation yet. You will get a warning similar, but not identical, to the above if you try to run SML.NET on Mono, which is why I know. Somebody might want to have a stab at this assembly; IIRC it is not a very large API at all. -- Gaute Strokkenes http://www.srcf.ucam.org/~gs234/ Is there something I should be DOING with a GLAZED DONUT?? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
