[Mono-dev] .exe referencing itself ...

Robert Jordan robertj at gmx.net
Thu Apr 10 13:03:52 UTC 2014


On 10.04.2014 13:59, etienne.champetier at 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




More information about the Mono-devel-list mailing list