My executable is giving me this Link error:
LINK : fatal error LNK1256: ALINK operation failed (80040421) : Executables
cannot be satellite assemblies, Culture should always be empty.
Does anyone know what this means or how to fix it?
Platform: Visual C++ 2005 Express Edition
Regards.
poojo hackma - 14 Jul 2006 21:50 GMT
Found it.
Under the Project's Properties settings, I have set a value for
Configuration Properties->Resources->Culture setting and included this value
in the AssemblyInfo.cpp file under [assembly:AssemblyCultureAttribute("")].
I removed these two, and the Project runs fine.