Skip to content

Instantly share code, notes, and snippets.

@chrisortman
Created July 2, 2010 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisortman/461818 to your computer and use it in GitHub Desktop.
Save chrisortman/461818 to your computer and use it in GitHub Desktop.
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