Hello,
I'm using a c# component with Biztalk and so I need to register the component with COM+.
I've registered successfully then changed the component including the addition of a prefix to the namespace
ie was previously ReceiveDropShipRequest is now LegacyWarehouse.ReceiveDropShipRequest
I unregistered fine (using regsvcs) but now when I try to register the new component I get the following error
1: Could not install type library 'C:\Vss\Projects\WHSO\LegacyWarehouse\ReceiveD
ropShipRequest\bin\Debug\ReceiveDropShipRequest.tlb' into application 'ReceiveDr
opShipRequest'.
C:\Vss\Projects\WHSO\LegacyWarehouse\ReceiveDropShipRequest\bin\Debug\Receiv
eDropShipRequest.tlb: The object is already registered
ReceiveRequest: The object is already registered
Anyone any ideas.
Thanks for any help.
I'm using a c# component with Biztalk and so I need to register the component with COM+.
I've registered successfully then changed the component including the addition of a prefix to the namespace
ie was previously ReceiveDropShipRequest is now LegacyWarehouse.ReceiveDropShipRequest
I unregistered fine (using regsvcs) but now when I try to register the new component I get the following error
1: Could not install type library 'C:\Vss\Projects\WHSO\LegacyWarehouse\ReceiveD
ropShipRequest\bin\Debug\ReceiveDropShipRequest.tlb' into application 'ReceiveDr
opShipRequest'.
C:\Vss\Projects\WHSO\LegacyWarehouse\ReceiveDropShipRequest\bin\Debug\Receiv
eDropShipRequest.tlb: The object is already registered
ReceiveRequest: The object is already registered
Anyone any ideas.
Thanks for any help.