I'm currently working on some design time editors, which need to read configuration settings from the web.config / app.config files, located in the main project folder.
The main problem is to find the directory of the project. There are some good posts about it, like here and here, but alas, they are all good only for VS 2003. I couldn't find any info about implementing such a functionality in VS 2005.
Do you know of any source available regarding this issue?