我有一个带有WinForms项目的VB.NET VS2010解决方案,它在同一个解决方案中调用一个网站项目.
我可以进入这个web方法:
<的WebMethod()>公共函数GetStartUpData()作为DataSet
和其他Web方法,但不是以下方法.我想知道它是否与使用Nullable类型参数的唯一Web方法有关.
Unable to automatically step into server. unable to determine a stopping location
- <WebMethod()>
- Public Function RetrieveOrdersByFilter( _
- ByVal customerId As Nullable(Of Integer),_
- ByVal fromDate As Nullable(Of Date),_
- ByVal toDate As Nullable(Of Date),_
- ByVal fromStatusCodeId As Nullable(Of Integer),_
- ByVal toStatusCodeId As Nullable(Of Integer)) As DataSet