AW: [Mono-list] DLL path

Abe Gillespie agillesp@vt.edu
Tue, 17 Aug 2004 13:24:12 -0400


Thank you, this was it.  Though I'm not sure why.  All the code is=20
managed, and after running XSP, it said it couldn't find the Npgsql=20
DLL.  Weird.

-Abe

On Aug 16, 2004, at 4:05 AM, Jochen Wezel wrote:

> Hi Abe,
>
> Maybe your test.dll requires a VisualC.dll or another dll which isn't=20=

> available? Most often this happens if you've compiled a DLL by VS.NET=20=

> and managed C++. In this case, the error message in the page is saying=20=

> (wrongly) that the dll wouldn't be there. But in reality, the XSP=20
> writes on console the correct error message: that this dll would=20
> require an additional DLL.
>
> -Jochen
>
>
> -----Urspr=FCngliche Nachricht-----
> Von: mono-list-admin@lists.ximian.com=20
> [mailto:mono-list-admin@lists.ximian.com] Im Auftrag von Abe Gillespie
> Gesendet: Sonntag, 15. August 2004 19:33
> An: mono-list@lists.ximian.com
> Betreff: [Mono-list] DLL path
>
> Mono can't find my ASP.NET website's codebehind dll.  It's in the bin=20=

> directory.  This is the error:
>
> Server error in '/test' application
> Cannot find 'test.dll'.
> Description: Error processing request.
>
> Error Message: HTTP 404. Cannot find 'test.dll'.
>
> How can I get Mono to recognize the path to it?
>
> Thanks.
> -Abe
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com=20
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>