.NET 4 side by side problem -


If the host program is compiled with .NET 4, the referenced DLL 3.5 is pure. Then target deployment machine both .net 4 framework and. Need to install 3.5 framework runtime?

No, in this case the target machine only requires 4.0 framework runtime.


Comments