Created
July 2, 2010 19:42
-
-
Save chrisortman/461818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.NotSupportedException was unhandled by user code | |
Message=Unable to determine the provider name for connection of type 'System.Data.SqlClient.SqlConnection'. | |
Source=Microsoft.Data.Entity.Ctp | |
StackTrace: | |
at Microsoft.Data.Objects.ContextBuilder`1.GetProviderServices(DbConnection storeConnection, String& providerInvariantName, String& providerManifestToken) | |
at Microsoft.Data.Objects.ContextBuilder`1.Create(DbConnection storeConnection) | |
at Elation.CustomerPortal.Infrastructure.EntityFrameworkSetup.Init() in C:\Development\elation\OSS\Current Version\Web\src\Elation.CustomerPortal\Infrastructure\EntityFrameworkFacility.cs:line 164 | |
at IS.eBillWeb.Global.Application_Start() in C:\Development\elation\OSS\Current Version\Web\src\IS.eBillWeb\Global.asax.cs:line 33 | |
InnerException: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment