I have a C++ windows forms project built using MS Visual Studio 2010. I get the following error when I execute it. error LNK1123: failure during conversion to COFF: file invalid or corrupt
I know it's a common problem discussed in many forums. I tried the solution as well, which is setting
Project Properties -> Configuration Properties - > Linker -> General -> Enable Incremental Linking -> No (/INCREMENTAL:NO)
But I still have the same issue.
anyone knows why it is ?