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

osx-arm64:not support #10

Open
shshshdy opened this issue Apr 28, 2024 · 3 comments
Open

osx-arm64:not support #10

shshshdy opened this issue Apr 28, 2024 · 3 comments

Comments

@shshshdy
Copy link

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'HPCsharp, Version=3.17.1.0,...

@EydenJones
Copy link

EydenJones commented May 3, 2024

I have the same exception when i run the code for x86
and also have this warning..
Warning MSB3270 There was a mismatch between the processor architecture of the project being built "x86" and the processor architecture of the reference "....

Is the code not able to run on x86?

Could it be you need to change this to anycpu

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <DocumentationFile>bin\Release\netstandard2.0\HPCsharp.xml</DocumentationFile>
    <WarningLevel>3</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PlatformTarget>**x64**</PlatformTarget>  <<<-------
  </PropertyGroup>

@DragonSpit
Copy link
Owner

There is an example project HPCsharpExamples directory. It built and ran successfully with 3.17.0 (the latest version in nuget.org) version of HPCsharp. Your run is showing an error with 3.17.1, which is beyond the latest released version of HPCsharp.

@DragonSpit
Copy link
Owner

Apple support is not currently tested, due to lack of access to an Apple computer.

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