.Net compiling DOH!

Important .Net developer note: MAKE SURE that when you create make.bat files to compile your .net apps that you include the right type of target! I spent half a day trying to figure out why Console.Readline() didn't work in a console app of mine, and it turns out that I had the /target: compile option set to winexe instead of exe. DOH!

Comments

Popular Posts