Need help!

Milo

Newcomer
Joined
Jan 1, 2003
Messages
1
Location
Sweden
Hello there everyone!!!

Im new here so be nice :P. I resently started with vb.net, and i made a sample from my book i got for Xmas, but it didint work.:(
The compiler found a error in my code, i dont understand how come?...

Im using konsole and notepad to code Visual Basic.net.. Anyway here is the code who dont work;

Import System
Public Class steg3
Shared Sub Main()
System.Console.Writeline(System.Enviroment.OSVersion.ToString())
End Sub
End Class

Some error at system.Enviroment i dont know, hope someone can help me, thx.
 
And you spelled Environment wrong.

I would have told you that on irc last night, but you quit after insulting us because nobody helped you in the time you allowed us.
 
Back
Top