.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
Post a Comment