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

2014-04-10 Thread etienne . champetier
Hi I'm strugling with HyperFastCgi. When i launch it (Mono.WebServer.HyperFastCgi.exe), i have: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Mono.WebServer.HyperFastCgi, Version=1.0.5213.24878, Culture=neutral, PublicKeyToken=null' or one of its

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

2014-04-10 Thread Robert Jordan
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

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

2014-04-10 Thread Robert Jordan
On 10.04.2014 15:03, Robert Jordan wrote: 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

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

2014-04-10 Thread etienne . champetier
Ok, thanks - Mail original - De: Robert Jordan robe...@gmx.net À: mono-devel-list@lists.ximian.com Envoyé: Jeudi 10 Avril 2014 15:05:10 Objet: Re: [Mono-dev] .exe referencing itself ... On 10.04.2014 15:03, Robert Jordan wrote: On 10.04.2014 13:59, etienne.champet...@free.fr