the vs.net complier drove me crazy:(

mosad2

Newcomer
Joined
Jun 12, 2003
Messages
9
Location
EgYpT
hi guys
i dont know what's going on
when i write my code and try to build and excute it
it give me errors
i try the same code from the source codes of the book i study from
it gives an error but it can be excuted!
so anybody tells me why????
same codes one can be excuted and the other cant be:(
 
I found that the compiler plays up on rare occasions and crashes so you get errors that don't exist and the "compiling as you type" stops functioning and all the built in commands loose their blue coloring. If you have a problem like this you just have to restart VS.Net, rebooting the whole computer is more effective though.
I had this problem when I had a damaged RAM stick.

If the code just doesn't compile, use the "Tasks" view to see what's wrong with it.
 
Back
Top