Visual Studio 2008:调试时不要部署 SQL Server Compact 3.5
我正在使用 VS2008 为 Windows CE 5.0 设备 (Datalogic Kyman) 创建 Compact Framework 应用程序。我在我的应用程序中使用 SQL Server Compact 3.5。但是,我正在仍然安装了 Windows CE 4.2(使用移动设备中心通过 USB 连接)的 Kyman 上进行调试。我的问题:
VS2008 无法识别设备上已安装 SQL Server Compact,并要求我每次从 IDE 运行应用程序时安装 SQL Server Compact。安装程序向我显示有关 SQL Server Compact CAB 文件不适合此设备的警告,但安装工作没有错误,应用程序也没有错误。
我取消选中“始终部署最新的 .NET 版本”框(不知道它的英文确切名称,使用德语 VS2008),但这没有帮助。
如何让 Visual Studio 在每次启动应用程序之前不安装 SQL Server?
I'm using VS2008 to create a Compact Framework application for a Windows CE 5.0 device (Datalogic Kyman). I'm using SQL Server Compact 3.5 in my application. However, I'm debugging on a Kyman that still has Windows CE 4.2 installed (attached via USB using Mobile Device Center). My problem:
VS2008 does not recognize that SQL Server Compact is already installed on the device and asks me to install SQL Server Compact every time I'm running my application from the IDE. The installer shows me a warning about the SQL Server Compact CAB file not being suitable for this device, but installation works without errors, also the application works without errors.
I've unchecked the box "Always deploy latest .NET version" (don't know what it's called in English exactly, using German VS2008), but that doesn't help.
How can I tell Visual Studio not to install the SQL Server before launching my application every time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SQL Server Compact 3.5 支持 WindowsCE 4.2
1- 检查目标设备是否是Windows CE?
2- 尝试使用为 Windows CE 4.2 指定的 cab 文件在设备上安装 SQL Server Compact 3.5。
您将在以下路径中找到 cap 文件:
C:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Devices\wce400\armv4\sqlce.dev.ENU.ppc.wce4.armv4.CAB
SQL Server Compact 3.5 Support WindowsCE 4.2
1- Check if target Device is Windows CE?
2- Try to install SQL Server Compact 3.5 on the device by using the cab file specified to windows CE 4.2.
you will find the cap file in the following path:
C:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Devices\wce400\armv4\sqlce.dev.ENU.ppc.wce4.armv4.CAB