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バージョンをアップグレードせずに.NET3.0および3.5でテストすることは可能ですか?
いいえ、それはできませんが、その逆で、.NetFramework4.0で3.5dllをテストできます。.NET 4.0でコンパイルされたアセンブリは、CLR4.0でのみロードできます。