Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将创建自己的库,其中包含我所有的通用函数。. 我想确保如果我在 .net 框架 4.0 中创建一个库,那么我可以在 3.5 或更低版本中创建的类中调用它。. 在开始使用我的库之前,我想知道一些注意事项,即在创建自己的库之前应该清除哪些概念才能有效地使用它。谢谢。
在 .Net 2.0 Framework 中创建一个库,这样更高版本就不会出现问题,
您可以设置版本 project properties(右键单击项目并在 Visual Studio 中选择属性)
project properties
Application从属性窗口中选择选项卡并选择Target Framework组合框
Application
Target Framework
选择.Net Framework 2.0
.Net Framework 2.0