Designer Fails to Open with Could not find type "Microsoft.VisualBasic.Strings".

0
0

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)

 

 

  • You must to post comments
0
0

Thanks Alaa,

That appears to have fixed the issue.

 

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Hi Chad,

We’re currently looking into this issue and we’ll notify you ASAP!

Best,
Alaa

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.