This question is locked. New answers and comments are not allowed.
Ive got this application that uses custom built silverlight controls by using telerik controls. The custom made 'controls' are used as tabs for an application that we hide and show based on user interaction. Ive got a problem with one of my 'tabs' thats using the telerik controls. In the entire silverlight application we have a folder named Controls that hold all the 'tabs'. Im using the upload telerik control and having some problems getting it use my handler and target folder. My handler and target folder are in the web application where the silvelright control is compiled into the .xap file. Ive got the telerik upload control with the handler set to '/Handler.ashx'(and have tried many other variations) and the folder to /MyFolder.
Ive got a breakpoint set so that each time there is a file upload fail, it hits and lets me look at the error. however the problem now is that Ive got he breakpoint firing but when I go in and look at the error details to see what happened, the ErrorMessage field is completely blank.
Ive got a breakpoint set so that each time there is a file upload fail, it hits and lets me look at the error. however the problem now is that Ive got he breakpoint firing but when I go in and look at the error details to see what happened, the ErrorMessage field is completely blank.