I have an application that has components that run in Desktop and Server. The components depend on the WPF assemblies in C:\Program Files\ESRI SDKs\WPF\v2.0\DotNet35. Do I redistribute these assemblies with my application and install them in the GAC? I need them in the GAC because my components are in the GAC.
I also have a SilverLight application that depends on the assemblies in C:\Program Files\ESRI SDKs\Silverlight\v2.0. I assume that I can redistribute these with my SilverLight application. Please correct me if I misunderstand.