开发者

Reference to System.data.entity.design.dll not working

开发者 https://www.devze.com 2023-03-25 14:20 出处:网络
I\'m working with a new Entity 开发者_如何学JAVAFramework repository and need System.data.entity.design.dll for using the PluralizationService. Now when I go to add reference, it wont show up in the \

I'm working with a new Entity 开发者_如何学JAVAFramework repository and need System.data.entity.design.dll for using the PluralizationService. Now when I go to add reference, it wont show up in the ".Net" tab. Also if I go to: ..\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0 and add the dll from there it won't fix my namespace using and will only create a yellow icon at the dll in the reference folder.

Does anyone know how I can fix this, or even where to download the dll again?


Change the target framework of your application from .NET Framework 4 Client Profile to .NET Framework 4.

0

精彩评论

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