I’m currently testing Wisej and had a headache, thinking the problem was with my installation. Thank you for posting this error that may be occurring to many. Let’s see if the support handles this before my trial version is over; there are no chances of buying it with this kind of issue.
Hi, alreay tried the troubleshooting guide, tested in a clean Virtual Box VM with clean VS 2022 17.7.0-17.7.3 installations, no other VS2022 addons loaded, only the custom Wisej.NET-3-VS2022-3.2.5.4.vsix addon installed, restarted windows, changed the renderer.
Some simple forms are working with IE renderer but no way to open/design complex forms with PPJ Web components, SalQuickTabs and other goodies :-D.
Oh I see, the reason is that because you have PPJ installed, PPJ installs the designer in the GAC directly, so it will always be the first one to be loaded in VS and not the one in the VSIX, you have to remove the references to Wisej.Framework.Design, Wisej.Framework.Design.2019 and Wisej.Framework.Design.2022 in the GAC using GACUtils.
Ok, this is the way to go: Install PPJ.Web, remove the DLL’s (Wisej.Framework.Design, Wisej.Framework.Design.2019 and Wisej.Framework.Design.2022) from GAC and install VSIX from link above. Thank you.