Hi,
I have 2 assemblies 32 and 64. I want to put them in GAC folder in Deployment project target x64. I already put them in GAC folder. When I try to install, I got error 2908 and after click OK, it continue but throw error that it has no permission to access directory : [assembly-name]. Then the installation stop here can not continue.
The problem gone if I remove assembly 32 from GAC, so I think I might do wrong way to install assembly 32 together with 64 ?
So how to install assembly 32 and 64 together in deployment project target x64 ?
It's hard to be advanced programmer