Hi,
On a machine that only has the .NET 4.0 framework installed it won't run a .NET 2.0 application without adding supportedRuntime v4.0.20506 to its config file. However a .NET 1.1 application will run on a machine with only the .NET 2.0 framework without specifying supportedRuntime.
Is there any good reason for the change in behaviour?
Thanks.