Im migratin a WIN-FORM proyect to a new ASP.NET WEB-PROYECT. The problem is with a dll, this was made from a C++/CLI proyect, when I build the web site I get an error:
Could not load file or assembly 'F3BC4DNI_32' one of its dependencies. The located assembly's manifest definition does not match the assembly reference (Exception de HRESULT: 0x80131040)
Here the full error: Error here
Both proyects are using framework v4.
C++/CLI win32
Does anybody knows what could it be?
Thanks