All Answers

All Answers » Re: Packages' doesn't exist » Comments for "Re: Packages' doesn't exist"
  • Abdul M
    Many thanks for prompt reply, it means i need to uninstall current package and download from NuGet that correct?
  • Alaa (ITG)
    No, the issue is that you had DevExpress installed at some point in time, but when you uninstalled it it did not delete the “local source”. NuGet restore will always fail if a package source is not reachable (doesn’t matter if it’s local or a remote repository). You have to disable that package source from Visual Studio. for the required steps please check out MSDN documentation https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources
  • 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?