Pipeline Component - Compile

I am attempting to compile my Pipeline component and am having errors creating the tlb file. I also tried to compile the MinMaxShipping sample with same results.

The assembly "C:\Documents and Settings\conference\Desktop\CS SDK Samples\MinMaxShipping\bin\Release\CSSDKSample.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'Commerce.MinMaxShipCSharp, CSSDKSample'. Error: Error loading type library/DLL. Commerce

I also get the following error during Compile.

The assembly 'Microsoft.CommerceServer.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is not registered for COM Interop. Please register it with regasm.exe /tlb.


Any guidance would be greatly appreciated.

[840 byte] By [Xcel] at [2008-2-7]
# 1
  1. Check that Microsoft.CommerceServer.Interop.dll is in the GAC (navigate to C:\Windows\Assembly)
  2. Run Regasm on Microsoft.CommerceServer.Interop.dll located in Program Files\Common Files\Microsoft Shared\Enterprise Servers\Commerce Server\Assemblies.
  3. Attempt to recompile your application.

Cheers,
Colin
ColinBowern at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2
Have you tried registering Microsoft.CommerceServer.Interop.dll. To me it seems like your Commerce installation has some problem. Are you able to open the basket.pcf in the pipeline editor and see the components properly?
VKUMAR-MSFT at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...