Reputation: 4692
I have been trying to compile the project from http://www.shabdar.org/google-maps-user-control-for-ASP-Net-part1.html but it is complaining
I have copied the required files. What am I missing?
Upvotes: 0
Views: 1849
Reputation: 11
-you delete GoogleMapForASPNet.ascx, and creat new WebUserControl, set name =GoogleMapForASPNet.ascx you coppy code last GoogleMapForASPNet.ascx into this. now it's ok
-The type or namespace name 'GoogleObject' -> you not coppy forder app_code , you coppy two file .cs into project-> ok!
Upvotes: 1
Reputation: 81
Just downloaded the project from the link you specified, opened it in Visual Studio 2010, did the requested conversion, compiled and run it without any problems.
What version of VS are you using?
Upvotes: 2