I have created a EntityFramework ORM. I try to add a new controller using a wizard;

and get the following error:

How can I solve this? I have tried to clean and rebuild, but it didn't help.
Based on this site;
You will get this if you are using Entity Framework and have the edmx/app.config in a seperate place from your main website. The connection information within the app.config file needs to be copied/the same as the connection information contained within the web.config on the root of your website. Set that up and this error will go away.
Also check Compiler error using EF4 as a separate project than my MVC project