lnk2022

Linker Error: LNK2022

I am trying to use boost threads in a project having common language runtime support. I get the following linker error. error LNK2022: metadata operation failed (8013119F) : A TypeRef exists which should, but does not, have a corresponding TypeDef: (dummy): (0x01000073). If i comment the line instantiating the boost thread, i do not get...

LNK2022: metadata operation failed : Inconsistent field declarations in duplicated types

Hello, I have problem with compiling my C++ .NET project. I have read http://stackoverflow.com/questions/810827/lnk2022-metadata-operation-failed-driving-me-insane -- and this is not my case, because in my case i cannot compile one single project -- it fails at link time. i tried all (two) solutions from that topic and that didn't help ...