I have the following problem:
When I install .NET 3.5 SP1 (using the standard deployment file from MS downloads), .NET 3.0 assemblies for WCF are not installed in GAC.
For example System.ServiceModel / 3.0 is missing. (And "Assembly not found" exception is thrown from my program.)
2.0. and 3.5 assemblies are OK.
What can be the problem, can I force .net35 msi to install them in GAC?
Can it be that some program installed partialy .NET 3.0 (is it possible) - only with WPF assemblies and now .net 3.0 is skipped because it is found like Already Installed?