Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: Books in C# Pin
Azel Low22-Sep-03 3:12
Azel Low22-Sep-03 3:12 
GeneralRe: Books in C# Pin
Braulio Dez22-Sep-03 5:07
Braulio Dez22-Sep-03 5:07 
GeneralRe: Books in C# Pin
phimix22-Sep-03 6:10
phimix22-Sep-03 6:10 
GeneralDowloading a file from a web-site to client using c# Pin
simonzeng22-Sep-03 0:21
simonzeng22-Sep-03 0:21 
Questionhow to parse a dataset Pin
Birdy21-Sep-03 20:51
Birdy21-Sep-03 20:51 
AnswerRe: how to parse a dataset Pin
phimix22-Sep-03 6:13
phimix22-Sep-03 6:13 
GeneralMulti-line ListView control Pin
Member 46249021-Sep-03 20:10
Member 46249021-Sep-03 20:10 
GeneralKeyboard in C# Pin
deanoA21-Sep-03 17:37
deanoA21-Sep-03 17:37 
GeneralRe: Keyboard in C# Pin
Blake Coverett21-Sep-03 19:04
Blake Coverett21-Sep-03 19:04 
GeneralRe: Keyboard in C# Pin
Jim MacDonald22-Sep-03 6:10
Jim MacDonald22-Sep-03 6:10 
Generalsingle applications with multiple forms Pin
jerrycainjr21-Sep-03 14:56
jerrycainjr21-Sep-03 14:56 
GeneralRe: single applications with multiple forms Pin
Blake Coverett21-Sep-03 17:27
Blake Coverett21-Sep-03 17:27 
GeneralRe: single applications with multiple forms Pin
Azel Low21-Sep-03 20:51
Azel Low21-Sep-03 20:51 
GeneralRe: single applications with multiple forms Pin
Blake Coverett21-Sep-03 22:25
Blake Coverett21-Sep-03 22:25 
GeneralRe: single applications with multiple forms Pin
Azel Low21-Sep-03 22:57
Azel Low21-Sep-03 22:57 
GeneralRe: single applications with multiple forms Pin
Blake Coverett21-Sep-03 23:42
Blake Coverett21-Sep-03 23:42 
GeneralEnum Question Pin
Wjousts21-Sep-03 11:23
Wjousts21-Sep-03 11:23 
GeneralRe: Enum Question Pin
J. Dunlap21-Sep-03 11:31
J. Dunlap21-Sep-03 11:31 
GeneralRe: Enum Question Pin
Wjousts21-Sep-03 11:44
Wjousts21-Sep-03 11:44 
GeneralCOM+ object pooling Pin
devvvy21-Sep-03 0:27
devvvy21-Sep-03 0:27 
GeneralRe: COM+ object pooling Pin
Daniel Turini22-Sep-03 0:36
Daniel Turini22-Sep-03 0:36 
GeneralRe: COM+ object pooling Pin
devvvy22-Sep-03 0:48
devvvy22-Sep-03 0:48 
GeneralCustom Namespaces Pin
maraymer20-Sep-03 23:42
maraymer20-Sep-03 23:42 
I am writing an Visual Studio.NET add-in in C# using the Add-in Wizard.

I would like to specify the namespace according to what I believe is supposed to be the standard naming convention:

CompanyName.TechnologyName[.Feature][.Design]

Unfortunately, since the wizard automatically generates the namespace from the solution name, I'm not really sure what all I need to change manually.

I know from other work that you can simply change a single, simple namespace name by just replacing it. (say Addin1 can be changed to Addin2).

BUT, when I try change a simple namespace to this extended type, my addin does not work anymore. When I get it "work" I get errors saying that the class has not been registered.

Any ideas?


GeneralRe: Custom Namespaces Pin
Paul Watson21-Sep-03 10:43
sitebuilderPaul Watson21-Sep-03 10:43 
GeneralIcon for a control Pin
CGi0320-Sep-03 22:49
CGi0320-Sep-03 22:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.