I'm trying VB.Net for the first time, and I must say, after spending two hours pulling my hair out (literally!) and trying one thing after another, I am severely disheartened. I just want to compile a simple .vb file.
I used notepad to create a helloworld file. Then my problems started. The book I'm using told me to use a command prompt, and enter:
vbc helloworld.vb
No dice, though. The vbc command was kicked out by the command prompt. I installed Microsoft Visual Basic 2008, and tried again. No dice. Double checked to make sure I had all my updates - check, but still nothing. So I just went ahead and double clicked the the helloworld.vb file. It displayed the text, but still didn't compile, and it wouldn't even allow me to debug it.
I'm at a loss. Please, just tell me how to compile my code. I don't want to make a project, I don't want to debug my code, I don't want any fancy GUI - I just want to compile a good, old-fashioned console application, and then run it on the command line. Please help me.
Thank you for your time.
I used notepad to create a helloworld file. Then my problems started. The book I'm using told me to use a command prompt, and enter:
vbc helloworld.vb
No dice, though. The vbc command was kicked out by the command prompt. I installed Microsoft Visual Basic 2008, and tried again. No dice. Double checked to make sure I had all my updates - check, but still nothing. So I just went ahead and double clicked the the helloworld.vb file. It displayed the text, but still didn't compile, and it wouldn't even allow me to debug it.
I'm at a loss. Please, just tell me how to compile my code. I don't want to make a project, I don't want to debug my code, I don't want any fancy GUI - I just want to compile a good, old-fashioned console application, and then run it on the command line. Please help me.
Thank you for your time.