Hi,
In my work on a WiseJ(2.5.38) vb.net webapp using VS22, I recently mistakenly renamed a textbox on the Designer page and used Ctrl z to correct it. On the code page all of my “Application.Session” globals errored. In checking the reference for “Application” on this page, it now references System.Windows.Forms.Application instead of the WiseJ.Web.Application. Not a clue how this happened and I don’t have a clue how to fix it other than , perhaps, to recreate the page.
It would be great if someone had some ideas as it is a complex page.
Thanks!
Gerry
Perfect! Thanks very much!
Gerry
Hi Gerald,
Try replacing “using System.Windows.Forms” with “using Wisej.Web”, that should fix the issue!
Best,
Alaa
Please login first to submit.