[Mono-dev] FW: System.Web.Mail patches #2

Chris Toshok toshok at ximian.com
Mon Apr 24 15:48:08 EDT 2006


I'll defer to gonzalo (or someone who knows this code at all) on this
one, but just at first sight this looks like a bad idea to me:

> +               // Load Mono.Security.dll
> +               Assembly a;
> +               try {
> +                       a =
> Assembly.LoadWithPartialName("Mono.Security");
> +               }
> +               catch(System.IO.FileNotFoundException) {
> +                       throw new SmtpException( "Cannot load
> Mono.Security.dll" );
> +               } 



More information about the Mono-devel-list mailing list