Hi,
I'm using Microsoft OCS 2007 Speech Server, with speech server development tools in VS 2005 (using voice response workflow
application) trying to develop application that affects in sharepoint lists, every thing is working fine untill i tried to define sharepoint list
item like:
Using web3 As SPWeb = site3.OpenWeb("/Docs")
Dim list As SPList = web3.Lists(dr.Item("listTitle"))
Dim splistItem As SPListItem = list.GetItemById(dr.Item("ItemId"))
in the previous line is not acceptable in this type of application (which is Voice Response Workflow) and i don't know why??
i copied my previous code and replaced it in normal Windows Application and everything was working fine!
any idea?