Need help C# textBox1.Text does not exist in current context -


        {         if (("zippath" == "xixanpackinstaller")) ;         textbox1.text = "successfuly found xixanpackinstaller!";     }     else         textbox1.text = "move xixanpackinstaller desktop!";     } 

i have code , it's broken because @ else on visual studio says invalid token else , on textbox1.text says textbox1.text not exist in current context

{         if (("zippath" == "xixanpackinstaller")) //**;** semi-colon         textbox1.text = "successfuly found xixanpackinstaller!";     //}---please remove bracket here     else         textbox1.text = "move xixanpackinstaller desktop!";     }`enter code here` 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -