如何使用EF4将sql CE 4.0部署到ASP.NET MVC 2.0的共享托管服务提供商?
我在我的bin文件夹中包含System.Data.sqlServerCe.dll和amd64 x86目录,但是不断找到“.net提供程序”.我意识到它目前在CTP,但这只是为了测试目的.我的项目主机配置为.net 4.0
解决方法
使用Visual Studio 2010,现在可以通过使用“可部署依赖关系”将sql CE 4部署到共享托管环境.您不需要手动将dll复制到您的bin文件夹或修改您的web.config.这两个都是为你完成的.
“We can include required assemblies in a Web site or Web Application project with a few simple steps. You right click the project node in Solution Explorer and select ‘Add Deployable Dependencies…’ context menu item.”