0

I'm crazy with WPtoolkit. I'm using nuget to install the WPtoolkitbecause I want to use contextmenu in my project. But every time I install in to my project, it popped up this a dialogue show me "WPtoolkit 4.2013.08.16 already installed!"

enter image description here

BUT I CAN'T FIND IT IN MY PROJECT!!

Anyone know what's wrong with my project or my VS2012?

Vigor
  • 1,706
  • 3
  • 26
  • 47

1 Answers1

0
  1. Open packages.config and remove the following line:

  2. Just in case, open Package Manager Console and run:

    Uninstall-Package WPtoolkit

  3. Try running the following command again:

    Install-Package WPtoolkit

Toni Petrina
  • 7,014
  • 1
  • 25
  • 34