.NET Assembly are easy to deploy even with different versions on the same server.
Since Windows XP SP2 or Windows Server 2003, COM components could be used without registration (called Registration-Free COM)
If you are using a "COM visible" .NET assembly, it should be registered on the system through registry and only one version could be available for the same COM component…the solution is to use a manifest to create a dependency between the calling application and the asse...
[More]
6540bc7f-cca9-4392-8ccd-ab576c8337cd|0|.0
COM, Win32, Windows
COM, Win32, Windows