Click here to Skip to main content
15,909,747 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in deployment urgent Pin
Paul Conrad7-Oct-07 5:46
professionalPaul Conrad7-Oct-07 5:46 
GeneralRe: Problem in deployment urgent Pin
Pete O'Hanlon7-Oct-07 10:40
mvePete O'Hanlon7-Oct-07 10:40 
GeneralRe: Problem in deployment urgent Pin
Paul Conrad7-Oct-07 11:05
professionalPaul Conrad7-Oct-07 11:05 
QuestionAccess properties from a class not belonging to the namespace Pin
ESTAN6-Oct-07 9:56
ESTAN6-Oct-07 9:56 
AnswerRe: Access properties from a class not belonging to the namespace Pin
Dave Kreskowiak6-Oct-07 13:35
mveDave Kreskowiak6-Oct-07 13:35 
GeneralRe: Access properties from a class not belonging to the namespace Pin
ESTAN6-Oct-07 13:42
ESTAN6-Oct-07 13:42 
GeneralRe: Access properties from a class not belonging to the namespace Pin
Christian Graus6-Oct-07 13:50
protectorChristian Graus6-Oct-07 13:50 
GeneralRe: Access properties from a class not belonging to the namespace Pin
Dave Kreskowiak6-Oct-07 15:45
mveDave Kreskowiak6-Oct-07 15:45 
Like Christian said, you can't do that. The namespace is part of the fully qualified name of the class. Changing it is out of the question.

The only way you can use this class in other projects is to add a reference to it's .DLL. Importing the namespace is optional, but it saves you from having to type the full namespace/class path in your other project's code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionreading xml values Pin
jon-806-Oct-07 9:25
professionaljon-806-Oct-07 9:25 
AnswerRe: reading xml values Pin
pmarfleet6-Oct-07 11:44
pmarfleet6-Oct-07 11:44 
GeneralRe: reading xml values Pin
jon-806-Oct-07 13:09
professionaljon-806-Oct-07 13:09 
GeneralRe: reading xml values Pin
jon-806-Oct-07 21:21
professionaljon-806-Oct-07 21:21 
GeneralRe: reading xml values Pin
pmarfleet6-Oct-07 22:06
pmarfleet6-Oct-07 22:06 
GeneralRe: reading xml values Pin
jon-806-Oct-07 22:20
professionaljon-806-Oct-07 22:20 
QuestionIs there a way to change file location? Pin
C# Beginner Nick6-Oct-07 9:04
C# Beginner Nick6-Oct-07 9:04 
AnswerRe: Is there a way to change file location? Pin
Kristian Sixhøj6-Oct-07 9:18
Kristian Sixhøj6-Oct-07 9:18 
GeneralRe: Is there a way to change file location? [modified] Pin
C# Beginner Nick6-Oct-07 9:20
C# Beginner Nick6-Oct-07 9:20 
GeneralRe: Is there a way to change file location? Pin
Kristian Sixhøj6-Oct-07 9:44
Kristian Sixhøj6-Oct-07 9:44 
GeneralRe: Is there a way to change file location? Pin
C# Beginner Nick6-Oct-07 9:59
C# Beginner Nick6-Oct-07 9:59 
AnswerRe: Is there a way to change file location? Pin
Patrick Etc.7-Oct-07 1:17
Patrick Etc.7-Oct-07 1:17 
QuestionHow do i.... Pin
C# Beginner Nick6-Oct-07 7:21
C# Beginner Nick6-Oct-07 7:21 
AnswerRe: How do i.... Pin
Justin Perez6-Oct-07 7:25
Justin Perez6-Oct-07 7:25 
GeneralRe: How do i.... Pin
C# Beginner Nick6-Oct-07 7:28
C# Beginner Nick6-Oct-07 7:28 
GeneralRe: How do i.... Pin
Justin Perez6-Oct-07 7:45
Justin Perez6-Oct-07 7:45 
GeneralRe: How do i.... Pin
C# Beginner Nick6-Oct-07 7:48
C# Beginner Nick6-Oct-07 7:48 

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.