Hello, I have a website that I am using the Google Maps API Key and the Geocoding. This was working up until about two weeks ago.
I verified the key that I am using and I have the correct API Key. I am getting this error: You need to set the GoogleMaps API Key on http://www.google.com/apis/maps/ I am using asp.net for .NetFramework 2.0. I have tried on both IE 7.0 and Firefox and I get the same message. Here is my code: In the Form for the page, I have this for the Google Map. <cc1:GMap ID="GMap1" runat="server" enableHookMouseWheelToZoom="True" Height="600px" Width="600px" /> In the Source code, I have this GoogleKey = System.Configuration.ConfigurationManager.AppSettings.Get ("GoogleMapKey") GMap1.Key = GoogleKey GMap1.Add(New GControl(GControl.preBuilt.LargeMapControl)) Has anything changed with the API or the Geocode that I would be getting this error? Thanks!! Eddi Rae -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
