vb.net creating and using namespace

Posted by tridat on Stack Overflow See other posts from Stack Overflow or by tridat
Published on 2010-05-25T00:57:06Z Indexed on 2010/05/25 1:01 UTC
Read the original article Hit count: 245

Filed under:
|

I've googled for creation of namespaces and found some very useful examples, what these examples didn't have is how do I compile and implement my created namespace on my system so I can include it from my various applications.

So for example, if I create a namespace to load a config file from my application path and insert it to an array, Do i need to include the namespace on any project I use or is there a way to make it part of my environment?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about namespaces