J
Jim Heavey
Hello, I am trying to understand how to properly use the "reference" and
"imports".
If I create a "solution" with 2 projects, do they both sare the same
namespace?
When I use the IDE to create a reference between Project1 and Project2 in
that solution, I am actually providing the physical address of where the
reference project(project2) resides. Where is this information stored - or
to put it another way, if I was not using the IDE, how would I go about
creating a reference?
I made the Namespace for Project2 be "Fred" and the class which this
namespace contains is "Fred". What would my "Imports" statement look like.
I have tried "Fred" and "Fred.fred", but it does not seem to like either.
Thanks in advance for your assistance!!!!!!!!!
"imports".
If I create a "solution" with 2 projects, do they both sare the same
namespace?
When I use the IDE to create a reference between Project1 and Project2 in
that solution, I am actually providing the physical address of where the
reference project(project2) resides. Where is this information stored - or
to put it another way, if I was not using the IDE, how would I go about
creating a reference?
I made the Namespace for Project2 be "Fred" and the class which this
namespace contains is "Fred". What would my "Imports" statement look like.
I have tried "Fred" and "Fred.fred", but it does not seem to like either.
Thanks in advance for your assistance!!!!!!!!!