What the heck is this error ?

J

james

I am getting this and I have no idea what it means. All I did was
install VS.Net 2003 and re-load my 2002 version project and
re-compile

Thanks,

JIM

Signature of the body and declaration in a method implementation do not
match.
Type: MyType.
Assembly: MyApp, Version=3.0.1355.26622, Culture=neutral,
PublicKeyToken=null."Assembly: MyApp, Version=3.0.1355.26622,
Culture=neutral, PublicKeyToken=null." } System.Exception

System.TypeLoadException: Signature of the body and declaration in a method
implementation do not match. Type: MyType. Assembly: MyApp,
Version=3.0.1355.26436, Culture=neutral, PublicKeyToken=null.
at MyType.InitializeComponent()
at MyType..ctor() in d:\MyType.cs:line 103
<snip rest of trace>
 
G

Grant Richins [MS]

Do you have incremental build turned on or off? It's possible that the
compiler is generating a bad image.
 
J

james

Yes I had incremental build turned on, but I just turned it off,
and did a re-build and get them same problem. Any other
ideas ?

Thanks,

JIM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top