Hello,
Trying to build a Serviced Component in VB.NET, It has one public class which implements a (.NET) Interface (written in VC++) It has references to 2 Interface Assemblies and 2 Implmentation Assemblies. It is set for COM interop, it is strongly named, it is not (yet) in the GAC. During Build the Build Fails with:-
Error 2 Cannot register assembly "C:\Documents and Settings\DBEGCLE\My Documents\Visual Studio 2005\Projects\xxxx\AppCprTx\bin\Debug\AppCprTx.dll". Signature of the body and declaration in a method implementation do not match. Type: 'AppCprTx.CCpy'. Assembly: 'AppCprTx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e87ea4c0a26af6ba'. AppCprTx
Anyone know how to go about tracking down this problem
TIA

"Signature of the body and declaration in a method implementation do not match"