I'm having issues getting my Esri.FileGDBAPI.DLL
to work. I have the other two files, FileGDBAPI.dll, FileGDBAPID.dll
in my bin
folder. I can only add the Esri dll to my references, the other two I get an error saying that they can't be added because they either aren't accessible, not COM components or valid assemblies.
This is the error I get when running it:
A procedure imported by 'Esri.FileGDBAPI.DLL' could not be loaded.
By the way, I also have the FileGDB_DotNet.dll
file in my Windows/system
directory and I'm using .Net4.0. Thanks!