Sepnita75 / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

Build error with 64bit version #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Google.OrTools.NET.VisualStudio2013-64b.3853.zip or use NuGet
2. Add reference to Google.OrTools
3. Build

What is the expected output? What do you see instead?

A working project is expected, an error is what I get:

There was a mismatch between the processor architecture of the project being 
built "MSIL" and the processor architecture of the reference "Google.OrTools, 
Version=1.0.3853.11235, Culture=neutral, processorArchitecture=x86", "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.

If I use the 32bit version Google.OrTools.NET.VisualStudio2013-32b.3853.zip it 
does work.

What version of the product are you using? On what operating system?

- Google.OrTools.NET.VisualStudio2013-64b.3853.zip
- Windows 8.1 Enterprise
- Intel(R) Core(TM) i7 CPU 860 @ 2.80ghz
- Visual Studio 2013 

Please provide any additional information below.

If I use the Google.OrTools.NET.VisualStudio2013-32b.3853.zip version it does 
work.

Original issue reported on code.google.com by t...@checkthis2.nl on 17 Jun 2015 at 7:10