In your solution explorer, click on "Show all files", I believe it's the third one near the top of that window.
click on "My Project."
Next, double-click on "AssemblyInfo.vb"
In the code editor, scroll down until you've reached the bottom.
Comment out
<Assembly: AssemblyVersion("1.0.0.0")>
Replace with
<Assembly: AssemblyVersion("0.1.*")>
Click 'Save'.




