Hi there,
Coding with virtual catalogs for the first and have bumped into an issue
that I thought other might now the answer too. I have written the code:
Microsoft.CommerceServer.Interop.Catalog.ProductCatalogClass
productCatalog
= new ProductCatalogClass();
When this line tries to execute I receive this error:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: COM object with CLSID
{FD57D27C-2EBE-4447-AD8B-81B8E3C26844} is either not valid or not
registered.
I have checked the registry for this CLSID, and the information shows:
{FD57D27C-2EBE-4447-AD8B-81B8E3C26844}
Microsoft.CommerceServer.Interop.Catalog.ProductCatalogClass
So I'm sure what the problem would be at this point.
Thank you for any help.
JES