I'm reading Wrox's Professional VB 2005 and it says the following:
Selecting the Assembly Information button from within your My Project window opens the Assembly
Information dialog box. Within this dialog, shown in Figure 2-5 it is possible to define file properties,
such as your company’s name and versioning information, which will be embedded into the operating
system’s file attributes for your project’s output. The frame of the assembly file shows that by default
it contains several standard values. This dialog is new to Visual Studio 2005 and replaces the way that
engineers were forced to directly edit the XML contained in the AssemblyInfo.vb source file associated
with an application.
However I don't find an Assebly Information button in my My Project window. Am I doing something wrong, or was the feature removed after the book was written
dennist685

Assembly Information button
szl
Hi!
In C# I see assembly information button on the first page (Application) in project properties (Project menu, last item). I think VB have the same.
Fabio Schorn
I was looking for the button on the left hand side, not in the middle of the page . <g>
dennist685