w? > > 2. If so, try adding logging calls shellext.cpp in > - dllmain under process attach and process detach > - throughout the reamining routines both at the start of the routines and > just before return statements in if statements so we can say what is being > called and what condition it is returning (will need to add #include for > pprodebug.h header file). > > If nothing gets logged at all, and the registry seems right, then that will > be a puzzler indeed. >
You can also look into attaching the debugger to explorer and creating a debug version of the dll; I believe this is possible but I have never done it. Not sure if you can do it with express version, however.
