Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I tried to create Visual Studio Shell Isolated application, but when i run the app see following error:

"LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt"

does somebody solved this error?
Posted

SQL
The file is corrupt.
The file is not a valid file type. An example of an invalid type is a 16-bit OMF object.


http://msdn.microsoft.com/en-us/library/7dz62kfh(v=VS.71).aspx[^]
 
Share this answer
 
Comments
cass3000 16-Jul-12 13:32pm    
The error occurred since the project was created. I create the project and when I run it, without any changes, the error appears. So i don't think a corrupt file is causing this error.
Well, finally I think I found, not the solution, but the cause:

In fact, the probably cause is corrupt files generated by VS 2012 RC. I assume this because I repeated the same steps in another PC without VS 2012 RC and it worked perfectly.
 
Share this answer
 
I heard you need to install the SP1 for VS2010. Got the same problem ;-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900