Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.........

Thanks,

 

Bill Yeager (MCP, BCIP)

Microsoft Certified Professional

Brainbench Certified Internet Professional, .Net Programmer, Computer Programmer

YeagerTech Consulting, Inc.

  • *Experts*
Posted
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.
Posted
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

Thanks,

 

Bill Yeager (MCP, BCIP)

Microsoft Certified Professional

Brainbench Certified Internet Professional, .Net Programmer, Computer Programmer

YeagerTech Consulting, Inc.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...