Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 937
Mike Sage Avatar asked Sep 11 '12 22:09

Mike Sage


2 Answers

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

like image 77
SausageFingers Avatar answered Oct 05 '22 15:10

SausageFingers


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

like image 28
Albert van Peppen Avatar answered Oct 05 '22 15:10

Albert van Peppen