Reputation: 15
I am Try to add Google Map Control in My Web Page ...But I got Error Google Object Does not Exist Current context [Are u Missing Assembly Reference??] ..so pl z any one Help Me...
Upvotes: 1
Views: 401
Reputation: 18430
Problem is simple you haven't added the Refrence of the Library and/or Not set the using
for the namespaces.
If you are using GoogleMap Control from Codeplex i think you need to use namespace Artem.GoogleMap.Web
and others. Look in their documentation for help http://googlemap.codeplex.com/documentation
Upvotes: 1