Help creating a class library

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create a class library that uses a ListItemControl, but when
I try to create the class withthe following using atetments, it doesn't
recognize the System.Web.UI components:

using System;
using System.Web;
using System.Web.UI;

Why is that? How can I get around that?
 
Have you added the System.Web reference to your project?

It is not one of the default references for either the ClassLibrary or
ControlLibrary projects and needs to added manually.


hth,
Alan.
 

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