Home Home
About TAPI
About TAPI
Exclusive Articles
Exclusive Articles
TAPI-Applications
TAPI-Applications
TAPI Service Providers
TAPI Service Providers
TAPI-Hardware
TAPI-Hardware
Application Development
Application Development
TSP Development
TSP Development
Resources
Resources

Search

Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename

History

26.02.2008 23:51:46
-80.152.131.144
25.02.2008 20:32:05
-80.152.131.144
25.02.2008 17:49:41
-80.152.131.144
List all versions List all versions
Debug Tapisrv Add In
.

Visual Studio Add-In for Debugging the Telephony Service (TAPISRV)

Summary
DebugTapisrvAddIn is an Add-In for Visual Studio 2005 and Visual Studio 2008 that lets you easily debug the Windows Telephony Service (TAPISRV).

To debug a TSP, you need to attach to the Telephony Service (TAPISRV). TAPISRV is hosted by the svchost.exe process which is hosting many Windows services.

Finding out which process is hosting tapisrv can be accomplished by using the command promptt (e.g. 'tasklist /m tapisrv*' or a task manager that displays or allows you to search by the modules loaded by a process). Then you can use the process id (PID) and search for a process with this ID in Visual Studio's "Attach to process..." dialog.

When you need to do this often, this procedure can get quite annoying. Thus I created a very simple Visual Studio AddIn that creates a menu entry under the Tools menu called "Attach to tapisrv..".

This gives you a simple way of attaching the debugger to the Telephony Service.

I hope someone might find it useful! If you got any comments please write me at: moetje|a|terasens.com

New

Download

A website dedicated to all aspects of TAPI (Telephony Application Programming Interface)

Recent Topics