1

If the host program is compiled with .NET 4, but a referenced dll is .net 3.5. Then the target deploy machine need to install both .net 4 framework and .net 3.5 framework runtime?

Benny
  • 8,547
  • 9
  • 60
  • 93

1 Answers1

2

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

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928