I am having an issue when I try to use 'EntityFramework.SqlServerCompact nuget packge'.
I have created my model classes and I am also using the new ASP.NET MVC Tools Update MVcScaffolding out for the box feature when creating a new controller. this tooling feature also creates my DbContext class.
as it is explaind here :
http://www.hanselman.com/blog/Mix11WebPlatformAndToolsKeynoteDemoScript.aspx
Everything is fine. But, when I add the 'EntityFramework.SqlServerCompact nuget packge' and try to compile, I am getting the following error;
My machine is windows vista, 32bit and I am using VS 2010 pro if it matters.