积极答复者
.net Framwork版本之间的调用

问题
答案
全部回复
-
你好
在.Net 4之前的版本是不可以的,不过幸运的是,.Net 4之间都是2.0的Framework. 而.Net 4 是提供了一个技术 In-Process Side-by-Side 来可以使用先前版本的程序集,而2.0 1.1 1.0 则不可以使用4.0的高版本的程序集。 相关文章:http://msdn.microsoft.com/en-us/magazine/ee819091.aspx
这个问题不是一个WPF问题,所以我将它移到.Net Framework论坛
致,
Bob Bao
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Are you looking for a typical code sample? Please download All in One Code Framework !
如果有回复帮助并解决了您的问题,请点击 “标记为答复”,如果没有没有帮助,请随时点击“取消答复标记”
你在为寻找代码示例而苦恼吗?赶快来下载 All in One Code Framework 微软一站式代码框架 吧! -
据我所知, 3.5的exe无法引用4.0的dll.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us. -
我可以知道你为什么要用3.5的exe调用4.0的dll吗?或许还有其他解决办法.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.