Hello,
I have a huge folder with a .gdb content in it and want to display it via ArcGis .Net I found out that I have to use :
Geodatabase gdb = await Esri.ArcGISRuntime.Data.Geodatabase.OpenAsync();
But what I always get is a "Unable to open the database file : " Error.
So I read that I have to set up a ArcGis Server, currently we have such a Server Licence here in the Company. So I managed to Install the Server and see a "SampleWorldCities" Service running. Now I wanted to add my .gdb into this Server, but there is no way to do it.
I dont have a Arcgis Desktop or ArcMap Licence to do it with that.
So :
How can I access the .gdb files with :
Geodatabase gdb = await Esri.ArcGISRuntime.Data.Geodatabase.OpenAsync();
Thanks for a simple way to do it.