turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

build warning (processor architecture) #230

Closed mmunchandersen closed 7 years ago

mmunchandersen commented 8 years ago

Everything works, howerver, I'm getting the following warning in my asp.net mvc5 project:

"There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "i18n.PostBuild", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."

My web-project is set to "Any CPU" under "Project properties" -> "Build" -> "platform target"

turquoiseowl commented 7 years ago

Please re-open if necessary, thanks.