[Mono-list] How does xsp search for assemblies?
Gonzalo Paniagua Javier
gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Mon, 27 Sep 2004 16:44:59 +0200
On Mon, 2004-09-27 at 16:21, sarvesh wrote:
> Hi,
>
> We keep getting this error.
>
>
>
> Server Error in '/' Application
>
> Error message: Cannot find type LoginComponent.LoginComponent
>
>
>
> Source Error: <%@ Control Language="c#" AutoEventWireup="false"
> Codebehind="LoginComponent.ascx.cs"
> Inherits="LoginComponent.LoginComponent" %>
>
> <div class="title">
>
> Login
>
> </div>
>
>
>
> I understand that it cannot find the dll. But the dll is present in
> the same folder. I would like to know where and in what order does XSP
> search for the dlls. Any docs and has anyone faced a similar problem.
Without cheating, the dll must be either in the GAC or in ./bin
directory.
-Gonzalo