Error compiling project on Wise 2.5

0
0

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.

  • You must to post comments
0
0

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)

 

  • You must to post comments
0
0

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)

  • Adrian Zagar
    If it’s Nugget now, does it means that the Wisej installer is no longer required? I mean that on a “fresh” computer, I can just compile the project and it’s running?
  • Luca (ITG)
    Wisej has always been on nuget.org. The difference now is that the installer (required for the designer) doesn’t copy the Wisej.Framework.dll to IceTeGroup/bin but it registers also a local nuget repo at IceTeaGroup/nuget. See https://docs.wisej.com/api/whats-new-in-2.5. BTW 2.5 is not released yet.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.