License Error - Detecting Uninstalled Version

0
0

I have 3.0.11 license and i tried creating a new project but it seems the project is referencing version 3.1 that i installed for test and uninstalled after. The error msg is below:

Detected package downgrade: Wisej-3 from 3.1.7 to 3.0.17. Reference the package directly from the project to select a different version.
MeshAppsMobWj3x -> Wisej-3-MobileIntegration 3.1.7 -> Wisej-3 (>= 3.1.7)
MeshAppsMobWj3x -> Wisej-3 (>= 3.0.0)

How do i fix this issue pls.

  • You must to post comments
0
0

Hi Nicholas,

You can change the MobileIntegration PackageReference from

<PackageReference Include= Wisei-3-Mobileintegration Version=”3.*-*” /> to

‹PackageReference Include= Wisei-3-Mobileintegration Version=”3.0.*-*” />

And you should be all set!

HTH,

Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.