Hello,
I have a project that works fine on wisej 2.2. I am keeping that version because I have 2 clients with that version of server (and no license for 2.5).
Today I updated wisej on my second computer to 2.5, and when compiling my project I get this message:
Severity Code Description Project File Line Suppression State
Error Invalid Resx file. Could not load type Wisej.Base.ResponsiveProfile, Wisej.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=17bef35e11b84171 which is used in the .RESX file. Ensure that the necessary references have been added to your project.
Please advice.
As you can see, it is 🙂
And of course I was not able to add the nugget because it requires .NET 4.8 (and I have 4.7.2)
Hi Adrian,
Wisej 2.5.16 use Nuget package and not dll reference like 2.2.x,
When you want to migrate from 2.2 to 2.5 first delete last Wisej.Framework reference and any extension reference and next add them with Nuget it work (check preview package for listing Beta version)
Best,
Kevin (ITG)
Please login first to submit.