I was wondering how does COM Interop work with the different Framework versions available with GDPicture.NET 8? There are files for Framework 2.0, 3.0, 3.5 in the redist directory, does it matter which one I use for COM Interop?
Should I detect the version of .NET installed and only install that version, or can I install all 3 versions if the appropriate .NET versions are installed on the target PC? What would be my best option?
The .NET files are being installed in the Program Files/Common Files/Our Company/GDPicture.NET folder so we can use it with multiple applications. We are using gacutil.exe to install them in the global assembly for the same reason. The rest go in system32 or sysWOW64 depending on the target platform.
