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.I believe the issue is this line here
geocoder = new Geocoder(Application.Current.Resources["xyz_xyz_xyz"] as string);
When I select the search button, I get the message "Error: Credentials are either invalid or unspecified"Any input? Thanks.