[Mono-list] where's System.Web.Mail package?

Michael Hutchinson m.j.hutchinson at gmail.com
Sat May 9 19:48:52 EDT 2009


On Thu, May 7, 2009 at 2:21 PM, TuTToWeB <valeriogiuffrida at hotmail.com> wrote:
>
> i need to System.Web.Mail API or similar for Mono.
> I'm using ubuntu intrepid and i installed libmono-system-web2.0-cil from the
> repository.
> The problem is: MonoDevelop don't find Web Namespace yet, but if compile my
> files manually, gmcs dont find Mail namespace...
>
> where can i get those APIs?
> Why dont MonoDevelop find Web Namespace?

Did you reference the dll?

In MonoDevelop, look at the project's References folder. Is
System.Web.dll there? To add it, use the context menu -> Edit
References, check System.Web.dll, Apply.

With gmcs, use  -r:System.Web.dll

BTW, System.Web.Mail seems to have been deprecated in favour of System.Net Mail.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list