您可以将 Microsoft Dynamics 4.0 SDK 与 .net 4.0 运行时结合使用吗?

发布于 2024-12-18 18:08:32 字数 145 浏览 2 评论 0原文

Microsoft Dynamics CRM 4.0 SDK 提供针对 x86 和 x64 体系结构编译的 dll 版本,但仅适用于 .net 3.5 运行时。

有谁知道针对 .net 4.0 编译的版本,或者允许从 4.0 代码调用 3.5 版本的解决方法?

The Microsoft Dynamics CRM 4.0 SDK provides versions of the dlls compiled against both x86 and x64 architectures, but only for the .net 3.5 runtime.

Does anyone know of versions compiled against .net 4.0, or a work around that would allow for calling the 3.5 versions from 4.0 code?

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

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

发布评论

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

评论(1

杀お生予夺 2024-12-25 18:08:32

没有针对 .net 4.0 编译的版本。如果您需要使用 .net 4.0,则必须使用 CRM 2011。

或者,如果您需要从用 .net 4.0 编写的应用程序访问它,您可以创建一个引用 3.5 中的 CRM 程序集的包装程序集,然后引用这在你的核心应用程序中,用 4.0 编写。

There are no versions that are compiled against .net 4.0. If you need to use .net 4.0, you will have to use CRM 2011.

Alternatively, if you need to access this from an app written in .net 4.0, you could create a wrapper assembly that reference the CRM assembly in 3.5 and then reference this within your core application, written in 4.0.

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