Regasm.exe: Signature of the body and declaration in a method implementation do not match

S

Stephen Corey

When I run regasm.exe on an Outlook Com Addin (Outlook 2002, VB .NET 2003),
I get this:

RegAsm error: Signature of the body and declaration in a method
implementation do not match. Type: MyAddin1.Connect. Assembly: MyAddin1,
Version=1.0.1377.26909, Culture=neutral, PublicKeyToken=null.


I can create a blank project and comile, then run regasm and I still get
this. Any suggestions??
 
Top