Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
QuestionNamespaces Pin
Yoyosch18-Sep-05 4:57
Yoyosch18-Sep-05 4:57 
AnswerRe: Namespaces Pin
Niklas Ulvinge18-Sep-05 5:13
Niklas Ulvinge18-Sep-05 5:13 
QuestionRe: Namespaces Pin
Yoyosch18-Sep-05 5:23
Yoyosch18-Sep-05 5:23 
AnswerRe: Namespaces Pin
Niklas Ulvinge18-Sep-05 5:33
Niklas Ulvinge18-Sep-05 5:33 
QuestionRe: Namespaces Pin
Yoyosch18-Sep-05 5:51
Yoyosch18-Sep-05 5:51 
AnswerRe: Namespaces Pin
Niklas Ulvinge18-Sep-05 23:27
Niklas Ulvinge18-Sep-05 23:27 
AnswerRe: Namespaces Pin
Daniel Grunwald18-Sep-05 6:20
Daniel Grunwald18-Sep-05 6:20 
AnswerRe: Namespaces Pin
Stefan Troschuetz18-Sep-05 6:22
Stefan Troschuetz18-Sep-05 6:22 
Yoyosch wrote:
I have several classes that make a namespace 'CsGL.Basecode'.

What do you mean by that? Have all classes just the same namespace or do you also compile them to a library?

If these classes are available as source files then simply add them to your project by right-clicking on the project folder and selecting "Add existing item..". If they are compiled to a library, you have to reference this library as said by the other poster.

Anyway, if the classes are declared in the namespace "CsGL.Basecode" you cannot access them via "System.CsGL.Basecode", cause your namespace won't be added to the System namespace.







www.troschuetz.de
Questionusing assembly in c# Pin
q_w_1_218-Sep-05 2:18
q_w_1_218-Sep-05 2:18 
AnswerRe: using assembly in c# Pin
Dave Kreskowiak18-Sep-05 4:13
mveDave Kreskowiak18-Sep-05 4:13 
GeneralRe: using assembly in c# Pin
Niklas Ulvinge18-Sep-05 5:14
Niklas Ulvinge18-Sep-05 5:14 
GeneralRe: using assembly in c# Pin
leppie18-Sep-05 7:34
leppie18-Sep-05 7:34 
GeneralRe: using assembly in c# Pin
Niklas Ulvinge18-Sep-05 23:29
Niklas Ulvinge18-Sep-05 23:29 
GeneralRe: using assembly in c# Pin
leppie19-Sep-05 0:07
leppie19-Sep-05 0:07 
QuestionProblem in startinfo Pin
Mazdak17-Sep-05 23:41
Mazdak17-Sep-05 23:41 
AnswerRe: Problem in startinfo Pin
Matt Gerrans18-Sep-05 0:13
Matt Gerrans18-Sep-05 0:13 
AnswerRe: Problem in startinfo Pin
Mazdak18-Sep-05 0:26
Mazdak18-Sep-05 0:26 
GeneralRe: Problem in startinfo Pin
Matt Gerrans18-Sep-05 11:07
Matt Gerrans18-Sep-05 11:07 
GeneralRe: Problem in startinfo Pin
Mazdak18-Sep-05 18:44
Mazdak18-Sep-05 18:44 
AnswerRe: Problem in startinfo Pin
Dave Kreskowiak18-Sep-05 4:05
mveDave Kreskowiak18-Sep-05 4:05 
GeneralRe: Problem in startinfo Pin
Mazdak18-Sep-05 4:23
Mazdak18-Sep-05 4:23 
GeneralRe: Problem in startinfo Pin
Dave Kreskowiak19-Sep-05 1:31
mveDave Kreskowiak19-Sep-05 1:31 
QuestionIs this result realistic? Pin
Dario Solera17-Sep-05 23:37
Dario Solera17-Sep-05 23:37 
AnswerRe: Is this result realistic? Pin
Guffa18-Sep-05 0:00
Guffa18-Sep-05 0:00 
GeneralRe: Is this result realistic? Pin
Dario Solera18-Sep-05 0:30
Dario Solera18-Sep-05 0:30 

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.