I am attempting to use the Voice Response Debugging Window (VRDW) to test a VXML based Web Service in which I override the GetHandler from IHttpHandlerFactory and return my own VXML document during my own handler's ProcessRequest. When I press the "Call" button on the VRDW it displays the following error:
"The active project is a non-speech project. If it is a speech project, please make sure the project file is not set as read-only"
Initially I created the project as a VXML speech project through the wizard and tested with the VRDW which was successful. Next I added the derived class of IHttpHandlerFactory and modified the web.config file to add the new handler factory. When I attempted to use the VRDW, I get the error message above.
What constitutes a speech app to the VRDW? Is there something I am missing in my project configuration?
Thanks.
DK