c# - How do I add a folder to a program's namespace? -


i converted visual studio 2006 project visual studio 2010. conversion went on fine, somewhere along line namespace got corrupted, , result, parts of codebase throwing errors (because objects they're referencing, etc. no longer being imported).

i can manually locate folder relevant files, can't seem reference file using clauses (or i'm botching using entirely). there function in visual studio can use import requisite files directly?

for physical files can click show files button @ top of solution explorer, locating folder, right click , choose include in project.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -