Home All Groups Group Topic Archive Search About

How to change Company Name in Vistual studio 2005

Author
31 May 2006 1:09 AM
cok
Hi , all

WhenI installed WindowXP Home Edition and Vistual Studio 2005 on my
computer,

I found my Company Name is Error, When I begin a new C# project, I found the

[assembly: AssemblyCompany("ERROR")] is error, How can I fix it ?

where should I change in register use regedit ?

or weather should I change something in vistual Studio 2005?

thanks for any advice.


--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/
_/ Nie Longhai , coder -_-|||
_/ Shanghai Xomi Instruments Co., Ltd.
_/ URL: http://www.xomi.cn
_/ Shanghai C&U Industrial Park
_/ Feng Cheng Town, Feng Xian District
_/ Shanghai, 201411
_/ Phone:86-21-57513966-807
_/ Fax:86-21-57513636
_/ Mobile:13162055440
_/ Email:Ni***@xomi.cn ,cok***@163.com
_/
_/ Profession & Focus
_/ High precision semiconductor metrology system vendor.
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Author
31 May 2006 4:22 AM
Michael Nemtsev
Hello cok,

You company name is set in registry.
See this key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\0E8BA73496BF22242B086AF4D32E5219\InstallProperties\RegCompany
value

c> Hi , all
c> WhenI installed WindowXP Home Edition and Vistual Studio 2005 on my
c> computer,
c> I found my Company Name is Error, When I begin a new C# project, I
c> found the
c>
c> [assembly: AssemblyCompany("ERROR")] is error, How can I fix it ?
c> where should I change in register use regedit ?
c> or weather should I change something in vistual Studio 2005?

---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Author
31 May 2006 12:12 PM
cok119
Hi, Michael
thank you very much :)

"Michael Nemtsev" <nemt***@msn.com>
??????:9cc1c86396b768c852a28cafd***@msnews.microsoft.com...
Show quote
> Hello cok,
>
> You company name is set in registry. See this key
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\0E8BA73496BF22242B086AF4D32E5219\InstallProperties\RegCompany
> value
>
> c> Hi , all
> c> WhenI installed WindowXP Home Edition and Vistual Studio 2005 on my
> c> computer,
> c> I found my Company Name is Error, When I begin a new C# project, I
> c> found the
> c> c> [assembly: AssemblyCompany("ERROR")] is error, How can I fix it ?
> c> where should I change in register use regedit ?
> c> or weather should I change something in vistual Studio 2005?
>
> ---
> WBR,
> Michael  Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>
Author
31 May 2006 4:50 AM
Marc Scheuner
>I found my Company Name is Error, When I begin a new C# project, I found the
>[assembly: AssemblyCompany("ERROR")] is error, How can I fix it ?

Just change this line to whatever you want it to be:

[assembly: AssemblyCompany("MegaGigaCorp")]

Marc

AddThis Social Bookmark Button