Reputation: 210352
Is there a way to make my programs open by default with .NET Framework 3.5 instead of 4.0 on Windows 7 (unless the application was specifically targeted at 4.0)?
(Note: I am not asking for project targets; I'm asking for a system-wide switch, independent of the application.)
Upvotes: 0
Views: 1835
Reputation: 5980
I always thought that when I have got both .NET 3.5 and 4.0 installed, then all applications specifically targetted to 3.5 always choose to run on 3.5 without any additional "forces".
edit: OK, I searched in books and found that this is correct.
Upvotes: 2