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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -