(01-15-2012, 09:26 AM)KoBE Wrote: You should ask questions like this on TLF.. you might get them answered quicker.
You need to add the System.Web reference into your project.
I had it as System.Web.Mail but that errored, so I changed it to System.Net.Mail.
(01-15-2012, 09:26 AM)KoBE Wrote: You should ask questions like this on TLF.. you might get them answered quicker.
You need to add the System.Web reference into your project.
I just added Imports System.Web, but "Inherits System.Web.UI.Page" still errors. "Type 'System.Web.UI.Page' is not defined."