Use VB.NET 2005 to create addin components

Does anyone create RMS addins with VB.NET 2005 successfully? I have been successful in creating addins with VB.NET 2003, however, suffering for days from the problem of addins created with VB.NET 2005?

I got the error message below

"Attemp to execute COM object "Transinit.Transinit" failed. Coupld not create object."

And if I unregister the dll from registry with the command

regasm /u Transinit.dll

I got the following warning: "RegAsm: warning RA0000: No types were un-registered"

Your help is greatly appreciated!!!

Reply to
lzcouponex
Loading thread data ...

Look in file AssemblyInfo.cs - The ComVisible property for the assembly might be set to false. To access types in a .NET assembly from COM, this property should be set to true.

Reply to
artemisx

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.