Each time I compile my C# library that references the exceed encryption library I see these warnings.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{a0a61b00-96a6-457f-aa5e-afa5167852e5}\Insertable' was not imported.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{a0a61b00-96a6-457f-aa5e-afa5167852e5}\MiscStatus' was not imported.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{7ec04d5b-19a8-45ee-bcb0-6fe0067f9468}\Insertable' was not imported.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{7ec04d5b-19a8-45ee-bcb0-6fe0067f9468}\MiscStatus' was not imported.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{d865f1e7-bac6-4eca-b37b-0a5ddff2d031}\Insertable' was not imported.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3179: Problem isolating COM reference 'XceedEncryptionLib': Registry key 'HKEY_CLASSES_ROOT\CLSID\{d865f1e7-bac6-4eca-b37b-0a5ddff2d031}\MiscStatus' was not imported.
When I try to install the library I get an error that says "Unable to load one or more of the requested types." and the install fails. This has been working for the last 3 years. I am pretty sure the problem is that the COM registration of the encryption library is messed up. I have tried unregistering and re-registering using regsvr32 to no avail. I have also uninstalled and re-installed the xceed components. Does anyone have any idea how I can fix the regsitration without rebuilding my computer from scratch?
Much Thanks,
Brad Marshall