RegAsm : error RA0000 : Type library exporter encountered an error while process
ing 'SSISComp.UI, SSISComp'. Error: Type library exporter cannot load type 'SSIS
Comp.UI' (error: Could not load type 'SSISComp.UI' from assembly 'SSISComp, Vers
ion=1.0.0.0, Culture=neutral, PublicKeyToken=df81151feb8db268'.).
It gives me such an error only on 64 bit machine, on 32 bit it works just fine.
The answers for this error available on the web did not help.
UI implements IDtsComponentUI.
How do I get rid of the error above?
Thanks in Advance