ServiceObject/SmartObject giving error message when building SqlDataSource

  • 16 January 2009
  • 1 reply
  • 0 views

Badge +3

I built my own service object and coorsponding smart object for the service. I then have a .aspx page and use the SqlDataProvider to query the SO. When I do this and click 'Test Query' button. I get an error message saying it couldn't execute: 'Value cannot be null. Parameter name: path'

 

Where is the path parameter? How do I set this? 


1 reply

Badge +8

Zeppelin, do you know you could debug your service object and can pin point the error. run the visual studio remote debugger on k2 server. Run visual studio in debug mode on development and then attach to k2hostserver.exe

 

I think there is post by david L on how to debug service object as well on under ground ~

Reply