<?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 Geodatabase v100.1 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46318#M528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am trying work with geodatabase in ArcGISRuntime v100.1 for .NET. I created from .tif files .gdb folder (with files), but when i want load data, it throw exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #5491c9;"&gt;Geodatabase &lt;/SPAN&gt;geodatabase = &lt;SPAN style="color: #0000ff;"&gt;await&lt;/SPAN&gt; &lt;SPAN style="color: #5491c9;"&gt;Geodatabase&lt;/SPAN&gt;.OpenAsync(&lt;SPAN style="color: #993300;"&gt;@"C:\Users\myname\Desktop\MapTest.gdb"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;-&amp;gt; Exception: ErrorCode = 20, Message = "No data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What that mean? Is even possible load .gdb in v100.1? I found some examples with .geodatabase for v100.1, but when i want generate it in ArcMap (ArcGIS Runtime Content) it show few errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/381818_errors.png" style="width: 620px; height: 83px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;What is the best way for load &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;a large number of .tif files to layers? I thought about create for each file one Raster and then RasterLayer, but how can i effective set data about each Raster? I have actualy .mdb file with this informations (minx, maxx, miny, maxy,..). Is possible generate .json file for my rasters from .gdb?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks for every idea!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Oct 2017 19:59:09 GMT</pubDate>
    <dc:creator>janea90</dc:creator>
    <dc:date>2017-10-29T19:59:09Z</dc:date>
    <item>
      <title>Geodatabase v100.1</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46318#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am trying work with geodatabase in ArcGISRuntime v100.1 for .NET. I created from .tif files .gdb folder (with files), but when i want load data, it throw exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #5491c9;"&gt;Geodatabase &lt;/SPAN&gt;geodatabase = &lt;SPAN style="color: #0000ff;"&gt;await&lt;/SPAN&gt; &lt;SPAN style="color: #5491c9;"&gt;Geodatabase&lt;/SPAN&gt;.OpenAsync(&lt;SPAN style="color: #993300;"&gt;@"C:\Users\myname\Desktop\MapTest.gdb"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;-&amp;gt; Exception: ErrorCode = 20, Message = "No data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What that mean? Is even possible load .gdb in v100.1? I found some examples with .geodatabase for v100.1, but when i want generate it in ArcMap (ArcGIS Runtime Content) it show few errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/381818_errors.png" style="width: 620px; height: 83px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;What is the best way for load &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;a large number of .tif files to layers? I thought about create for each file one Raster and then RasterLayer, but how can i effective set data about each Raster? I have actualy .mdb file with this informations (minx, maxx, miny, maxy,..). Is possible generate .json file for my rasters from .gdb?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks for every idea!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 19:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46318#M528</guid>
      <dc:creator>janea90</dc:creator>
      <dc:date>2017-10-29T19:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase v100.1</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46319#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jana,&lt;/P&gt;&lt;P&gt;I have the same issue but with ".geodatabase" file. I have tried to load the same data and it worked from Runtime samples code, but did not work from my. I found that my application is UWP and sample application is WPF. I have generated new ArcGIS Runtime for WPF application, pasted my code and it worked.&lt;/P&gt;&lt;P&gt;I am new to ArcGIS Runtime too, but I haven't found that you can load ".gdb" databases to Runtime application. I have made my ".geodatabase" file from ArcMap. At startup I have got errors like you, but I checked and eliminated errors.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 11:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46319#M529</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2017-10-31T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Geodatabase v100.1</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46320#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File Geodatabases aren't supported. You will have to export the data to an "ArcGIS Runtime Geodatabase" (using the ArcGIS Runtime Content tool) for it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geodatabase-v100-1/m-p/46320#M530</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-10-31T19:47:20Z</dc:date>
    </item>
  </channel>
</rss>

