System.IO.FileLoadException: A procedure imported by Esri.FileGDBAPI.dll could not be loaded
System.IO.FileLoadException: A procedure imported by Esri.FileGDBAPI.dll could not be loaded
I have a console app written in C# using VS2017. The above error happens on load and it immediately crashes.
The console app works properly on the development machine, of course. I have Framework 4.5.2. loaded on the server where this needs to run.
Are you using the new .net core?
The server the customer had was running server 2008. Moved to another server running 2012 and then installed VS on that machine so I could see what was happening. It works great there. So something odd with the older server or framework or something,
Another question: Is there a way to get the record count after searching?