Hi,
I'm trying to follow this
walkthrough, but I'm facing the following error when setting up npgsql + entity framework:
The type provider 'Microsoft.FSharp.Data.TypeProviders.DesignTime.DataProviders' reported an error: Error reading schema. error 7001: The provider did not return a ProviderManifestToken string. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Does anyone now how to resolve this?
Using nuget I've installed entity framekwork 6, npgsql, npgsql entity framework. I've posted my App.config settings here:
http://pastebin.com/VawZmJGF