System.web

  • Thread starter Thread starter qophee
  • Start date Start date
Q

qophee

It's time for olympic games not time to write a lib for the world to
memorize my name\

How many lib are there in the sourceforge by the way ?

What do people mostly look and feel at ?
 
Did you add a reference to System.Web.dll?

I can only
using system.web;

but not

using system.web.mail;

I want to sendan email

I am using C#exp

Thanks
 
Hi,

If you're using C# 2005 Express then you might want to try using
System.Net.Mail instead, which is defined in the System assembly.
 
Hi,

This is a general solution to any similar problems you may find

Depending of the type of project the IDE adds references to the "correct"
namespaces, like System.Windows for a win app or System.Web for an ASP.NET
app

If you need features of a namespace that is no include by default all you
need to do is add the reference to the required lib.
 
It's time for olympic games not time to write a lib for the world to
memorize my name\

How many lib are there in the sourceforge by the way ?

What do people mostly look and feel at ?

Er, so I'm assuming that English isn't your first language, but the above
really makes no sense whatsoever...

What are you actually saying...?
 
I can only
using system.web;

but not

using system.web.mail;

I want to sendan email

I am using C#exp

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top