Visual Studio 2022 - Fix Errors with Renaming Form1

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 25

  • @TimRiener
    @TimRiener 9 місяців тому

    Thank you for this explanation. While I was absolutely stymied until I watched this video, I did still have frustrating problems because my Visual Studio installation (Version 17.8.5) did not behave precisely the same way the video illustrated. That said, the video was superb in identifying the key elements that needed to be addressed so despite some additional fumbling and bumbling, I got it resolved. Check your version of VS; it seems things have "changed" a bit since the video was made. (One more suggestion to the author...slow down with the mouse cursor movements while explaining things; I had to repeatedly back up the video to see what you were clicking. Not a biggie -- just a polite request/suggestion.) Thanks for the video.

  • @Eyesandears2011
    @Eyesandears2011 2 роки тому +4

    Yeah, well explained!
    You can also just double click on the error code itself and it will get you straight to the place where you need to be to fix the name of the 'Form1' to whatever it needs to be.
    Thanks for your breakdown though! :-)

  • @warfyaa6143
    @warfyaa6143 2 місяці тому

    worked 100%, thanks alot...

  • @ilcybertech
    @ilcybertech Рік тому

    Thank you, thank you, thank you. I can finally keep my code clean and organized!

  • @alexd5340
    @alexd5340 2 роки тому

    FINALLY, thank you!, i had to just go with Form1 for a while

  • @miraculumzastepczereturn
    @miraculumzastepczereturn 3 місяці тому

    THANKKKSSS !!!!! I LOVE YOU

  • @hamzapatel8139
    @hamzapatel8139 2 роки тому +1

    Thank you! I hope they fix this issue

  • @genesiman3034
    @genesiman3034 2 роки тому +2

    This might be late, but the best fix to this issue is editing the Application.myapp. the fix show here editing the Application.Designer will only solve it temporarily once you do a clean rebuild it will show up again.

  • @taranjeetkaur954
    @taranjeetkaur954 7 місяців тому

    Thanks man, ur a big help, keep the good work up!

  • @danilollarena5026
    @danilollarena5026 5 місяців тому

    this is helpful. thank you

  • @jacobfranklin1815
    @jacobfranklin1815 Рік тому

    Wow thank you so much, this is exactly what i was looking for!

  • @chifuyuhatesyou.4942
    @chifuyuhatesyou.4942 6 місяців тому

    thanks man, it works

  • @gatogordo4131
    @gatogordo4131 2 роки тому

    Thanks man!!! I was having the same problem, I was thinking that I messed up something in my visual studio.

  • @adrianreyes8163
    @adrianreyes8163 2 роки тому +1

    My problem is I encounter this error to each and every form that I would like to run. If its not the one to be ran, and you want to change to that new form I encounter this error again. Is there something for that kind of problem?

  • @adityasapkale1428
    @adityasapkale1428 Рік тому

    Thanks buddy

  • @eggmeister6641
    @eggmeister6641 Рік тому

    I have a problem where the .design.cs file isn't being updated with the proper components when I change the form name.

  • @YTGagi83
    @YTGagi83 2 роки тому

    I have expirienced the same issue with Visual Studio 2019, so it seems to be an old/unfixed problem. I fixed the Form1 Error as you did by changing it in the Application.Events.vb file, but every time I change (and save) the project Properties Visual Studio will changethe line 35 in Application.Events.vb back to .Form1. So that is a bit annoying. It seems like the Form1 name is still saved somewhere in the project files, but I did not find the source jet.

  • @Aentismik
    @Aentismik 2 роки тому +1

    Wow this worked for me up until today. There must have been another update to screw things up again :(

  • @anxo9392
    @anxo9392 2 роки тому

    Thank you so much!!

  • @mikc6506
    @mikc6506 2 роки тому

    Works great...........Thanks.....

  • @pacman777
    @pacman777 7 місяців тому

    Ok, i have similar problem with auto renamings, then i double click in form any object, openning code and woalia, for this obj vs create new clear code, old code stay but not work and new obj name now TextBox_1. I not explain correct in en, i try in vb 2019, 2022 and random pc, this problem stay and dont fix.
    Old vb 2010 working correctly, but its old.

    • @pacman777
      @pacman777 7 місяців тому

      And c# same way creating new obj with renamed obj name.. Why?

  • @atheer1988ch
    @atheer1988ch 2 роки тому

    Thx alot

  • @algitaptajani9115
    @algitaptajani9115 2 роки тому

    Thank youoo

  • @Norman_Fleming
    @Norman_Fleming Рік тому

    It is really disheartening how bad visual studio has become over the last several versions. Rename breaks, toolbox doesn't populate, startup takes minutes, editing code crashes parts of the thing. The whole 'continue working...' thing is a joke, and not a funny one.