You must Sign In to post a response.
  • Category: ASP.NET

    How to fixed this nuget issue

    Hi

    In my pc NuGet Package Manager not opening so that

    I download and install this

    NuGet Package Manager for Visual Studio 2015

    after i opened my visual studio i meet this issue. how to fixed this
    then when i click restore nuget packages also not working any one guide me

    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    NuGet operation failed

    NuGet.Config is not valid XML. Path: 'C:\Users\ADMIN\AppData\Roaming\NuGet\NuGet.Config'.

    '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
    ---------------------------
    OK
    ---------------------------
  • #769177
    Hi,

    Can you explain us step by step what you have done for installing NuGet Package.
    This issue might not be relevant to NuGet's and let us know what version of NuGet package you are trying to install and what version of Visual Studio.

    Thanks,
    Mani

  • #769188
    You can fellow given steps to to fixed this nuget issue
    Delete NuGet.Config from: C:\Users\your-username\AppData\Roaming\NuGet

    Useful Reference: http://apmtips.com/blog/2015/11/17/you-need-this-nuget-dot-config/
    http://stackoverflow.com/questions/36760277/nuget-package-not-working-in-visual-studio-2015


  • Sign In to post your comments