Page 1 of 1

Package Manager Error in VS 2017

Posted: Tue May 16, 2023 1:50 pm
by 15695484
Hi,

I'm getting the following error in the Package Manager of VS 2017:

An error occurred while retrieving package metadata for 'Steema.TeeChart.NET.4.2023.4.18' from source 'Steema'.
Failed to fetch results from V2 feed at 'https://www.nuget.org/packages/Steema.T ... evel=2.0.0' with following message : Response status code does
not indicate success: 404 (Not Found).

Re: Package Manager Error in VS 2017

Posted: Wed May 17, 2023 10:22 am
by Christopher
Hello,

We've tested this functionality here by following these steps:

1. Open VSNet 2017
2. Create new Windows Form App Framework 4.6.1
3. Open Nuget Manager and selecte Steema.TeeChart.NET Build 4.2023.4.18
4. Selected ChartController and Chart from Toolbox, dropped on Form
5. Compile->Run

This works correctly at our end. Could you please specify the steps you take to reproduce your problem on your machine?

Re: Package Manager Error in VS 2017

Posted: Thu May 18, 2023 8:15 am
by 15695484
Hi,

1. Open VSNet 2017
2. Create new empty ASP.Net application Framework 4.7.2
3. Open Nuget Manager and run PM> NuGet\Install-Package Steema.TeeChart.NET -Version 4.2023.4.18
4. Error is displayed

Regards

Re: Package Manager Error in VS 2017

Posted: Thu May 18, 2023 8:43 am
by Christopher
Hello,

We've followed these instructions, and the PM> CLI gives us the following:

Code: Select all

PM> NuGet\Install-Package Steema.TeeChart.NET -Version 4.2023.4.18
Attempting to gather dependency information for package 'Steema.TeeChart.NET.4.2023.4.18' with respect to project 'WebAppVSNET2017', targeting '.NETFramework,Version=v4.7.2'
Gathering dependency information took 1.52 sec
Attempting to resolve dependencies for package 'Steema.TeeChart.NET.4.2023.4.18' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'Steema.TeeChart.NET.4.2023.4.18'
Resolved actions to install package 'Steema.TeeChart.NET.4.2023.4.18'
Retrieving package 'PDFsharp 1.50.5147' from 'Nuget Package source'.
Retrieving package 'Steema.TeeChart.NET 4.2023.4.18' from 'Nuget Package source'.
Adding package 'PDFsharp.1.50.5147' to folder 'C:\Data\CodeExamples\NET\WebAppVSNET2017\packages'
Added package 'PDFsharp.1.50.5147' to folder 'C:\Data\CodeExamples\NET\WebAppVSNET2017\packages'
Added package 'PDFsharp.1.50.5147' to 'packages.config'
Successfully installed 'PDFsharp 1.50.5147' to WebAppVSNET2017
Adding package 'Steema.TeeChart.NET.4.2023.4.18' to folder 'C:\Data\CodeExamples\NET\WebAppVSNET2017\packages'
Added package 'Steema.TeeChart.NET.4.2023.4.18' to folder 'C:\Data\CodeExamples\NET\WebAppVSNET2017\packages'
Added package 'Steema.TeeChart.NET.4.2023.4.18' to 'packages.config'
Successfully installed 'Steema.TeeChart.NET 4.2023.4.18' to WebAppVSNET2017
Executing nuget actions took 15.77 sec
Time Elapsed: 00:00:17.6309747
PM>
Which is to say that the command runs without error and all packages are installed successfully.

Re: Package Manager Error in VS 2017

Posted: Fri May 26, 2023 12:46 pm
by 15695484
Hi,

I got it to work by downloading the package to a local folder and then import it from there into VS via Package Manager.

Thank you.