[Mono-winforms-list] How Add External .dll files to monoproject except than GAC

Rafael Teixeira monoman at gmail.com
Tue Dec 16 10:08:07 EST 2008


Are you sure that the dlls aren't obfuscated, if they are they won't be,
easily at least, usable with Mono, as obfuscators damage intentionally the
dlls to a point that .NET (or just some versions of it) still accept them,
but which is way out of the standard specs for Mono to deal reliably with.

Just a guess. If this is the case and you really want to work with them, you
can open a case at mono's bugzilla with the details, or compile with csc and
try to run the resulting binaries in mono (but it may also fail loading in
mono for execution).

Hope it helps,

On Tue, Dec 16, 2008 at 12:08 PM, aifaz <aifaz.khan at gmail.com> wrote:

>
> hi
>
> i am using mono 2.0 windows . i want to use external application dll files
> i dont know the location  where to install or keep
> i have stored it application folder i got an error messege
>
>
> D:\aifaz\MonoDevelopment\MonoDevelopment>mcs -r:System.Drawing
> -r:System.Data -r
> :MySql.Data -r:DataAccessLayer.dll -r:BusinessLogicLayer.dll -r:gtk-sharp
> -r:gla
> de-sharp -lib:"C:\Program Files\Mono-2.0\lib\mono\gtk-sharp-2.0" Program.cs
> error CS0009: file `C:\Program
> Files\Mono-2.0\lib\mono\gtk-sharp-2.0\DataAccessL
> ayer.dll' has invalid `assembly' metadata
> error CS0009: file `C:\Program
> Files\Mono-2.0\lib\mono\gtk-sharp-2.0\BusinessLog
> icLayer.dll' has invalid `assembly' metadata
> Compilation failed: 2 error(s), 0 warnings
> --
> View this message in context:
> http://www.nabble.com/How-Add-External-.dll-files-to-monoproject-except-than-GAC-tp21033583p21033583.html
> Sent from the Mono - WinForms mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>



-- 
Rafael "Monoman" Teixeira
---------------------------------------
"I myself am made entirely of flaws, stitched together with good
intentions."
Augusten Burroughs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20081216/be77e83c/attachment.html 


More information about the Mono-winforms-list mailing list