Method not found: 'Void Wisej.Web.Control.OnWebDesignPain(System.Drawing.Graphics)' - VISUAL STUDIO 2019 on Wisej-2.0.24

0
0

Hi Wisej:

We found this error on every window or page we created, on every control of the form or window. Occurs when we tried to used the wisej 2.024.

We had to downgrade to the Wisej-2.0.13 version, to work again.

Please help.

  • You must to post comments
0
0

Hi,

Have you tried adding a reference to Wise.Framework.Design in your project? If this doesn’t solve your issue could you please attach a sample?

Best,

Levie

  • 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.
Showing 1 result
Your Answer

Please first to submit.