All Answers

All Answers » Re: Important information regarding the recent update to Visual Studio 2022 17.7.0 » Comments for "Re: Important information regarding the recent update to Visual Studio 2022 17.7.0"
  • Gabriel Lupinacci
    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.
  • Frank (ITG)
    Did you see the pinned post in this forum? You have to use the 3.2.5 preview vsix linked there until 3.2.5 is officially released. https://wisej.com/support/question/important-information-regarding-the-recent-update-to-visual-studio-2022-17-7-0 Best regards, Frank
  • Adrian Zagar
    Dear Frank, it seems you didn’t read my post. I AM using the 3.2.5 preview vsix linked here AND I have this errors.
  • Stephan Keller
    This is absolutly correct. Not working at all with VS2022 17.7.0 – 17.7.3.
  • Alaa (ITG)
    Hi Stephan, there could be a shadow version of the assembly that’s being loaded, please follow the steps in https://docs.wisej.com/docs/getting-started-1/troubleshooting#clear-designer-assembly-cache and let me know if that fixes it.
  • Stephan Keller
    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.
  • Alaa (ITG)
    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.
  • Stephan Keller
    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.