On 10.04.2014 13:59, etienne.champet...@free.fr wrote:

It's looking for itself ...
If I put it in the gac, it works, but is there a way to not put it in the gac?

I'm building it with "xbuild /p:Configuration=Release /target:rebuild",
but it's the same with the Makefile (make install install it in the gac)

This is by design of System.Web. All assemblies a web app is referencing
must be either located in the GAC or in the "bin" directory of the
web app.

So you can copy (not move, as it must exit twice) this DLL into
"bin" directory of the web app.

Robert


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to