Mirza Sahaib
Mirza Sahaib

Reputation: 137

Windows 8.1 Bing map control

I have added the bing map reference and name space but when I drag and drop the map control to my designer it give me an error.

A reference to "Bing.Maps.Xaml, Version=1.313.0825.0" has been added to the project.In Order to use types from the new reference,Press ok to restart the XAML Designer. After the XAML Designer restarts, Re-create the control on the artboard.

I have restarted the xaml designer and tried new project but all in vein.

Upvotes: 2

Views: 2069

Answers (3)

Mirza Sahaib
Mirza Sahaib

Reputation: 137

in vs2013, Select BUILD from the main menu, then Configuration Manager. Choose x86 its done

Upvotes: 2

Onur Tırpan
Onur Tırpan

Reputation: 537

I think you can download http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples samples (it contains 200 samples for "Windows 8.1").

And you can have a look what BingMap app sample does thing different than your app (and also maybe you can try to add sample's dll to your application, there could be a version difference.)

Upvotes: 1

user1427912
user1427912

Reputation:

Create an app with Bing Maps (for Windows 8.1) read msdn.

Upvotes: 1

Related Questions