Use VB.NET 2005 to create addin components

Feb 11, 2006 1 Replies

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!!!


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.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required