All Answers

All Answers » Re: How can I tell what version of WiseJ a project was created in ? » Comments for "Re: How can I tell what version of WiseJ a project was created in ?"
  • edmond girardi
    I installed it from the build download -would that make a difference ?
  • edmond girardi
    Wait – I think you guys made a change at some point going from WiseJ.Web to the new framework DLLs – what was the last version that used WiseJ.Web ?
  • Luca (ITG)
    It’s a msi installer that registers the designer assemblies with the GAC and cannot override another assembly version. There is also a local nuget repo, see C:\Program Files\IceTeaGroup\Wisej 2.5 and \Wisej 3.0. Or use nuget.org.
  • Luca (ITG)
    1.5
  • edmond girardi
    This particular project does not have any nuget packages installed at all – Just WiseJ .Framework reference
  • Luca (ITG)
    1.5 didn’t use nuget
  • edmond girardi
    Looks like the Wisej.Framework in my references is version 2.0.0.0 – so I’m assuming this is WiseJ 2. When I install WiseJ2 via nuget – says: Severity Code Description Project File Line Suppression State Error Could not install package ‘Wisej-2 2.5.32’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.7.2’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. Downgraded the project to 4.0 and 4.5 – cant get nuget to install – says:: Severity Code Description Project File Line Suppression State Error Could not install package ‘Wisej-2 2.5.32’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.5’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. The WiseJ.Framework DLL says its Runtime Version is 4.0.30319 – shouldn’t nuget be able to install the latest WiseJ2 if i target .NET 4 ?
  • edmond girardi
    By trial and error – looks like it wanted .NET 4.6 – now i can open and work with this project. Very confusing when maintaining multiple versions !