Packages' doesn't exist

0
0

Hi,

 

Downloaded trial version and add extension “Wisej.NET-3-VS2022” in VS2022 and add the project.

want to run and see got the error “Packages’ doesn’t exist” kindly find the attached image.

Kindly help on this.

 

Note that Wisej.NET-3-VS2022 twice remove and add once again still the same error.

also note that when open “Window1.vb” its showing code behind file not showing designer form.

 

Attachment
  • You must to post comments
0
0

Hi Abdul,

That error is coming from NuGet Package Manager, because it looks like a certain package source is not available anymore.

You have to omit that source by going to VS -> Options -> Tools and then look for NuGet.

HTH,
Alaa

 

//

  • Abdul M
    Many thanks once again, means first i have to disabled nuget package in VS2022 and then install Wisej.NET-3-VS2022?
  • Alaa (ITG)
    Wisej.NET-3-VS2022 is the VSIX, that only has the Designer and Templates. The Wisej.NET Package is distributed through NuGet.org, you have to disable the NuGet Package Source and you can then build the project with no issues!
  • Abdul M
    Thank you got it. but after disabled NuGet got another error “Severity Code Description Project File Line Suppression State Error NETSDK1004 Assets file ‘C:\Users\DELL\source\repos\WisejWebDesktopApplication5\WisejWebDesktopApplication5\obj\project.assets.json’ not found. Run a NuGet package restore to generate this file. WisejWebDesktopApplication5 C:\Program Files\dotnet\sdk\7.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets 266 “
  • Alaa (ITG)
    Delete the /Obj and /Bin folders, then do a right click on the project in VS and do “Clean” then “Build”.
  • Abdul M
    thank you, with above solution still getting error, what i found that under dependencies – Wisej-3(3.5) and System.Data.Client” still showing yellow mark. that’s why error is coming may be DevExpress is conflict?
Showing 1 result
Your Answer

Please first to submit.