I am creating an executable file using VS2008 and the .NET compact framework 3.5, designed for Windows Mobile 6 professionals, but whenever I compile the project, everything that I specified in the AssemblyInfo.cs file is ignored.
I have done this many times in other projects, and it works without problems, but for some reason I can’t get the attributes AssemblyTitle/ AssemblyProduct/ AssemblyVersionetc. to display (I try to view them using Windows Explorer, I can see these properties in the details tab for any other assembly I created - even other projects in the same solution).
Any suggestions?
source
share