system.web.mail question
-
Hello All, I am trying to do this: using System.Web.Mail; and Visual Studio tells me that: The type or namespace name 'Mail' does not exist in the class or namespace 'System.Web' (are you missing an assembly reference?) What am I missing here? Thanks! Ed
-
Hello All, I am trying to do this: using System.Web.Mail; and Visual Studio tells me that: The type or namespace name 'Mail' does not exist in the class or namespace 'System.Web' (are you missing an assembly reference?) What am I missing here? Thanks! Ed
-
Hello All, I am trying to do this: using System.Web.Mail; and Visual Studio tells me that: The type or namespace name 'Mail' does not exist in the class or namespace 'System.Web' (are you missing an assembly reference?) What am I missing here? Thanks! Ed
Under your references in your solutions explorer (right click) add a new reference to System.Web That will help! Leon v Wyk