SQL 精简版 3.0 -> 3.5 困惑为什么现在需要3.5

发布于 2024-10-09 02:41:02 字数 317 浏览 3 评论 0原文

我有一个在 vs2005 中构建的 .NET 2.0 winforms 应用程序。它在幕后部署并使用 SQL CE 3.0。一切都很好,并且工作顺利。

然后我们决定对 winform 应用程序安装程序部分进行一些更改,因此我们将所有内容移至 Visual studio 2010,使其针对 .NET 2.0 clr。我们做了一些项目更改,让安装程序

正常工作,等等。但现在以前需要 3.0 CE 支持文件的全新安装不起作用,并且我收到一条有关版本不匹配的消息。安装 3.5 CE 基础,修复了这个问题,我只是不明白为什么/是什么改变了它强制到这个版本。

有人有什么想法吗?

I have a .NET 2.0 winforms application that was built in vs2005. It deployed and used SQL CE 3.0 behind the scenes. All was good, and working.

Then we decided we wanted to make some changes to the winform application installer portion, so we moved everything to Visual studio 2010, leaving it targeted for the .NET 2.0 clr. We made some project changes, got the installer working, etc.

But now clean installs that used to require the 3.0 CE support files, don't work, and I get a message about a version mismatch. Installing the 3.5 CE base, fixes this, I just don't understand why/what changed it to be forced to this version.

Anyone have any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人生百味 2024-10-16 02:41:02

VS 2010 就是问题所在。它已经安装了3.5版本的CE。使用 3.5 支持文件效果很好。

VS 2010 was the issue. It had installed the 3.5 version of CE. Using the 3.5 support files worked just fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文