Search results for query: *

  • Users: fig000
  • Content: Threads
  • Order by date
  1. F

    Issue with error handling in callback

    New to asynchronous calls, in this case using a call back. The code below works. The code is calling a rather rudimentary web service which returns xml. If the service returns xml the code works fine and msresponse is filled with the xml and the funcion "GetWebserviceData" is able to return, to...
  2. F

    Using a string name to return a type in an assembly

    Hi, I'm not great with reflection and I hope I chose the right category. I have an interesting problem. I have written a report using devexpress reports. This involves a line of code like this: lxListData = New System.Collections.Generic.List(Of DLL.Report.ListData) ListData is report...
Back
Top