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.
<dl> wrote in message news:(E-Mail Removed)...
> 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
>
> --
>
>
>
|