Dear users,
The latest updates of Visual Studio 2022 (17.7.0) caused the designer to crash due to a version mismatch of the native WebView2 libraries.
This has been taken care of as soon as we got the reports.
The issue is now fixed, you’ll have to download the new VSIX for the changes to take effect:
VS 2019: https://s3.us-east-1.amazonaws.com/setup.wisej.com/downloads/Wisej.NET-3-VS2019-3.2.5.vsix
VS 2022: https://s3.us-east-1.amazonaws.com/setup.wisej.com/downloads/Wisej.NET-3-VS2022-3.2.5.vsix
If you run into any issues with this build, please let us know.
Best,
Alaa
Closing this issue since it’s already been addressed in our latest stable release of Wisej.NET 3.2.5.
For the most recent build, please visit https://wisej.com/builds/
Best regards,
Alaa
Hi everyone,
If you happen to have PPJ installed, you’ll need to remove any reference to the Wisej.NET Designer from the GAC.
PPJ registers the designer directly in the GAC, so Visual Studio will load that version first.
Typically, Visual Studio looks out for any assembly in the GAC first, so it will prevent loading the Designer from the VSIX.
You can use GacUtils to remove the references, here’s a simple script below:
gacutil /u “Wisej.Framework.Design”
gacutil /u “Wisej.Framework.Design.2019”
gacutil /u “Wisej.Framework.Design.2022”
Once you remove the old references from the GAC, the Designer will now be loaded from the VSIX.
HTH,
Alaa
It’s not working on my PC. I deinstalled exiting Wisej.NET version in Visual Studio, installed the downloaded version. The project itself can be compiled/run. The forms/pages are loaded in designed, the controls are there but not visible. When I click on control (a textbox in this case) it’s borders are displayed but nothing more. Please advice.
Visual Studio 17.7.2
Wisej 3.2.4
When using IE Renderer it’s working correctly; the problem exists just for Edge/Chrome Renderer.
Hello,
we’re using Visual Studio 2022 version 17.7.1 along with Wisej 2.5.35.
For the designer, we’re using the NuGet package provided by Wisej-2-VisualStudioDesigner 2.5.20.
Will this NuGet package also be updated?
We’re encountering the issue described in this post related to the Edge/Chrome renderer.
Thanks in advance.
To anyone who’s still having designer issues, I have updated the original post with new VSIX links.
Please give them a try and let us know if anything is not working as expected!
Best,
Alaa
Hello,
we’re using Visual Studio 2022 17.7.1.
We have deinstalled the old extension (Designer 3.2.4) and installed the new one. No changes at all after complete system reboot, same results for IE or Edge Renderer.
Some simple forms (no subclasses) are displayed correctly with IE Renderer.
Screenshots attached.
Thank you
Please note that this preview build of the VSIX is only available through the links that Alaa posted
and not in the Visual Studio Marketplace.
Thus you need to deinstall your exiting Wisej.NET version in Visual Studio
(Extensions – Manage Extensions – Select Wisej.NET from the Installed Extensions – Uninstall)
Then install the downloaded version.
When Wisej.NET 3.2.5. is officially released, it will be back into the Visual Studio Marketplace and you can directly update it in Visual Studio.
Sorry for any inconvenience.
Best regards
Frank