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

Unable to find an entry point named 'CSharp_OpenEx' in DLL 'gdal_wrap' Error in Deployed Environment #6085

Closed
KristaDunlap opened this issue Jul 18, 2022 · 1 comment

Comments

@KristaDunlap
Copy link

Expected behavior and actual behavior.

I am able to use Gdal.OpenEx() locally, but when my code is deployed to my environment I get the following error: "Unable to find an entry point named 'CSharp_OpenEx' in DLL 'gdal_wrap'."

Steps to reproduce the problem.

string[] openOptions = { };
var sourceDataset = Gdal.OpenEx(inputGmlFilename, 4, null, openOptions, null);

Operating system

Windows Server 2019 Standard, version 1809

GDAL version and provenance

3.5.0 from nuget package GDAL

@rouault
Copy link
Member

rouault commented Jul 18, 2022

this looks like a usage issue, like not having the C# bindings and/or native GDAL DLL in your PATH. Consult https://gdal.org/api/csharp/index.html

@rouault rouault closed this as completed Jul 19, 2022
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

2 participants