Click here to Skip to main content
15,890,609 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Comprehensive list of Attributes build into .Net Pin
Stephane Rodriguez.7-Jan-03 4:21
Stephane Rodriguez.7-Jan-03 4:21 
GeneralWhere to start Pin
Sarvesvara (BVKS) Dasa4-Jan-03 21:52
Sarvesvara (BVKS) Dasa4-Jan-03 21:52 
GeneralRe: Where to start Pin
Stephane Rodriguez.4-Jan-03 21:55
Stephane Rodriguez.4-Jan-03 21:55 
GeneralRe: Where to start Pin
Sarvesvara (BVKS) Dasa4-Jan-03 22:01
Sarvesvara (BVKS) Dasa4-Jan-03 22:01 
GeneralRunning an app from the network Pin
Jamie Nordmeyer3-Jan-03 8:20
Jamie Nordmeyer3-Jan-03 8:20 
GeneralRe: Running an app from the network Pin
Ray Cassick3-Jan-03 9:01
Ray Cassick3-Jan-03 9:01 
GeneralRe: Running an app from the network Pin
Jamie Nordmeyer3-Jan-03 10:33
Jamie Nordmeyer3-Jan-03 10:33 
GeneralNested namespaces and CodeDom Pin
Erik Doernenburg2-Jan-03 23:54
Erik Doernenburg2-Jan-03 23:54 
I'm trying (in a nutshell) to generate the following code:

using System;

namespace Foo
{
  namespace Bar
  {
    public  class Class1
    {
    }
  }
}

My problem is that I can't find a way to add the CodeNamespace object for the Bar namespace to the CodeNamespace object for the Foo namespace. None of the collections available through the properties on CodeNamespace allow another CodeNamespace. Any ideas?

erik
GeneralRe: Nested namespaces and CodeDom Pin
Vagif Abilov3-Jan-03 0:25
professionalVagif Abilov3-Jan-03 0:25 
GeneralRe: Nested namespaces and CodeDom Pin
leppie3-Jan-03 9:12
leppie3-Jan-03 9:12 
GeneralRe: Nested namespaces and CodeDom Pin
Erik Doernenburg4-Jan-03 6:51
Erik Doernenburg4-Jan-03 6:51 
GeneralRe: Nested namespaces and CodeDom Pin
leppie5-Jan-03 6:45
leppie5-Jan-03 6:45 
GeneralRe: Nested namespaces and CodeDom Pin
John Burton8-Jan-03 4:20
John Burton8-Jan-03 4:20 
GeneralEvent Problem Pin
Maynero2-Jan-03 9:08
Maynero2-Jan-03 9:08 
GeneralInterproccess Comms Pin
CSharpDavid1-Jan-03 12:44
CSharpDavid1-Jan-03 12:44 
GeneralRunning a program as a specified user Pin
fesenjoon31-Dec-02 5:30
fesenjoon31-Dec-02 5:30 
GeneralCodeDom Pin
msethi30-Dec-02 3:15
msethi30-Dec-02 3:15 
GeneralRe: CodeDom Pin
leppie30-Dec-02 7:22
leppie30-Dec-02 7:22 
GeneralAccess Attributes Effective Mask Pin
leppie29-Dec-02 5:54
leppie29-Dec-02 5:54 
GeneralAbout "JIT"... Pin
Nitron28-Dec-02 13:15
Nitron28-Dec-02 13:15 
GeneralRe: About "JIT"... Pin
Rob Graham28-Dec-02 14:39
Rob Graham28-Dec-02 14:39 
GeneralRe: About "JIT"... Pin
James T. Johnson28-Dec-02 17:17
James T. Johnson28-Dec-02 17:17 
GeneralRe: About "JIT"... Pin
Nitron29-Dec-02 15:05
Nitron29-Dec-02 15:05 
GeneralRe: About "JIT"... Pin
James T. Johnson30-Dec-02 10:10
James T. Johnson30-Dec-02 10:10 
GeneralProgramatically displaying dropdown menus from toolbars Pin
Arun Bhalla26-Dec-02 16:08
Arun Bhalla26-Dec-02 16:08 

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.