On Dec 1, 6:34 pm, EddiRae <[email protected]> wrote: > 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 onhttp://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?
Lots of things change with the API all the time: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChangelog without a link, your guess is as good as mine as to whether it would effect your map. This group supports the Google Maps API, not asp.net for .NetFramework 2.0, which is what the code you posted appears to be (not an invitation to post more code...). -- Larry -- 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.
