PC Review


Reply
Thread Tools Rate Thread

Assembly help

 
 
Guest
Posts: n/a
 
      17th Mar 2005
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

--



 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      17th Mar 2005
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
>
> --
>
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The application requires that assembly office Version 12.0.0.0 be installed in the Global Assembly Cache (GAC) first. Bill Nguyen Microsoft VB .NET 2 30th May 2008 11:17 PM
The located assembly's manifest definition with name 'xxxxxx' does not match the assembly reference??? Bob Rock Microsoft Dot NET 0 22nd Apr 2004 04:09 PM
The located assembly's manifest definition with name 'xxxxxx' does not match the assembly reference??? Bob Rock Microsoft Dot NET Framework 0 22nd Apr 2004 04:09 PM
The located assembly's manifest definition with name 'xxxxxx' does not match the assembly reference??? Bob Rock Microsoft Dot NET Framework 0 22nd Apr 2004 04:06 PM
Restricting access to Assembly.LoadFrom call within an assembly based on strong names Nicholas Paldino [.NET/C# MVP] Microsoft C# .NET 3 9th Dec 2003 08:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:12 PM.