all groups > visual studio .net ide > may 2005 >
You're in the

visual studio .net ide

group:

addin failed to load - class not registered


addin failed to load - class not registered StephenRichter NO[at]SPAM gmail.com
5/16/2005 1:37:43 PM
visual studio .net ide:
trying to get a demo addin to work in visual studio ...

used the addin wizard to create it, used configuration manager to check
"build" for both the addin and setup.

When I open a project I get an error message: "addin failed to load -
class not registered" The name of the class is my addin. How do I
register my addin class?

thanks,

-Steve
Re: addin failed to load - class not registered Carlos J. Quintero [.NET MVP]
5/18/2005 12:00:00 AM
You can rebuild your add-in ensuring that the "Register for COM Interop"
setting is set to true in the Project properties. You can also register it
by hand using:

regasm.exe /codebase myaddin.dll

Or you can use your setup to register it as COM component.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

<StephenRichter@gmail.com> escribió en el mensaje
news:1116275863.302437.99220@g43g2000cwa.googlegroups.com...
[quoted text, click to view]

AddThis Social Bookmark Button