ASMX services do not have ability to reuse the Silverlight Class library and Silverlight application needs dedicated Class library and not the C# class library. So i had to duplicate the C# class library code to a Silverlight class library to work with my Silverlight application, now that was not the problem here. I would like technical answers(In depth if possible) to these questions
Why is it that Silverlight needs dedicated Silverlight Class library. Even though it runs above a layer on CLR
Methods on the ASMX service returns C# class library entities, why is this not
castable
to analogous silverlight classHow do i make the ASMX service work with same class library ( because the entities returned from webservice does not seem to display methods on them in the intellisense)