[Mono-list] mkbundle and reference assemblies

Chris Tacke ctacke at opennetcf.com
Tue Apr 22 18:19:16 UTC 2014


Much closer - the output went from this:

Sources: 1 Auto-dependencies: True

To 

Sources: 58 Auto-dependencies: True


Telling me that it's now trying to pull in a whole lot more.  It's now complaining about a missing "System.Web" assembly that I have to track down, but I don't think it's related to this issue.

Thanks again.

-Chris


> -----Original Message-----
> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of Robert Jordan
> Sent: Tuesday, April 22, 2014 1:13 PM
> To: Mono-list at lists.ximian.com
> Subject: Re: [Mono-list] mkbundle and reference assemblies
> 
> On 22.04.2014 17:01, Chris Tacke wrote:
> > I'm trying to mkbundle a pretty complex application that has a lot of
> reference assemblies, but mkbundle is having trouble finding those
> assemblies.
> >
> > For example, here's part of the output:
> >
> > --------------------------------------
> > root at WR-IntelligentDevice:/opt/SF# mkbundle SolutionEngine.exe --deps
> -o Engine -L /opt/SF
> 
> Try this as a workaround:
> 
> 	cd /opt/SF
> 	mkbundle --deps -o Engine SolutionEngine.exe *.dll
> 
> Robert
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


More information about the Mono-list mailing list