.NET 4 并行问题
如果宿主程序是用.NET 4编译的,但引用的dll是.net 3.5。 那么目标部署机器需要同时安装.net 4框架和.net 3.5框架运行时吗?
If the host program is compiled with .NET 4, but a referenced dll is .net 3.5.
Then the target deploy machine need to install both .net 4 framework and .net 3.5 framework runtime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,在这种情况下,目标机器只需要 4.0 框架运行时。
No, in this case the target machine needs only the 4.0 framework runtime.