开发者

LinqToEntitiesMetadataProvider for RIA Services in Visual Studio 2010 RC

开发者 https://www.devze.com 2022-12-23 06:04 出处:网络
I\'m having trouble moving from Visual Studio 2010 Beta 2 to Visual Studio 2010RC. Did all the adjustments regarding assemblies and namespaces but i cannot figure out how to get the following decorat

I'm having trouble moving from Visual Studio 2010 Beta 2 to Visual Studio 2010RC.

Did all the adjustments regarding assemblies and namespaces but i cannot figure out how to get the following decorator resolved (for DomainService):

开发者_如何学JAVA
[LinqToEntitiesMetadataProvider(typeof(myEntities))]

Does anyone know how this must be adjusted?

Thanks in advance


It is no longer called this way. The new name is:

LinqToEntitiesDomainServiceDescriptionProvider  

Pretty confusing, if one expects the names to be the same!! Hope it helps someone in the future!

0

精彩评论

暂无评论...
验证码 换一张
取 消