<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;quot;Unable to open the database file : &amp;quot; in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726726#M4985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you generating a Runtime Geodatabase, or are you trying to open a File Geodatabase? (File geodatabases are not supported)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;SPAN lang="DA" style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: DA;"&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm"&gt;https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm&lt;/A&gt;&lt;/SPAN&gt; for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 16:28:26 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2015-04-09T16:28:26Z</dc:date>
    <item>
      <title>"Unable to open the database file : "</title>
      <link>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726725#M4984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to test the ArcGIS map to see if it fits the needs of my app. Unfortunately I have encountered a problem when trying to read a geodatabase created with ArcCatalog or a sample downloaded from the internet. I have tried with a developer licence and Basic license but both return the same error. &lt;/P&gt;&lt;P&gt;The error is: &lt;/P&gt;&lt;P&gt;"Unable to open the database file : "&lt;/P&gt;&lt;P&gt;and it it thrown on line : &lt;/P&gt;&lt;P&gt;Geodatabase geodatabase = await Geodatabase.OpenAsync(@"{path}\db.gdb");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StackTrace:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;StackTrace&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;"&amp;nbsp; at RuntimeCoreNet.Interop.HandleException(Boolean retVal)\r\n&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;at RuntimeCoreNet.CoreFeatureCache..ctor(String databasePath)\r\n&amp;nbsp; &lt;/P&gt;&lt;P&gt;at Esri.ArcGISRuntime.Data.Geodatabase..ctor(String path)\r\n&amp;nbsp; &lt;/P&gt;&lt;P&gt;at Esri.ArcGISRuntime.Data.Geodatabase.OpenAsync(String path)\r\n&amp;nbsp; &lt;/P&gt;&lt;P&gt;at SmartAssArcGISWPF.MainWindow.&amp;lt;MyMapView_Loaded&amp;gt;d__0.MoveNext() in.... &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Has anyone encountered the same problem and found a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The licence for Developer is supposed to contain all functionality, is this one with geodatabase not included?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 08:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726725#M4984</guid>
      <dc:creator>Nicolae_GeorgePopa</dc:creator>
      <dc:date>2015-04-08T08:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to open the database file : "</title>
      <link>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726726#M4985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you generating a Runtime Geodatabase, or are you trying to open a File Geodatabase? (File geodatabases are not supported)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;SPAN lang="DA" style="color: #1f497d; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: DA;"&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm"&gt;https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm&lt;/A&gt;&lt;/SPAN&gt; for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 16:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726726#M4985</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2015-04-09T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: "Unable to open the database file : "</title>
      <link>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726727#M4986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to open a file geodatabase. Thank you for the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 06:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quot-unable-to-open-the-database-file-quot/m-p/726727#M4986</guid>
      <dc:creator>Nicolae_GeorgePopa</dc:creator>
      <dc:date>2015-04-13T06:58:08Z</dc:date>
    </item>
  </channel>
</rss>

