ReferencedAssemblies in Silverlight
Posted: Mon Dec 05, 2011 11:34 am
Hi,
I recently refactored the data objects in our application into a separate assembly. After this change the report designer stopped showing the properties of the dataobjects added with RegBusinessObject. All objects which are defined in the Silverlight application itself are displayed properly. I've already found the ReferencedAssemblies property on the report object, however added the name of the assembly containing the dataobjects there doesn't seem to solve anything.
Is setting ReferencedAssemblies supposed to work in Silverlight? And if not, how can I use objects from a different assembly?
Thanks,
AVee
I recently refactored the data objects in our application into a separate assembly. After this change the report designer stopped showing the properties of the dataobjects added with RegBusinessObject. All objects which are defined in the Silverlight application itself are displayed properly. I've already found the ReferencedAssemblies property on the report object, however added the name of the assembly containing the dataobjects there doesn't seem to solve anything.
Is setting ReferencedAssemblies supposed to work in Silverlight? And if not, how can I use objects from a different assembly?
Thanks,
AVee