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).
Package Manager Error in VS 2017
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Package Manager Error in VS 2017
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?
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?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 7
- Joined: Mon Mar 20, 2023 12:00 am
Re: Package Manager Error in VS 2017
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
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
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Package Manager Error in VS 2017
Hello,
We've followed these instructions, and the PM> CLI gives us the following:
Which is to say that the command runs without error and all packages are installed successfully.
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>
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 7
- Joined: Mon Mar 20, 2023 12:00 am
Re: Package Manager Error in VS 2017
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.
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.