AriaDebugVC10.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2C0

  • Thread starter Thread starter paul3200
  • Start date Start date
P

paul3200

Guest
When i try to compile a program with Visual Studio 2012 i get the error above, i can use the AriaDebugVC10.dll with other solutions and it creates the exe perfectly fine.

how can i fix this?


1>------ Build started: Project: labs6_and_7, Configuration: Debug Win32 ------
1>AriaDebugVC10.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2C0
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



log file shows

Build started 08/02/2015 19:30:34.
1>Project "C:\PATH TO SOLUTION\labs6_and_7\labs6_and_7.vcxproj" on node 2 (Build target(s)).
1>Link:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\PATH TO SOLUTION\labs6_and_7\Debug\labs6_and_7.exe" /INCREMENTAL /NOLOGO AriaDebugVC10.dll kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level=asInvoker uiAccess=false" /manifest:embed /DEBUG /PDB:"C:\PATH TO SOLUTION\labs6_and_7.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\PATH TO SOLUTION\labs6_and_7\Debug\labs6_and_7.lib" /MACHINE:X86 Debug\wanderAndAvoid.obj
Debug\main.obj
1>AriaDebugVC10.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2C0
1>Done Building Project "C:\PATH TO SOLUTION\labs6_and_7\labs6_and_7.vcxproj" (Build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:00.67

Continue reading...
 
Back
Top