This is a migrated thread and some comments may be shown as answers.

How to run the examples?

4 Answers 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Houman
Top achievements
Rank 1
Houman asked on 27 Jul 2011, 06:22 PM
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.

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

4 Answers, 1 is accepted

Sort by
0
Houman
Top achievements
Rank 1
answered on 29 Jul 2011, 10:09 AM
Is there any help this regarding?  Or do I have to contact Pre-Sales for that?


Thanks,
Houman
0
Boyan
Telerik team
answered on 02 Aug 2011, 09:14 AM
Hello Houman,

We are not aware of such problem and are not able to reproduce it on our side. The method you are getting the error in is downloading the Metro theme in order to apply it to the examples. Could you please provide some more info on your environment , how you have installed our controls (did you used the .msi file or used a custom path to install) and if this happens to other control examples. This will greatly help us to pinpoint the problem and provide a fix.


All the best,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Houman
Top achievements
Rank 1
answered on 03 Aug 2011, 10:21 PM
Hi Boyan,

Thanks for coming back to me.

I have simply downloaded the trial of Q2 2011 and installed it.

I can use the controls, even run the demos. but when I open the Source code solutions to see the actual code behind the examples, I get the error message above.

What do I have to do ?

Kind Regards,
Houman
0
Boyan
Telerik team
answered on 08 Aug 2011, 11:56 AM
Hi Houman,

We are not able to reproduce such behavior. Could you please provide some more info on the steps you are doing to show this error.  If it is possible it will be best to shoot a small video how you reproduce the error. You can use Jing as it is a free tool suitable for the purpose.

Greetings,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
General Discussions
Asked by
Houman
Top achievements
Rank 1
Answers by
Houman
Top achievements
Rank 1
Boyan
Telerik team
Share this question
or