Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to Use Nuget with MvvmCross - PCL
    text
    copied!<p>Following the tutorial for mvvmcross here: <a href="http://www.youtube.com/watch?v=_DHDMNB_IeY&amp;list=PLR6WI6W1JdeYSXLbm58jwAKYT7RQR31-W&amp;index=1" rel="nofollow noreferrer">http://www.youtube.com/watch?v=_DHDMNB_IeY&amp;list=PLR6WI6W1JdeYSXLbm58jwAKYT7RQR31-W&amp;index=1</a></p> <p>I've set up my PCL xml files to include MonoTouch and Mono for Android as instructed here: <a href="http://slodge.blogspot.co.uk/2013/04/my-current-pcl-setup-in-visual-studio.html" rel="nofollow noreferrer">http://slodge.blogspot.co.uk/2013/04/my-current-pcl-setup-in-visual-studio.html</a></p> <p>If I try to use nuget I get an error that an item with the same key has already been added: <img src="https://i.imgur.com/woOg2Le.png" alt="screenshot"></p> <p>I can add other project types to the solution and NuGet works fine, it's something specific to PCL projects. Here is the console output:</p> <pre><code>PM&gt; Install-Package MvvmCross.HotTuna.StarterPack Attempting to resolve dependency 'MvvmCross.HotTuna.CrossCore (≥ 3.0.8.1)'. Attempting to resolve dependency 'MvvmCross.PortableSupport (≥ 3.0.8.1)'. Installing 'MvvmCross.PortableSupport 3.0.8.1'. Successfully installed 'MvvmCross.PortableSupport 3.0.8.1'. Installing 'MvvmCross.HotTuna.CrossCore 3.0.8.1'. Successfully installed 'MvvmCross.HotTuna.CrossCore 3.0.8.1'. Installing 'MvvmCross.HotTuna.StarterPack 3.0.8.1'. Successfully installed 'MvvmCross.HotTuna.StarterPack 3.0.8.1'. Adding 'MvvmCross.PortableSupport 3.0.8.1' to BLUBCNMOBL.Core. Uninstalling 'MvvmCross.PortableSupport 3.0.8.1'. Successfully uninstalled 'MvvmCross.PortableSupport 3.0.8.1'. Install failed. Rolling back... Install-Package : An item with the same key has already been added. At line:1 char:1 </code></pre> <p>Microsoft Visual Studio Premium 2012 (Version 11.0.60315.01 Update 2) Nuget v 2.5</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload