Add Bing Maps to a Windows Store app
Bing Services
Important: |
|---|
You must perform the following steps for your C#/Visual Basic/C++ app project to work correctly with Bing Maps. Detailed instructions are provided below.
|
JavaScript apps
If you want to create a Windows Store project that uses JavaScript, see Developing a Windows Store app using JavaScript in the Bing Maps AJAX Control 7.0 documentation.
Requirements for C#, Visual Basic and C++ apps
Adding Bing Maps to your app
Adding Bing Maps to a C# or Visual Basic app
-
In Visual Studio, select PROJECT > Add Reference.
-
Expand Windows, and then select Extensions.
-
Select Bing Maps for C#, C++, or Visual Basic and Microsoft Visual C++ Runtime Package, and then click OK.
-
Select BUILD > Configuration Manager.
-
Set Active solution configuration to Debug.
-
Set Active solution platform to ARM, x64 or x86.
-
Click Close.
Adding Bing Maps to a C++ app
-
In Visual Studio, select PROJECT >yourProjectName Properties.
-
Click Add New Reference.
-
Expand Windows, and then select Extensions.
-
Select Bing Maps for C#, C++, or Visual Basic, and then click OK.
Click OK again. -
Select BUILD > Configuration Manager.
-
Set Active solution configuration to Debug.
-
Set Active solution platform to ARM, Win32 or x64.
-
Click Close.
Important: