Visual Studio 2015 Preview shows error message "there are no writable config files" when try to open "Manage nuget packages" on "References"
C# solution can be found: https://github.com/constructor-igor/TechSugar/trunk/Powershell/Sample_Read_Process_Write/CustomerObjects
To find and install a NuGet package with Visual Studio, follow these steps: Load a project in Solution Explorer, and then select Project > Manage NuGet Packages. The NuGet Package Manager window opens. Select the Browse tab to display packages by popularity from the currently selected source (see Package sources).
For NuGet 2.6 to 3. x, the computer-level config file on Windows was located in %ProgramData%\NuGet\Config[\{IDE}[\{Version}[\{SKU}]]]\NuGet.
Open your project or solution in Visual Studio, and select Tools > NuGet Package Manager > Package Manager Console to open the Package Manager Console window.
If you're trying to create a NuGet package from your own code, you do not need a NuGet. config file. The NuGet. config file exists to specify package sources from which packages are installed and updated - i.e. where you consume packages from.
Had same issue, it is not related to the solution/project, simply delete NuGet configuration file and it should work again.
C:\Users\USERNAME\AppData\Roaming\NuGet\NuGet.Config
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With