Debugging adapters hints

Seeing as though I just worked through this one-off. Adapter don't need to be in the GAC for the run-time to find them (we do a look-up on the registry key). Adapters DO need to be in the GAC for VS to find them when debugging so make sure you “GAC” them before attaching to the BTSNTSvc.exe to debug them. If you want to debug the design-time then attach to VS.NET (yes VS.NET).