HELP! Design view gone after switching DotNet version (Design "errors".)

Mugsy's RapSheet 196 Reputation points
2023-07-31T14:20:08.91+00:00

After being advised to switch my app's "DotNet" Framework from 3.5 to 4.5.2, the ".Designer" is now loaded with errors and I can't display my app in Design View.

Going back to 3.5 didn't help. "Rebuild" didn't help.

How do I undo the damage so I can get my program working again? :(

frmMain design

Developer technologies | VB
Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Dewayne Basnett 1,381 Reputation points
    2023-07-31T18:48:55.5966667+00:00

    Try changing this

    Inherits System.Windows.Form

    to this

    Inherits System.Windows.Forms.Form


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.