@Moozyk - implemented!
https://sqlcetoolbox.codeplex.com/releases/view/117615
(Install VISX, Launch VS 2013, restart VS 2013, Add 4.0 database to Toolbox, Add EntityFramework.SqlServerCompact package to project, build project)
1: (Medium issue) I have to register the provider during first launch of my VSIX based add-in, and that is too late, so a VS restart is required before the provider can be used, Investigating if I can somehow force VS to re-enumerate DDEX providers.
2: (Minor issue) I should really remove the provider if my add-in is uninstalled, but there are no hooks that I know of to do this.
https://sqlcetoolbox.codeplex.com/releases/view/117615
(Install VISX, Launch VS 2013, restart VS 2013, Add 4.0 database to Toolbox, Add EntityFramework.SqlServerCompact package to project, build project)
-
you can now use with EDM Wizard, Generate from Model, Update from Database
1: (Medium issue) I have to register the provider during first launch of my VSIX based add-in, and that is too late, so a VS restart is required before the provider can be used, Investigating if I can somehow force VS to re-enumerate DDEX providers.
2: (Minor issue) I should really remove the provider if my add-in is uninstalled, but there are no hooks that I know of to do this.