wsyeager Posted July 20, 2003 Posted July 20, 2003 I'm using VS.Net 2003 with the 1.1 dot net framework... I'm trying to use the imports statement: Imports system.web.mail However, no further node comes up after "system.web"......... I was able to use this namespace without a problem in the 1.0 framework with vs 2002. How come I can't see the namespace? I need to send mail from within my asp.net pages......... Quote Thanks, Bill Yeager (MCP, BCIP) Microsoft Certified Professional Brainbench Certified Internet Professional, .Net Programmer, Computer Programmer YeagerTech Consulting, Inc.
*Experts* mutant Posted July 20, 2003 *Experts* Posted July 20, 2003 You need to add reference to the System.Web assembly in your solution explorer. Right click your project and click add references and look for System.Web. Quote
wsyeager Posted July 20, 2003 Author Posted July 20, 2003 You need to add reference to the System.Web assembly in your solution explorer. Right click your project and click add references and look for System.Web. Thanks a lot! I was able to successully import the namespace...:D Quote Thanks, Bill Yeager (MCP, BCIP) Microsoft Certified Professional Brainbench Certified Internet Professional, .Net Programmer, Computer Programmer YeagerTech Consulting, Inc.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.