[Mono-bugs] [Bug 548934] Monotouch fails when running a webservice on the device (without -nolink flag)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 2 15:40:52 EST 2009


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

User gnorton at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=548934#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gnorton at novell.com
         Resolution|                            |INVALID




--- Comment #1 from Geoff Norton <gnorton at novell.com>  2009-11-02 13:40:51 MST ---
When running the linker against webservices assemblies it cannot statically
determine that the ctor or properties will be called/populated via reflection. 
You must either switch to -linksdkonly (the current default), or add [Preserver
(AllMembers=true)] on top of the generated types in your bindings.

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


More information about the mono-bugs mailing list