Name: dude 2010-11-17 18:41
Hi /prog/ I got a C# problem of namespaces.
So I got 3 projects in my solution, how do I "call" the namespaces from the other projects? If I put "using XX" it tells me the assembly can't be found... am I missing someting here?
the XX namespace is in project 2, and I can do "using XX" from my project #3 , but not from my project 1
Am I supposed to do something else than "using XX" ?
So I got 3 projects in my solution, how do I "call" the namespaces from the other projects? If I put "using XX" it tells me the assembly can't be found... am I missing someting here?
the XX namespace is in project 2, and I can do "using XX" from my project #3 , but not from my project 1
Am I supposed to do something else than "using XX" ?