I have application, let's name it Installer, that installs my assemblies in GAC using Publish.GacInstall Method.
I faced an issue when the Insteller is run under .Net 4.0 and installs assemblies in GAC for .Net 4.0. When I target .Net framework 2.0 for a project I don't see my assemblies in GAC.
Is it possible to install my assemblies in both GACs?