Hello, friends,

I installed .net Enterprise Architect version 2003 (Fraimework 1.1, version
1.1.4322) in my machine, and tried to run sample C# source code that has
statement: using System.Web.Mail

However, when I compiled it, I got erros, saying "Mail" does not exist in
the class or namespace "System.Web". I checked the MSDN Library coming
together with .net, it says "Systme.Web" does contain namespace "Mail"

To eliminate the possibility that I did not install in my first
installation, I then installed all missing components, but the error is still
there. What is wrong here? Help please....

Thanks a lot.

Re: System.Web.Mail by Brendan

Brendan
Sun Aug 14 18:49:59 CDT 2005

Have you included a reference to the System.Web.dll file?

"Andrew" <Andrew@discussions.microsoft.com> wrote in message
news:9732D088-4207-42E4-978F-0F6CD613805E@microsoft.com...
> Hello, friends,
>
> I installed .net Enterprise Architect version 2003 (Fraimework 1.1,
> version
> 1.1.4322) in my machine, and tried to run sample C# source code that has
> statement: using System.Web.Mail
>
> However, when I compiled it, I got erros, saying "Mail" does not exist in
> the class or namespace "System.Web". I checked the MSDN Library coming
> together with .net, it says "Systme.Web" does contain namespace "Mail"
>
> To eliminate the possibility that I did not install in my first
> installation, I then installed all missing components, but the error is
> still
> there. What is wrong here? Help please....
>
> Thanks a lot.