I just fired up one of my Visual Studio development computer and loaded a project. When I click to build I get this message and the CPU and GPConnNet.dll
"Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "GPConnNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64", "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. MyGPCustomizations"
This computer has an Intel Processor and none of my other VS are giving me this message. The build is successful but I would prefer not to get this message every time I build the project. Is there a way to get rid of this?
*This post is locked for comments