Take any VWG VB project. Notice that you have Assemblyinfo.vb file on the Properties folder.
Now go to project properties, Application tab, Assembly Information button and put in a Title for example, then save.
At this point you have two Assemblyinfo.vb. The original one is still on the Properties folder, and I think it was not changed by this operation. The other one is created by the above step under the "My Project" folder.
Recompiling the project gives bunch of errors. Only solution to delete one of them !
Test made in VWG 6.2.3 NET 3.5
Issue created can be found HERE. Demo VB app attached that has those duplicate Assemblyinfo.vb files after the above step. Contents of demo app irrelevant, other than showing the duplicate files.
Palli