Debugging a TSP



Hello

I followed the notes on Andreas Marshall's TAPI and TSP FAQ site and edited
my HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv\ImagePath
to:

"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe"
%SystemRoot%\System32\svchost.exe -k tapisrv

[Previously it was: %SystemRoot%\System32\svchost.exe -k netsvcs]

Andreas site suggested that it would be originally be:
%SystemRoot%\System32\svchost.exe -k tapisrv - on Windows 2000 and higher.
But my XP system had netsvcs - don't know if this makes a difference?

I also made the service interact with desktop change.

When I then launch dialer.exe MSDev is loaded and I press F5 to debug - get
message C:\WINDOWS\system32\svchost.exe does not contain debugging
information. Press OK to continue.

Then after a delay I get a dialog saying:

Error: Phone Dialer

Operation: Initializing Windows Telephony Services
Details: Failed initializing a telephony service component (TAPI3.DLL).
System registry may be corrupted. If symptoms persist, try restarting
Windows or using REGSVR32 to update registry settings for the TAPI
components.
Error: The operation failed for an unspecified reason.

What am I doing wrong?

Angus


.