我可以在 4.0 应用程序中引用 .NET 3.5 .DLL 吗?
主题说明了一切...如果我有 .NET 4.0 应用程序,我可以添加对 2.0/3.0/3.5 .DLL 的引用吗?我没有安装VS2010所以我无法检查自己(我现在正在研究)。
我尝试在 SO 和 Google 上查找信息,但得到的答案相互矛盾。
The subject says it all... If I've got a .NET 4.0 app, can I add a reference to 2.0/3.0/3.5 .DLL? I don't have VS2010 installed so I can't check myself (I'm doing research at the moment).
I've tried to find information on both on SO and Google, but I get conflicting answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以 - 但如果它是混合模式程序集(即包含本机代码和 .NET 代码的混合),那么我相信这可能会导致问题。 (IIRC MySql 驱动程序最近遇到了这个问题,开发人员必须在 .NET 4 下重建才能使其正常工作。)
Yes, you can - but if it's a mixed mode assembly (i.e. contains a mixture of native code and .NET code) then I believe that can cause problems. (IIRC the MySql driver had this problem recently, and devs had to rebuild under .NET 4 to get it to work.)