Is there a reason to not add assembly attributes to a Primary Interop Assembly? Has anyone done this or created a utility to do it?
It seems to me that it would be nice to be able to add attributes to the Primary Interop Assembly we are generating and shipping with our COM server. Specifically, I'd like to add AssemblyTitleAttribute, AssemblyTrademarkAttribute, AssemblyCopyrightAttribute, and others. I think it will be fairly easy to automate as part of our build process. I should be able to use the AssemblyBuilder that TypeLibraryConverter returns for the COM server type library to add the attributes before saving the PIA. I have been unable to find evidence that others are doing this or wanting to do this, so I wonder if there is some reason I should not do it. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
