您可以将 Microsoft Dynamics 4.0 SDK 与 .net 4.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有针对 .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.