[Mono-list] FileNotFoundException with dlls
Gonzalo Paniagua Javier
gonzalo@ximian.com
Sun, 28 Sep 2003 13:29:26 +0200
El vie, 26-09-2003 a las 01:59, John BouAntoun escribió:
> I'm getting the same problem
>
> -----Original Message-----
> From: Laurent Leroy [mailto:lleroy@atsconseil.fr]
> Sent: Thursday, 25 September 2003 6:19 PM
> To: mono-list@lists.ximian.com
> Subject: [Mono-list] FileNotFoundException with dlls
>
>
> Hi there!
>
> i'm bumping into an error while trying to deploy my asp.net application.
> I've compiled my dll under windows, as they are written in vb.
> trying to run the application through xsp, i've got this odd message saying
> it can't find the dlls (the path exists). Any clue ??? Am I missing
> something ?
>
> Thanks
>
> laurent
>
> Description: Error processing request.
> Error Message:
> Stack Trace:
> System.IO.FileNotFoundException: File
> '/usr/src/xsp-0.5/server/myapp/bin/portal.dll' not found.
That may be because you compiled that dll under windows as 'portal.dll'
(notice the case) and it's in bin directory as 'Portal.dll' or with any
other name.
-Gonzalo