I have a EntityFramework service in a Azure cloud service space accessing aAzure SQL serve. Reading the EDMX for the service, it states that its "ProviderManifestToken="2012.Azure"". When I try to access the service from my client I am getting an error with a HResult of 2146233079.
From my reading, I need to update the schema I am using to match that in use by the ProviderManifestToken. What is the URI of the schema I should be using? How do I modify my client to use it?