Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8845071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:38:54+00:00 2026-06-14T11:38:54+00:00

I tried to add a Reference to Bing Maps in my app by right-clicking

  • 0

I tried to add a Reference to Bing Maps in my app by right-clicking on References | Add References | Windows | Extensions | Bing Maps for C#…, but selecting “OK” does nothing – the Reference is not added.

I then tried adding it via Tools | Extensions and Updates, but when I installed the latest version (with today’s date – 11/5/2012), I then got:

Successfully installed 'BingMapAppSDK 1.0.1011.1716'.
Successfully uninstalled 'BingMapAppSDK 1.0.1011.1716'.
Install failed. Rolling back...
Could not install package 'BingMapAppSDK 1.0.1011.1716'. You are trying to install this package into a project that targets '.NETCore,Version=v4.5', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.

Now the button there (at Tools | Extensions and Updates | Bing Maps SDK for C#… says “Uninstall” so it is apparently installed, but why can I not add the Reference to my project?

UPDATE

It’s not just Bing Maps that won’t let itself be added to my project’s References; when I try to add “Microsoft Visual C++ Runtime Package,” it also will not be added; there’s no err msg when I select it, it simply doesn’t get added…

I have another project which has “Bing Maps for C#…” installed as a Reference. Why that one would work and the other one not is both a conundrum and an irritation.

The bizarre thing is that, according to Extensions and Updates Installed | SDKs, in the working project the only Bing Maps SDK installed is the one for JavaScript… and yet my project does have a Reference to “Bing Maps for CE, C++, or VB”…???

Yet if I go to Extensions and Updates | Online | Visual Studio Gallery and search for “bing maps” the search results contains “Bing Maps SDK for Windows Store apps” with a green check, indicating it is installed.

Could it be my project’s configuration? The project that works is set for Debug, x86. The one that doesn’t work is set to Debug, Any CPU…???

And if I’m doing something wrong, why is the “Filtered to: SDKs applicable to displaying (among other things) “Bing Maps for C#, C++, or VB”?

IOW, it’s teasing me that it’s available, but won’t allow it to be added…argghhhh!!!

UPDATE 2

Maybe this could be a clue to my problem: In Tools | Extensions and Updates, Bing Maps SDK for Windows Store apps appears in the “Tools” category as opposed to the SKDKs category (although Bing Maps SDK for JavaScript) is in the SDKs category…

UPDATE 3

Based on Mayank’s suggestion, I tried to browse to and add the .dll

That not only didn’t work, but also gave me an err msg:

“A reference to C:\Users\Clay\AppData\Local\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Bing.Maps.Xaml\1.0\DesignTime\CommonConfiguration\x86\Bing.Maps.Design.dll’ could not be added. The project targets ‘.NETCore’ while the file reference targets .NETFramework’. This is not a supported scenario.

If this is truly the problem, how do I switch from .NETCore to .NETFramework? I’m certain I did not explicitly choose .NETCore at any time for this project…

UPDATE 4

Elsewhere somebody suggested I compare the .csproj files of an app that does work with the Bing Maps and the one that doesn’t. Here’s is what I have come up with:

I noticed that the app that IS working with Bing Maps has this in the .csproj file, whereas the other one doesn’t:

<Compile Include="DataModel\SampleDataSource.cs" />
    <Compile Include="Common\BindableBase.cs" />
    <Compile Include="Common\BooleanToVisibilityConverter.cs" />
    <Compile Include="Common\BooleanNegationConverter.cs" />
    <Compile Include="Common\LayoutAwarePage.cs" />
    <Compile Include="Common\RichTextColumns.cs" />
    <Compile Include="Common\SuspensionManager.cs" />
    <Compile Include="SQLite.cs" />
    <Compile Include="SQLiteAsync.cs" />
    <Compile Include="ViewModel\StorageUtils.cs" />
    <Compile Include="View\SectionN.xaml.cs">
      <DependentUpon>SectionN.xaml</DependentUpon>
    </Compile>

…although curious (why does one include all of those files, and the other doesn’t?), I don’t see why this would be a problem.

Also, the working app contains this:

</PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TSLsARM|
AnyCPU'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\TSLsARM\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
. . .

UPDATE 5

This is in response to JuStDaN:

Both solutions (the one that has the Bing Maps for Windows Store apps

reference, and the one that won’t accept it) references the “.NET for

Windows Store apps” SDK, with these property settings:

Identity = .NETCore,Version=v4.5; 
Version=4.5.0.0; 
Path=C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\

Both have Application.Target framework=blank; Output: Windows Store app
Application.Build.Configuration=Active (Debug); Platform: Active (x86)

I have at least a couple of other solutions that won’t accept new references, either. It’s as if the Bing Maps for Windows Store reference installed once, and then refused to ever again…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:38:57+00:00Added an answer on June 14, 2026 at 11:38 am

    One must check the checkbox.

    So obvious, yet “invisible” to me – it seemed selecting the item should have been enough, and I paid no attention to/didn’t “see” the checkbox. Perhaps one shouldn’t be allowed to select “OK” with nothing selected/checked? And a hint telling you to check a checkbox?

    Here’s the answer:

    http://social.msdn.microsoft.com/Forums/en-US/toolsforwinapps/thread/075ba866-fd8b-41d3-ab5e-a3c0812ab430

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've tried the add() method but nothing is displayed when I try to add
I tried to add JRadioButton into JTable by using CellEditor and CellRenderer , but
I'm trying to use a bing maps control on a windows phone 7 silverlight
I am using System.Xml.Linq But is unable to add an reference to it, the
I tried to add search fields in Django using python. Followings are the codes
I tried some add to favorties JavaScript scripts.. With IE8, I get an access
I tried to add buttons, textboxes and text to tableview. I want the row
I tried to add a merge strategy to my .gitattributes file in my repository.
I tried to add a facebook share link to a jekyll bootstrap page, however
When I tried to add a connection it is showing the following error as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.