Assembly help

  • Thread starter Thread starter Guest
  • Start date Start date
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

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