c# - Warning in publishing MVC -


i m getting warning while publishing code

there mismatch between processor architecture of project being built "msil" , processor architecture of reference

"path", "x86". mismatch may cause runtime failures.

please consider changing targeted processor architecture of project through configuration manager align processor architectures between project , references,

or take dependency on references processor architecture matches targeted processor architecture of project.

how solve process , have tried make in build manager .. m getting same error

go build-->configuration manager menu , change of platforms same - x86. make sure both debug , release configurations.

following on reply : you'll have make sure each referenced dll compiled same platform - ie x86 or x64.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -