All Answers

All Answers » Re: WiseJ 3 Install » Comments for "Re: WiseJ 3 Install"
  • edmond girardi
    I did that still getting this message in VS 2022: Severity Code Description Project File Line Suppression State Error Failed to retrieve information about ‘Wisej-3’ from remote source ‘https://www.nuget.org/api/v3/FindPackagesById()?id=’Wisej-3’&semVerLevel=2.0.0’. Response status code does not indicate success: 404 (Not Found). When i search in nuget PM via visual studio- it finds WiseJ but for some reason when it tries to get info from nuget it gets that not found error.
  • Alaa (ITG)
    Hi Edmond, can you try to replace the package version from “3.*-*” to “3.0.*” from the project file and see if it makes any difference ? It should fix the issue.
  • edmond girardi
    Even ran “dotnet restore” in PM console – same issues. Very annoying !
  • edmond girardi
    Where do i do that ?
  • Luca (ITG)
    The nuget url you posted seems wrong. We don’t run nuget and cannot change the way VS uses it. I tried it over and over again and I get the correct nuget. In Visual Studio open the Nuget Package Manager and re-add Wisej-3. To edit the project right click on the project and select “Edit Project File” You will find Which is the correct syntax to get any last version from nuget (this is all done by Visual Studio). Or change it to “3.0.*” to just get the latest release, or change it to “3.0.6”. In the nuget package manager you also have the “Package source” drop down, where you can select the nuget source, one should be the local installation.
  • edmond girardi
    Yeah i tried that – searching in nuget it finds WiseJ-3 – i hit update – and i still get the not found error
  • Luca (ITG)
    Remove <PackageReference Wisej-3> from the csproj file. Close VS, reopen the project open the package manager and re-add Wisej-3. Or, go to \Users\[name]\.nuget\packages and delete \Wisej-3 or in Visual Studio go to tools -> options -> NuGet Package Manager and click Clear All NuGet Cache.
  • edmond girardi
    OK – so i manually edited the project file and removed the using nuget PM – i installed WiseJ3 and the mobile extensions and this is what is put in there now: PackageReference Include=”Wisej-3″ Version=”3.0.6″ PackageReference Include=”Wisej-3-MobileIntegration” Version=”3.0.6″ So it seems that my Visual Studio when creating a new WiseJ 3 project is putting: PackageReference Include=”Wisej-3″ Version=”3.*-*” I just installed the latest WiseJ-3 yesterday – is there something wrong with the build ?
  • Luca (ITG)
    Nothing wrong with the build. Looks like your Visual Studio cannot use the “3.*-*” version format. It was added to the nuget package manager a few builds ago.
  • edmond girardi
    Visual Studio “About Page” says Nuget 6.1.0 is installed- the latest. So far I’m dead in the water – created a new project – modified the project file for WiseJ “3.6.0” – the dependencies all resolve – my sample project – new with no controls compiles – but I cant view the designer at all to add controls to the page.