Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Azure.Graphs SDK 0.3.0 built for AMD64 #361

Closed
dzrhythm opened this issue Oct 6, 2017 · 2 comments
Closed

Microsoft.Azure.Graphs SDK 0.3.0 built for AMD64 #361

dzrhythm opened this issue Oct 6, 2017 · 2 comments

Comments

@dzrhythm
Copy link

dzrhythm commented Oct 6, 2017

The latest 0.3.0 release for the Microsoft.Azure.Graphs SDK appears to target the AMD64 processor. The .net standard version will not run in Azure App Services and the net461 version won't even run locally for me, both due to BadImageFormatException.

Though the projects target "Any CPU", Visual Studio gives the warning:

Warning MSB3270 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\XXX.nuget\packages\microsoft.azure.graphs\0.3.0-preview\lib\netstandard1.6\Microsoft.Azure.Graphs.dll", "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.

@VincentK76
Copy link

Fyi, this problem has been resolved in version 0.3.1-preview package.

@olivertowers
Copy link
Member

Issue fixed with 0.3.1-preview package. See release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants