Can we use Entity Data Model in Azure? I tried creating a simple app, dropped the EDMX file to a northwind db on my local machine..
When I run it I get a SecurityException, details below... Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
If I set the Web_Role project as the Startup Project, then it works. But if I make the cloud service as the startup project, i get the above exception..
I searched the forum for a while, didnt really get the right info...
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.