Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Sometimes we get the following warning on the output console:
There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “mscorlib”, “AMD64”. 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.
As far as I remember this warning can be ignored. Or will it result in a performance or funtionality loss?
Hi,
it means: the created project targets a processor architecture that differs from the library’s (mscorlib) processor architecture that it refers to.
It is a glitch which does not cause harm. Therefore, it can be ignored and will not impact your analyses in any way.
Thank you for your question and have fun with Soley Studio!
You must be logged in to reply to this topic.