Hey all,
First post, so i'm hope im in the right place :
Basically I have a web service and an interface as the consumer in two
seperate projects running on the same machine. There is a single webservice
with multiple functions. The functions that are retriving data such as
GetDataX(Param) I can step into with the debugger fine. But the slighlty
more complex functions that require me passing a dataset wont allow me to
debug. Is there something that I dont know about webservice interfaces that
stops me from debugging such a function. I have taken an extract of the
functions which i can debug and the ones that I cant :
Debugable interface :
Public Function GetProductCateg oryByDepartment ID(ByVal DepartmentID As
Integer) As DataSet
Can't Debug Interface :
Function SaveProductCate goryChanges(ByR ef ProdCatData As DataSet, ByVal
blnTestData As Boolean) As Boolean
Hope this is enough info and thanks for reading
Jon
First post, so i'm hope im in the right place :
Basically I have a web service and an interface as the consumer in two
seperate projects running on the same machine. There is a single webservice
with multiple functions. The functions that are retriving data such as
GetDataX(Param) I can step into with the debugger fine. But the slighlty
more complex functions that require me passing a dataset wont allow me to
debug. Is there something that I dont know about webservice interfaces that
stops me from debugging such a function. I have taken an extract of the
functions which i can debug and the ones that I cant :
Debugable interface :
Public Function GetProductCateg oryByDepartment ID(ByVal DepartmentID As
Integer) As DataSet
Can't Debug Interface :
Function SaveProductCate goryChanges(ByR ef ProdCatData As DataSet, ByVal
blnTestData As Boolean) As Boolean
Hope this is enough info and thanks for reading
Jon