I'm just trying to get the Quick Start Guide example running and not having much luck. This is the 5.0 evaluation edition in a Silverlight 4 Application under VS 2010. I've tried both the 3.5 and 4.0 Frameworks. No matter what, running the application results in an unhandled code 4004 ManagedRuntimeError -> TargetInvocationException that wants to spawn a new VS instance for debugging.
I would assume this is because I have no SiverlightMapConnector present, but the application fails even if I do nothing more than simply place the map onto the page without even adding any code to provide map data (it fails with and without this code). Why do I have no SilverlightMapConnector? That's the other problem. I have supposedly added it to the designer toolbox (it shows up checked via the Choose Items), but the control itself never appears in the toolbox. I've tried restarting and removing/readding the control and it refuses to appear anywhere in the toolbox.
Any suggestions? Surely somebody has run into this problem before.