Web reference?

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

Guest

In order to add a web reference to a page, do you have to compile that page
into a .dll?

or can you add it somehow in the declaration?

namespace mySpace

{

using System;

using System.Data;

using System.Drawing;

using System.Web;

somewere here?
 

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

Similar Threads

ASP.NET 2.0 Web Config (vb to c#) 3
PublicTokenKey. 1
Response.Write In Class? 1
simple profile question 4
Web.Config Issues? 7
Weird error 5
how to get error remotely? 1
Changing VS.NET defaults 5

Back
Top