I was curious about the code; So, I downloaded your sources.
I did an automatic upgrade from VS.Net 2003 to VS.Net 2005 (As I only have this IDE).
But, even if the upgrade was successful, the project did not compile because of various small errors (mainly convertions from a type to another)
The two most surprising errors are in the Copy Handler project itself:
Error 33 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int file:g:\downloads firefox\source copy handler\ch-src\modules\app framework\af_defs.h 26
Error 34 error BK1506 : cannot open file '.\Debug\AppHelper.sbr': No such file or directory file:BSCMAKE
This is only for your information as I do not intend to make it compiles (for the moment

)
O.