<?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 Bing Geocode Issues in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424809#M10941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to add the Bing Geocoding function to my existing web applications - I'm using v2.0 of the API and ArcGIS Server 9.3. I currently have a Bing Maps basemap working with the token service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the issue is this line here&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
geocoder = new Geocoder(Application.Current.Resources["xxxxxxxx_Xxxxxxxxxx_xxxxxxxxx"] as string);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I select the search button, I get the message "Error: Credentials are either invalid or unspecified"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any input? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 17:05:51 GMT</pubDate>
    <dc:creator>TylerMunn</dc:creator>
    <dc:date>2011-02-09T17:05:51Z</dc:date>
    <item>
      <title>Bing Geocode Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424809#M10941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to add the Bing Geocoding function to my existing web applications - I'm using v2.0 of the API and ArcGIS Server 9.3. I currently have a Bing Maps basemap working with the token service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the issue is this line here&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
geocoder = new Geocoder(Application.Current.Resources["xxxxxxxx_Xxxxxxxxxx_xxxxxxxxx"] as string);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I select the search button, I get the message "Error: Credentials are either invalid or unspecified"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any input? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 17:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424809#M10941</guid>
      <dc:creator>TylerMunn</dc:creator>
      <dc:date>2011-02-09T17:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Geocode Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424810#M10942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have the Bing Maps Key stored as an application resource string, and are you referencing that key with a name that you have represented as the xxx's?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 17:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424810#M10942</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-02-09T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Geocode Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424811#M10943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the Token hardcoded in both the XAML (works fine), as well as the C#&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 19:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424811#M10943</guid>
      <dc:creator>TylerMunn</dc:creator>
      <dc:date>2011-02-09T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Geocode Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424812#M10944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your code looks otherwise. If you had it hardcoded, it would look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;geocoder = new Geocoder("abc........xyz");&lt;/PRE&gt;&lt;SPAN style="font-family:Arial;"&gt;&lt;BR /&gt;Your code shows you referencing an application resource.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 19:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424812#M10944</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-02-09T19:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Geocode Issues</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424813#M10945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right - I had actually tried that earlier and received a webpage error instead and thought they may have been related. Novice/Self Taught Developer here - looks like it's time to troubleshoot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-geocode-issues/m-p/424813#M10945</guid>
      <dc:creator>TylerMunn</dc:creator>
      <dc:date>2011-02-09T20:19:22Z</dc:date>
    </item>
  </channel>
</rss>

