ObjectSharp Blogs

You are currently viewing

Dan's Blog

Random Ramblings on Software


January 2010 - Posts

RIA Services XMLMetaDataProvider and Dynamic Assemblies

If you are using the XMLMetaDataProvider and have a dynamic assembly reference your service might fail with the following error:            The invoked member is not supported in a dynamic assembly There Read More...

WCF RIA Services XMLMetaDataProvider Problem

The current RIA Services project I’m working on has been using the XMLMetaDataProvider due to the fact that our model and DomainService are in different projects.  This rules out defining your metadata in a partial class for each entity.   Read More...