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.
@Eyesandears20112 жыл бұрын
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! :-)
@hamzapatel81392 жыл бұрын
Thank you! I hope they fix this issue
@genesiman30342 жыл бұрын
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.
@adrianreyes81632 жыл бұрын
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?
@alexd53402 жыл бұрын
FINALLY, thank you!, i had to just go with Form1 for a while
@ilcybertech Жыл бұрын
Thank you, thank you, thank you. I can finally keep my code clean and organized!
@eggmeister6641 Жыл бұрын
I have a problem where the .design.cs file isn't being updated with the proper components when I change the form name.
@gatogordo41312 жыл бұрын
Thanks man!!! I was having the same problem, I was thinking that I messed up something in my visual studio.
@taranjeetkaur9548 ай бұрын
Thanks man, ur a big help, keep the good work up!
@warfyaa61433 ай бұрын
worked 100%, thanks alot...
@jacobfranklin1815 Жыл бұрын
Wow thank you so much, this is exactly what i was looking for!
@pacman7778 ай бұрын
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.
@pacman7778 ай бұрын
And c# same way creating new obj with renamed obj name.. Why?
@miraculumzastepczereturn4 ай бұрын
THANKKKSSS !!!!! I LOVE YOU
@YTGagi832 жыл бұрын
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.
@Aentismik2 жыл бұрын
Wow this worked for me up until today. There must have been another update to screw things up again :(
@danilollarena50266 ай бұрын
this is helpful. thank you
@chifuyuhatesyou.49428 ай бұрын
thanks man, it works
@adityasapkale1428 Жыл бұрын
Thanks buddy
@anxo93922 жыл бұрын
Thank you so much!!
@mikc65062 жыл бұрын
Works great...........Thanks.....
@atheer1988ch2 жыл бұрын
Thx alot
@algitaptajani91152 жыл бұрын
Thank youoo
@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.