Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to change assemblyinformation-defaults?

our system-administrator has installed visual studio 2008 on my pc and didn't enter our companys name. Now i have the problem, that I always have to change the name in the assembly-information manually, because the pc-manufacturer is automatically inserted to the assembly-informations. Does anybody know where I can change the default-values for the assemblyinformations in visual-studio, because I alway forget to change the company and copyright value.

like image 390
martin Avatar asked Feb 09 '10 08:02

martin


People also ask

Where is version information stored of an assembly?

The version number is stored in the assembly manifest along with other identity information, including the assembly name and public key, as well as information on relationships and identities of other assemblies connected with the application.

Where is assembly information in Visual Studio?

To access this dialog box, select a project node in Solution Explorer, and then, on the Project menu, select Properties. On the Application page, select the Assembly Information button.


1 Answers

Try this post. This will help you set the company name attribute permanently via registry.

Answer: Set the value of the registry key for HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization For 64 bit OS, the registry key is HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization

like image 172
Ganesh R. Avatar answered Sep 28 '22 05:09

Ganesh R.