AssemblyInfo.vb in VS2005

O

Oenone

In all the projects I have upgraded from VS2003 to VS2005, the
AssemblyInfo.vb file appears as a normal source file in the Solution
Explorer (just as it did in VS2003).

In new projects created in VS2005, the AssemblyInfo.vb file is hidden away.
I want to be able to include this file in my normal Solution Explorer file
list.

I can gain access to the file by selecting "Show All Files" and then
expanding the "My Project" node. I can then drag the file from here to the
main project node, which makes it appear alongside all my other source
files. But as soon as I tell it not to "Show All Files", the AssemblyInfo.vb
file vanishes.

Is there something I can do to make this file appear in the Solution
Explorer all the time?

Thanks,
 
O

Oenone

Oenone said:
Is there something I can do to make this file appear in the Solution
Explorer all the time?

I managed to resolve this in the end by excluding the file from the
solution, and then including it again. After this it behaved as a normal
source file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top