Make sure you build your Solution doing Rebuild
Solution not just Build because Build in VS.NET does
an incremental build and an incremental build will
cause the exact error you describe "dll not found" I
have seen this many times. It would be more accurate
if the error said "couldn't load assembly
The project dll must go in /bin of you web app and the referenced dll
can go either in the gac (using gacutil -i) or in /bin as well.
try that and let us know if you're problems persist.
- raf
On Wed, 2005-08-24 at 17:05 +0200, Alex Lopez Garcia wrote:
> Hi,
>
>
>
> I have an a
Hi,
I have an aspx project fully developed under
Microsoft Visual Studio 2003. Obviously, as a result of building my project, I get
some aspx files and a ‘dll’. I also have an external dll file that
my project references at. When I have tried to run this site under mono wit