Unable to find Microsoft.CSharp - System.Drawing.Common - System.Runtime.Caching......and more

0
0

Error NU1101 Unable to find package System.Drawing.Common. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, Wisej-3 Local WisejWebApplication1 C:\Users\xxxx\source\repos\WisejWebApplication1\WisejWebApplication1\WisejWebApplication1.csproj 1
Error NU1101 Unable to find package System.Resources.Extensions. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, Wisej-3 Local WisejWebApplication1 C:\Users\xxxx\source\repos\WisejWebApplication1\WisejWebApplication1\WisejWebApplication1.csproj 1
Error NU1102 Unable to find package Microsoft.CSharp with version (>= 4.7.0)
– Found 2 version(s) in Microsoft Visual Studio Offline Packages [ Nearest version: 4.0.1 ]
– Found 0 version(s) in Wisej-3 Local WisejWebApplication1 C:\Users\xxxx\source\repos\WisejWebApplication1\WisejWebApplication1\WisejWebApplication1.csproj 1

 

How can I solve this?

  • You must to post comments
0
0

Hi,

I found the solution.

For some reason VS 2022 did not register nuget.org as a package source. Hence the system could not download the packages.

Registering nuget.org solve the issues.

  • You must to post comments
0
0

I basically started a completely new installation of Visual Studio 2022 and installed Wisej-3.0.12.

I then create a solution from one of the templates, i.e. WiseWebApplication. After successful creation of the solution clicking on build results in the errors as shown in the attached in the screenshot.

The same occurs when I create from other Wisej templates, i.e. WisejPWAWebapplication and others.

I can solve the System.Data.SqlClient by removing the dependency from the NugetManager. But the others I can’t solve.

 

 

 

 

  • You must to post comments
0
0

Stefan,

please attach a test case where we can see when this error occurs.
Otherwise it´s quite hard to guess what is happening here, when and why.

Thanks in advance,
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.