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

Could not load file or assembly 'Esri.FileGDBAPI.DLL' or one of its dependencies. The specified module could not be found #35

Open
elvischan0302 opened this issue Oct 29, 2020 · 2 comments

Comments

@elvischan0302
Copy link

I have a web application using C# with .net framework 4.6.1. System throws an error "Could not load file or assembly 'Esri.FileGDBAPI.DLL' or one of its dependencies. The specified module could not be found".
I have already put FileGDBAPI.dll and FileGDBAPID.dll into bin folder.
Does anyone know what's problem?

@kuntadynithesh
Copy link

I am facing the same issue . tried all the solutions provided . Copying to same directory and rest . None seems to be working

@DGuidi
Copy link

DGuidi commented Mar 20, 2021

I tried a web application in iis and it works for me. Try to check to build a x64 web app and deploy to iis in a 64bit manchine using default app pool, or build a 32bit web app and enable 32bit execution in the same default app pool

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