Unable to download DataTable-1.10.13

Unable to download DataTable-1.10.13

ricostrydomricostrydom Posts: 3Questions: 1Answers: 0

Hello, I am trying to download jquery.datatables but it stops after downloading 0.1/22MB. Is there something wrong?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,458Questions: 26Answers: 4,803

    I just successfully downloaded Datatables 1.10.13. Maybe a firewall issue on your side?

    Kevin

  • ricostrydomricostrydom Posts: 3Questions: 1Answers: 0
    edited March 2017

    Hi Kevin,

    I doubt it. After trying a second time I managed to download it manually from the website.
    I am now trying to install it via my Package Manager Console and this is what I am getting:

    PM> Install-Package JQuery.Datatables
    Attempting to gather dependency information for package 'JQuery.Datatables.1.10.12' with respect to project 'Lambada', targeting '.NETFramework,Version=v4.6.1'
    Attempting to resolve dependencies for package 'JQuery.Datatables.1.10.12' with DependencyBehavior 'Lowest'
    Resolving actions to install package 'JQuery.Datatables.1.10.12'
    Resolved actions to install package 'JQuery.Datatables.1.10.12'
    GET https://api.nuget.org/packages/jquery.datatables.1.10.12.nupkg
    OK https://api.nuget.org/packages/jquery.datatables.1.10.12.nupkg 15ms
    Installing jquery.datatables 1.10.12.

    Here it hangs. I am able to install and download other files...

  • allanallan Posts: 62,061Questions: 1Answers: 10,173 Site admin
    Answer ✓

    The NuGet package is not maintained as part of the DataTables project. It is published by a third party author (whom that is, I don't know!) and you would need to get in touch with them if you are having problems with the NuGet package.

    Any issues with the download builder on this site, and I'd be able to help you with them.

    Allan

  • ricostrydomricostrydom Posts: 3Questions: 1Answers: 0

    Thanks Allan.

This discussion has been closed.