Answered SQL Azure & Entity Framework

  • Monday, October 19, 2009 6:53 PM
     
     
    Hi,

    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...

    <thanks/>

All Replies