[Mono-aspnet-list] R: R: System.Web.RegularExpression not found

Davide Benvegnù benvegnu at esiasoftware.com
Mon Aug 9 13:41:08 EDT 2010


Thanks to both.
I used System.Text.Regularexpression but in my web.config I'd a reference to System.Web.Regularexpressions that caused the problem.
After reading the page Robert gave me, I've understood the problem, deleted the reference from web.config and now all works perfectly.


Davide Benvegnù
Esia Software Srl
Tel. amm. +39 040 568 568
Fax +39 040 570 6430
Mobile +39 348 07 37 068
Tel. Vicenza +39 0444 183 5309
Tel. London +44 20 8144 5681

website http://www.esiasoftware.com
mail benvegnu at esiasoftware.com<mailto:benvegnu at esiasoftware.com>

Da: Nathan Bridgewater [mailto:nathan at integratedwebsystems.com]
Inviato: lunedì 9 agosto 2010 17:33
A: Davide Benvegnù
Cc: mono-aspnet-list at lists.ximian.com; Robert Jordan
Oggetto: Re: [Mono-aspnet-list] R: System.Web.RegularExpression not found

Hello Davide,

What about using:
System.Text.RegularExpressions ?   I'm not familiar with System.Web.RegularExpression.

I tested a simple Regex evaluation and it worked on Mono 2.6.4. Could that work?
-Nathan
On Mon, Aug 9, 2010 at 8:23 AM, Robert Jordan <robertj at gmx.net<mailto:robertj at gmx.net>> wrote:
On 09.08.2010 14:53, Davide Benvegnù wrote:
> No one can help me?
I'll try. System.Web.RegularExpressions.dll does not exist in
Mono. If you look at the docs [1] you'll find out why: it
is an artifact of MS.NET<http://MS.NET>'s ASP.NET<http://ASP.NET> implementation. Maybe
the assembly is shared between ASP.NET<http://ASP.NET> and some other designer
assembly...

My local MS.NET<http://MS.NET> 3.5 docs don't mention this assembly as being
"infrastructure", though. Still, I don't believe it will be
implemented in Mono anytime soon.

Robert

[1]
http://msdn.microsoft.com/en-us/library/system.web.regularexpressions.includeregex.aspx

>
> Davide Benvegnù
> Esia Software Srl
> Tel. amm. +39 040 568 568
> Fax +39 040 570 6430
> Mobile +39 348 07 37 068
> Tel. Vicenza +39 0444 183 5309
> Tel. London +44 20 8144 5681
>
> website http://www.esiasoftware.com
> mail benvegnu at esiasoftware.com<mailto:benvegnu at esiasoftware.com>
>
> -----Messaggio originale-----
> Da: mono-aspnet-list-bounces at lists.ximian.com<mailto:mono-aspnet-list-bounces at lists.ximian.com> [mailto:mono-aspnet-list-bounces at lists.ximian.com<mailto:mono-aspnet-list-bounces at lists.ximian.com>] Per conto di Davide Benvegnù
> Inviato: mercoledì 7 luglio 2010 17:20
> A: mono-aspnet-list at lists.ximian.com<mailto:mono-aspnet-list at lists.ximian.com>
> Oggetto: [Mono-aspnet-list] System.Web.RegularExpression not found
>
>
> Hi. I'm new to this forum/newsletter, so let me present. I'm an italian 26 years old guy and I work as developement/programming manager at my company.
> We are starting to port our asp.net<http://asp.net> software from windows to mono on linux.
> Well, this is my question:
>
> I've downloaded the VMWare Image from Mono site and i've copied all my application files under a folder in /srv/www/htdocs
>
> Trying the application, i've got this error : "Could not load file or assembly 'System.Web.RegularExpression [...]'"
>
> Is this assembly supported by mono? If not, there is a plan for this kind of support? And if yes, how can i run my app (missing config?)
>
> Thanks a lot.
> PS: I'm sorry if i've made some mistakes... My english isn't perfect :)
> --
> View this message in context: http://mono.1490590.n4.nabble.com/System-Web-RegularExpression-not-found-tp2281062p2281062.html
> Sent from the Mono - ASP.NET<http://ASP.NET> mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com<mailto:Mono-aspnet-list at lists.ximian.com>
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list


_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list at lists.ximian.com<mailto:Mono-aspnet-list at lists.ximian.com>
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list



--

Nathan Bridgewater
Integrated Web Systems, LLC
Microsoft Certified Professional Developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20100809/b25e8de6/attachment-0001.html 


More information about the Mono-aspnet-list mailing list