Advertisement
Guest User

Untitled

a guest
Nov 8th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Each package is licensed to you by its owner. NuGet is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may include dependencies which are governed by additional licenses. Follow the package source (feed) URL to determine any dependencies.
  2.  
  3. Package Manager Console Host Version 3.4.4.1321
  4.  
  5. Type 'get-help NuGet' to see all available NuGet commands.
  6.  
  7. PM> Install-Package wkhtmltox
  8. Attempting to gather dependency information for package 'wkhtmltox.1.0.0' with respect to project 'wkhtmltox-test', targeting '.NETFramework,Version=v4.5.2'
  9. Attempting to resolve dependencies for package 'wkhtmltox.1.0.0' with DependencyBehavior 'Lowest'
  10. Resolving actions to install package 'wkhtmltox.1.0.0'
  11. Resolved actions to install package 'wkhtmltox.1.0.0'
  12. GET https://api.nuget.org/packages/wkhtmltox.1.0.0.nupkg
  13. OK https://api.nuget.org/packages/wkhtmltox.1.0.0.nupkg 401ms
  14. Installing wkhtmltox 1.0.0.
  15. Adding package 'wkhtmltox.1.0.0' to folder 'c:\users\user\documents\visual studio 2015\Projects\wkhtmltox-test\packages'
  16. Added package 'wkhtmltox.1.0.0' to folder 'c:\users\user\documents\visual studio 2015\Projects\wkhtmltox-test\packages'
  17. Install failed. Rolling back...
  18. Package 'wkhtmltox.1.0.0' does not exist in project 'wkhtmltox-test'
  19. Removing package 'wkhtmltox.1.0.0' from folder 'c:\users\user\documents\visual studio 2015\Projects\wkhtmltox-test\packages'
  20. Removed package 'wkhtmltox.1.0.0' from folder 'c:\users\user\documents\visual studio 2015\Projects\wkhtmltox-test\packages'
  21. Install-Package : Failed to add reference to 'wkhtmltox'.
  22. At line:1 char:1
  23. + Install-Package wkhtmltox
  24. + ~~~~~~~~~~~~~~~~~~~~~~~~~
  25. + CategoryInfo : NotSpecified: (:) [Install-Package], Exception
  26. + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
  27.  
  28. PM>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement