Only have the following in 'AssemblyInfo.vb' '<Assembly: AssemblyVersion("0.1.")>' and not '<Assembly: AssemblyFileVersion("0.1.")>' otherwise builds won't have proper versioning. That said we don't like VS/MS's versioning either. Also false in '.vbproj' file https://stackoverflow.com/questions/826777/how-to-have-an-auto-incrementing-version-number-visual-studio
'Imports System.Net' is the solution found here http://vb-helper.com/howto_net_download_file.html