When opening a form in the designer with a textbox password character I receive the error in the picture I attached. If I remark out the line below the form designer opens. I can also replace Global.Microsoft.VisualBasic.ChrW(42) with “*”c and the designer will open. However, WiseJ overwrites the changes on save and the designer no longer opens again.
Line in designer that throws the error.
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Thanks Alaa,
That appears to have fixed the issue.
Hi Chad,
Can you please try and install https://www.nuget.org/packages/Microsoft.VisualBasic/10.3.0 NuGet Package?
It appears that it would fix the issue!
Best,
Alaa
Hi Chad,
We’re currently looking into this issue and we’ll notify you ASAP!
Best,
Alaa
Please login first to submit.