Let's say you have a managed wrapper assembly Managed.dll that calls unmanaged code Unmanaged.dll using P/Invoke. If you want to register Managed.dll to GAC, you'll need to deploy Unmanaged.dll into GAC as well, otherwise it would require extra work to
Read More...