This question is locked. New answers and comments are not allowed.
Hello,
I am evaluating Telerik Silverlight controls. Is there a step by step instruction how to create the environment?
When I run the examples, and want to switch to the CoverFlow example I get an exeption at DownloadFile(Uri uri) method in the ThemesDownloader.cs.
The inner exception says The Remote Server returned an error: NotFound. as BrowserHttpWebRequest.InternalEndGetResponse()
I wished the examples had no environment dependencies.
Many Thanks for your help,
Houman
I am evaluating Telerik Silverlight controls. Is there a step by step instruction how to create the environment?
When I run the examples, and want to switch to the CoverFlow example I get an exeption at DownloadFile(Uri uri) method in the ThemesDownloader.cs.
private object DownloadFile(Uri uri){ ... WebClient wc = new WebClient(); wc.OpenReadCompleted += (s, e) => { (s as WebClient).DownloadProgressChanged -= this.OnWebClientDownloadprogressChanged; objectToReturn = e.Result; // An Exception occurred during the operation, making the sresult invalid. autoResetEvent.Set(); };}The inner exception says The Remote Server returned an error: NotFound. as BrowserHttpWebRequest.InternalEndGetResponse()
I wished the examples had no environment dependencies.
Many Thanks for your help,
Houman