Yann, In this case, I would expect that msbuild is resolving the reference paths and passing those to the mono compiler. Look at the actual command line being run, and ensure the references being passed to the mono compiler actually exist. A full command line and error output might be useful.
Thanks, Jonathan On Wed, May 30, 2012 at 2:05 PM, Yann ROBIN <[email protected]> wrote: > Thanks for taking time to answer. > > I'm using msbuild with specific target files that override CscToolExe > and CscToolPath. > > On Wed, May 30, 2012 at 1:42 PM, Jonathan Chambers <[email protected]> > wrote: > > Yann, > > > > More information would be helpful. Are you trying to build a csproj using > > xbuild? If not, how are you invoking the mono compiler? > > > > Thanks, > > Jonathan > > > > On Wed, May 30, 2012 at 1:25 PM, Yann ROBIN <[email protected]> wrote: > >> > >> Hi ! > >> I have a question regarding mono compiler > >> when I build a solution using .Net compiler the compiler respect the > >> param that say "don't use specific version" of assembly but when I > >> build using mono compiler it use specific version. > >> The build fail saying assembly is missing but it's not ! Is there a > >> workaround ? > >> > >> Thanks > >> > >> -- > >> Yann > >> _______________________________________________ > >> Mono-list maillist - [email protected] > >> http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > -- > Yann >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
