SQL 精简版 3.0 -> 3.5 困惑为什么现在需要3.5
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.