Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Namespace Question

Status
Not open for further replies.

BiancaJ

Technical User
Nov 4, 2002
51
0
0
GB
Lets say I declare "Using Modules.AdsManager.File" in my code.

Does it mean that I should have "bin/Modules/AdsManager/File" available at the same directory as I build my code?

Or will it be "Modules/AdsManager/File" available at the same directory as I build the code?

Thanks very much.

Bianca
 
Lets say you declare "Using Modules.AdsManager.File" in your code, it means that you should have "yourLibrary.dll" available at the same directory as you build it, where the library must have namespace "Modules.AdsManager.File"

I hope that this can help you.
 
I forgot that you must have a reference to this library
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top