Unexplained switch of WiseJ.Web.Application Reference to System.Windows.Forms.Application (Wisej 2.5.38)

0
0

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

  • You must to post comments
0
0

Perfect!  Thanks very much!

Gerry

  • You must to post comments
0
0

Hi Gerald,

Try replacing “using System.Windows.Forms” with “using Wisej.Web”, that should fix the issue!

Best,

Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.