当前位置: 代码迷 >> Windows Mobile >> 用VS2005的“服务器资源管理器” “添加连接” 加入Server Mobile Edition时提示出错解决思路
  详细解决方案

用VS2005的“服务器资源管理器” “添加连接” 加入Server Mobile Edition时提示出错解决思路

热度:108   发布时间:2016-04-25 07:57:31.0
用VS2005的“服务器资源管理器” “添加连接” 加入Server Mobile Edition时提示出错
问题一、
        在“服务器资源管理器”-> “添加连接”   中数据源选择
"Microsoft   SQL   Server   Mobile   Edition   (.NET   Framework   Data   Provider   for   SQL   Server   CE) "

选择一个数据文件后,点“测试连接”正常而确定提示错误信息:
“找不到请求的.Net   Framework   数据提供程序。可能没有安装”


问题二、
        我在程序中直接包括   using   System.Data.SqlServerCe;
系统提示SqlServerCe不存在

如果是模块没安装,我该怎么装呀!


------解决方案--------------------
上面有几篇讲的很清楚
http://mobiledev.cnblogs.com/
  相关解决方案