Esri / file-geodatabase-api

FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Apache License 2.0
154 stars 60 forks source link

vs2019(professional) in break mode, can't find geodatabase.cpp #34

Open yunpeng880 opened 4 years ago

yunpeng880 commented 4 years ago

Hi, Esri team.

we have met an serious issue for many days. our develpment environment: OS: win10 64bit. WPF, c# ,.Net core 3.1, x64 output. (x86output has the same issue) vs often goes into break mode and prompts: can't find geodatabase.cpp after we use Esri.FileGDBAPI.dll(1.5.1) to operate gdb file.

when we use netframework4.6.1,the issue is still there.

we close the Geodatabase at the last object after openning it. there are other things we need to do to solve the issue? thanks.