This is Microsofts Problem in CF. Here the workaround
Use wsdl.exe /order to generate your client proxy class, and then remove all the code not supported by NetCF until your project compiles. | | Use Visual Studio to generate your client proxy class, then run wsdl.exe /order in some other directory, and copy just those lines of source code from the resulting class into your project source file that give the explicit ordering. | | Dikeni | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051907#4051907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051907 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
