haha omfg i love ur video
Try to build or rebuild. If it's not working check your settings or reinstall VS.Quote:
Hey infamous i keep getting this error when trying to debug. Visual Studio cannot start Debugging says the Console application1.exe is missing? if u can solve this i would be extremely greatful
The "line terminator" character, denoted by a semicolon, is used to end a statement. You're getting an error because a forward slash shouldn't be there, and the compiler is confused and thinking that there's more to the statement.Quote:
dude you didnt even tell us what things your using like ; and stuff i can't even tell what the thing separating ("your name is") then some button thing here then Name holy crap and im getting these errors after Console.Write("Name: "/); saying the ; shouldn't be there or some crap
Why do you even put /? Console.Write("Name: "); Really I would suggest using the e-books he made in the sticky threads.Quote:
dude you didnt even tell us what things your using like ; and stuff i can't even tell what the thing separating ("your name is") then some button thing here then Name holy crap and im getting these errors after Console.Write("Name: "/); saying the ; shouldn't be there or some crap