EntityFramework 5 - Getting value cannot be null parameter name: font error while using the designer

安稳与你 提交于 2019-12-06 19:15:17

问题


I'm getting a strange error while using EF 5 using a Database First approach on the designer. The error is saying 'value cannot be null parameter name: font'. I also get a big red X over the design area. I'm not exactly sure how the designer generated this error, and to this point, I've only used the designer to create my edmx.

Thoughts? This is with VS 2012 RTM version.


回答1:


I was able to resolve the same error by simply restarting Visual Studio.




回答2:


I was able to fix this by repairing the Entity Framework Designer for Visual Studio 2012 (Control Panel -> Uninstall a program etc..)



来源:https://stackoverflow.com/questions/12378670/entityframework-5-getting-value-cannot-be-null-parameter-name-font-error-whil

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!