asp.net i cannot install nuGet package

Simon 466 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

Developer technologies ASP.NET ASP.NET API
0 comments No comments
{count} votes

Accepted answer
  1. Jack Dang (WICLOUD CORPORATION) 225 Reputation points Microsoft External Staff
    2025-06-19T08:34:55.6333333+00:00

    Hi Simon,

    Thank you for the follow-up. Based on your description, it sounds like you're selecting Zebble.ItemPicker in the NuGet Package Manager for a .NET Framework 4.8.1 project, clicking Install, and although it appears to process, the button reverts to "Install"—indicating the package was not actually installed.

    Let's Troubleshoot This Step-by-Step:

    1. Check the Output Window

    After clicking Install, go to:

    View > Output > Show output from: Package Manager

    Look for any error messages or warnings. These often provide the exact reason why the installation failed (e.g., dependency conflicts, unsupported framework, etc.).

    1. Verify Package Compatibility

    The Zebble.ItemPicker package is primarily designed for Zebble-based mobile applications, not standard ASP.NET or desktop .NET Framework projects. It may not support .NET Framework 4.8.1.

    To confirm:

    • Visit the Zebble.ItemPicker NuGet page
    • Check the Dependencies and Supported Frameworks section.
    • If it only supports .NET Standard or Xamarin, it won’t install into a .NET Framework 4.8.1 project.
    1. Check for Dependency Conflicts

    If your project has strict version constraints or incompatible packages, NuGet may silently fail to resolve dependencies. The console output will help identify this.

    1. Try in a Clean Project

    To isolate the issue:

    • Create a new .NET Framework 4.8.1 project.
    • Try installing Zebble.ItemPicker there.
    • If it still fails, the package likely doesn't support your framework.

    Recommendation:

    If you're building a web or desktop app, and not a Zebble mobile app, this package may not be appropriate.

    If you need further assistance, feel free to reach out. If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 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 466 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.