How to connect to SQL Server Compact Edition 4.0 with a type provider in F#?
I'm attempting to connect to a SQL Server Compact Edition database from F#, and attempting to use a type provider. This is in the Visual Studio 11 Beta, so I realize there might be an issue because of that, but I think it's more likely that I just don't have the know-how yet. However, I have noticed that there's no CE-specific type provider in Microsoft.FSharp.Data.TypeProviders and I'm unsure that a regular SqlDataConnection will do the trick, so that may be the issue right there. However, when I try to create the connection, the IDE seems to recognize that I'm trying to hit a CE database, at