Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i installed visual studio 2013 update 4 and now i want to write windows phone code
but in windows phone design it give me error
this is error:
*************************************
System.Exception
Package failed updates, dependency or conflict validation.

Windows cannot install package App.a9ddd834a.a19c4.a43a9.a9a4f.a820be57d3620 because this package depends on another package that could not be found. This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install. Provide the framework along with this package
***********************************
and this picture of my problem:
My Problem[^]
what should i do?
Posted

1 solution

The exception is telling you that the package you're going to install (hopefully through NuGet) has a dependency package that must be present in order to use this package.

If you're unable to download that (dependency) package from NuGet, you can directly install that package. But from the second Stack Overflow thread, the problems seems to be your license problem. Please update your license before using this package.

Similar threads are:

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/fd4ae8a6-768d-4854-b523-37c414a8c576/microsoftvclibs12000-dependency-exception?forum=wptools[^]
http://stackoverflow.com/questions/20010421/vs-2013-xaml-editor-and-microsoft-vclibs-120-00-debug[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900