As a beginner, I followed the procedure at http://msdn.microsoft.com/en-us/library/cc879136.aspx in order to develop a Bing Map.
Following Steps 3 through 7, I opened the
Default.aspx.cs. However, received an error for
using VEStagingToken;
Error 1 The type or namespace name 'VEStagingToken' could not be found (are you missing a using directive or an assembly reference?) C:\Exercise\SilverLight\GIS\VESilverlightApp\VESilverlightApp.Web\Default.aspx.cs 14 7 VESilverlightApp.Web
In the project's Web References, I did have added VEStagingToken (https://staging.common.virtualearth.net/find-30/common.asmx
)
But my program does not recognize it. Can anyone debug it for me? Thanks.