Presence of assemblyinfo.vb

  • Thread starter Thread starter Robert Scheer
  • Start date Start date
R

Robert Scheer

Hi.

I tried to compile a windows forms app without the assemblyinfo.vb
file, and it compiled ok. So, if I delete the assemblyinfo.vb file
from my project what kinds of problems would I have?

Thanks,
Robert Scheer
 
If you didn't make any changes to AssemblyInfo then the only difference will
be that your version number will be 0.0.0.0
 
Back
Top