asp.net i cannot install nuGet package

Simon 446 Reputation points
2025-05-18T18:33:20.68+00:00

i am trying to install package and it is not working

like the item: JQuery-datetimepicker

i press install, it is trying like a few minutes, and then it is not installed

the same if i try to install Itext7

how i can fix this to be posible to install packess

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
439 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 76,856 Reputation points Volunteer Moderator
    2025-05-19T01:16:29.74+00:00

    The jquery datetimepicker is a 10 year package and not current. The current version is a npm package. Try:

    https://github.com/xdan/datetimepicker

    itext7 current version supports .net 4.6.1 and .netstandard 2.0 and should install without issues.

    what version of the framework are you using and what tool to install the packages?


  2. Simon 446 Reputation points
    2025-05-19T18:51:13.6433333+00:00

    framework 4.8.1

    and i use NuGet Package Manager

    i select from the left side "Zebble.ItemPicker"

    and in the right side it get sslected it says Version Latest stable 3.12.176

    and i press "Install" and it is working and then it sayes "install" thet mens it is not instaled


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.