All Answers

All Answers » Re: Method not found: 'Void Wisej.Web.Control.OnWebDesignPain(System.Drawing.Graphics)' - VISUAL STUDIO 2019 on Wisej-2.0.24 » Comments for "Re: Method not found: 'Void Wisej.Web.Control.OnWebDesignPain(System.Drawing.Graphics)' - VISUAL STUDIO 2019 on Wisej-2.0.24"
  • ARTURO ESTIGARRIBIA
    Yes, we did, but still doesn’t work.
  • ARTURO ESTIGARRIBIA
  • ARTURO ESTIGARRIBIA
    Thinking in your answer, there is no logic. How can it work just fine on Wisej-2.0.13, but when we upgrade to 2.024 doesn’t. There is something wrong.
  • Luca (ITG)
    Yes. Your project is loading the previous version of the designer.. The designer assembly should be only in the GAC.
  • ARTURO ESTIGARRIBIA
    What am I supposed to do?, install and desinstall, we already did that. Please Help. Thank you.
  • Luca (ITG)
    Delete the previous version of Wisej.Framework.Designer.dll from the project in all directories. That error shows that the designer is loading the previous Wisej.Framework.Design.dll. If you delete it from everywhere it cannot be loaded. You can also check in case it’s in the GAC “gacutil -l Wisej.Framework,Design”, and remove it “gacutil -u Wisej.Framework.Design”. or open “\Windows\assembly” or “\Windows\assembly\GAC_MSIL”. Once the new build is installed, check again with gacutil. You can also reference it in the project.