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
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!
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 “
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?