Getting Security Exception Sqlce 4, Code First Ctp 5 & Shared Hosting
I've been trying to setup a webpage with MVC3 Razor, SQLCE 4 and Code First, the last two downloaded from Nuget, so it is EF Code First CTP5. I've had a lot of trouble, but I manag
Solution 1:
It seems to be a bug with CTP5 that will be fixed in final release.
Solution 2:
Hmmm as I said in the first comment on the question, it is an error with Code First CTP5, which uses full trust instead of medium trust. Source
Post a Comment for "Getting Security Exception Sqlce 4, Code First Ctp 5 & Shared Hosting"