http://bugzilla.novell.com/show_bug.cgi?id=546578
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=546578#c2 --- Comment #2 from Jb Evain <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
