[Mono-bugs] [Bug 546578] Link failure when linking assemblies that reference System.Runtime.Serialization

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 14 04:47:21 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=546578

User jbevain at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=546578#c2





--- Comment #2 from Jb Evain <jbevain at novell.com>  2009-10-14 02:47:19 MDT ---
I suspect that the issue is not with System.Runtime.Serialization though, but
with your existing libraries: 

-linkskip=Voyager.NET.dll -linkskip=Hessiancsharp.dll
-linkskip=iPhoneVoyagerDemo.exe -linkskip=GeoLocation.dll

Also as a side note, linkskip takes the assembly name, that is usually the name
of the file without the dll, but sometimes not. So it should be:

-linkskip=Voyager.NET granted Voyager.NET is the proper assembly name of the
dll.

Anyway, there was definitely a bug in the code that tries to remove binary
serialization. It should be fixed in the next drop.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list