How to change Company Name in Vistual studio 2005

C

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:[email protected] ,[email protected]
_/
_/ Profession & Focus
_/ High precision semiconductor metrology system vendor.
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 
M

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
 
M

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
 

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