Assembly help

G

Guest

Hi

I have the following .cs file compiled to an assembly ABC.dll and is put
under /bin directory

namespace ABC {
using ...;
public class login : Page {

and I have this .aspx file to inherits the above assembly

<%@ Page Language="c#" Inherits="ABC.login" %>

But I am getting "Could not load type 'ABC.login'"

Can anyone help, please?!

TIA

--
 
G

Guest

Sorry please ignore this, This is probably caused by missing /bin directory
previously. After rebooting the server the problem go away, simply
restarting IIS does not seems to fix the problem.
 

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

Top