Hi guys I'm having trouble getting some code to build and debug in VS2008. Basically the project is located within a sub folder and it is trying to access .ascx files in a folder that is two folders up within the hierarchy ie: project is in //website/source/current/projectfolder and it tries to access a file in //website/usercontrols.
How do I get those files into my work space in the solution folder and so the application can actually build? Also is there a way to do so by adding the entire usercontrols folder as opposed to file by file?
Thanks guys