Like others on this list I am trying to set up a basic map using the sample code and am getting many errors of this nature (i.e." 'InitializeComponent' is not declared," "'MyMap' is not declared," etc.) When I mouse over the errors in Visual Web Developer 2010Express, I get the error correction option hints that list the name of my project twice, for example:
"Generate method stub for 'InitializeComponent' in 'SilverlightApplication.SilverlightApplication.MainPage'"
Why is this happening and how can I restructure my project so that these connections link up properly?
Thanks for your help!