.net assembly - Elusive processor architecture mismatch during publish of a web application -


our team developing web application targeted x64. project references , dependencies targeting x64 (i verified .csproj files , assemblies). there no latebound references in configuration files.

everything compiles , runs fine under iis 8.x express. when publishing see

invalid assembly platform or contenttype in file

in fusion log. occurs during run of aspnet_compiler.exe part of publish. seems indeed, there kind of processor architecture mismatch, where?

i checked target framework , target profile. web project's framework .net 4.5. dependencies 4.5 or lower, , profile non-client one.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -