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.
我正在测试一个程序(类库)。类库 (dll) 正在各种系统上进行测试:.NET Frameworks 3.0、3.5 和 4.0。是否可以在 .NET 3.0 和 3.5 上测试它而无需升级 .NET 版本?
不,你不能这样做,但反过来,你可以在 .Net framework 4.0 上测试 3.5 dll。使用 .NET 4.0 编译的程序集只能由 CLR 4.0 加载