SQL Compact Edition 4.0 CTP1 需要 Visual C++ 2008 运行时库 SP1

发布于 2024-09-26 07:11:48 字数 409 浏览 2 评论 0原文

SQL Compact Edition 4.0 CTP1 需要 Visual C++ 2008 Runtime Libraries SP1,如果 SQL CE 私下部署在应用程序的 BIN 文件夹中,则计算机上必须存在以下内容才能正常运行

:安装 .NET Framework 3.5 SP1 还会安装 Visual C++ 2008 运行时库 SP1。

b.或者安装 Visual C++ 2008 Runtime Libraries SP1 redist。

安装 .NET Framework 2.0、3.0 或 4.0 不会安装 Visual C++ 2008 运行时库 SP1。

问题:我的主机没有安装 3.5 SP1。有谁知道解决这个问题的方法,例如 bin 部署 C++ 2008 运行时?

SQL Compact Edition 4.0 CTP1 needs Visual C++ 2008 Runtime Libraries SP1 and if SQL CE is deployed privately in the application’s BIN folder the following have to be present on the machine for it to function properly:

a. Installing the .NET Framework 3.5 SP1 also installs the Visual C++ 2008 Runtime Libraries SP1.

b. Or install the Visual C++ 2008 Runtime Libraries SP1 redist.

Installing .NET Framework 2.0, 3.0 or 4.0 does not install the Visual C++ 2008 Runtime Libraries SP1.

Problem: My host doesn't have 3.5 SP1 installed. Does anyone know of a way around this, such as bin deploy the C++ 2008 runtime?

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

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

发布评论

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

评论(2

我乃一代侩神 2024-10-03 07:11:48

1:要求您的主机安装NetFX 3.5 SP1
2:要求你的主机安装VC++ 2008 Redist
3:也许是这个? http://www.codeproject.com /Articles/104529/部署-Visual-Cplusplus-Runtime-Files-as-Privat.aspx

1: Ask your host to install NetFX 3.5 SP1
2: Ask your host to install VC++ 2008 Redist
3: Maybe this? http://www.codeproject.com/Articles/104529/Deploying-Visual-Cplusplus-Runtime-Files-as-Privat.aspx

玻璃人 2024-10-03 07:11:48

最终版本似乎已经正式处理了这个案件。

来自 http://blogs.msdn.com/b/sqlservercompact/archive/2011/01/12/microsoft-sql-server-compact-4-0-is-available-for-download.aspx< /a>

请注意,SQL 的本机 DLL
Server Compact 需要 Microsoft
Visual C++ 2008 运行时库 (x86
和 x64) SP1 才能正常运行。这
Visual C++ 2008 的程序集
运行时存在于 Private 中
文件夹,并部署所有 DLL 和
部署 Private 文件夹中的文件夹
压缩所需的所有文件
工作正常。

The final release seems to have officially handled this case.

From http://blogs.msdn.com/b/sqlservercompact/archive/2011/01/12/microsoft-sql-server-compact-4-0-is-available-for-download.aspx

Note that the native DLLs of SQL
Server Compact need the Microsoft
Visual C++ 2008 Runtime Libraries (x86
and x64) SP1 to function properly. The
assemblies for the Visual C++ 2008
runtime are present in the Private
folder, and deploying all the DLLs and
folders in the Private folder deploys
all the files needed for Compact to
work properly.

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