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

Failure to load native assembly into .NET process #33

Closed
AaronRobinsonMSFT opened this issue Sep 24, 2020 · 0 comments · Fixed by #34
Closed

Failure to load native assembly into .NET process #33

AaronRobinsonMSFT opened this issue Sep 24, 2020 · 0 comments · Fixed by #34
Labels
bug Something isn't working

Comments

@AaronRobinsonMSFT
Copy link
Owner

The following is too restrictive when loading a DNNE native binary into a process with an already loaded .NET Core instance.

static bool is_failure(int rc)
{
return (rc != DNNE_SUCCESS);
}

A return value of 1 (S_FALSE) is returned if the initialization succeeded due to an existing runtime instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant