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

Getting error trying to run sample in Blend

1 Answer 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 17 Jul 2008, 03:51 AM
I had also reported this problem with CTP 1 and still in CTP 2. When trying to run the samples in Blend, I get:

An Error occured! Code:500

Secondly, I'm still confused as to why you have two separate projects in the solutions, (SilverlightExamples and Telerik.Windows.Examples).
And why are duplicates of folders? Why is different than a traditional Silverlight application?

I was hoping by CTP 2, the samples were organized better!

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Valentin.Stoychev
Telerik team
answered on 17 Jul 2008, 06:07 AM
Hi Ben,

We need have 2 projects in the solution - one is a SilverlightProject, the second is a WebApplication. We need the WebApplication project in order to run the examples with the web server. Running the examples on the server is required for the RadUpload and also give you the ability to check-out the C# and XAML code of the examples while browsing them. I hope this makes sense now.

About the error in Blend - I was able to reproduce it. The problem is that the viewsource.aspx is run by the Blend as a startup page. We will fix this for the release next week. For the moment you can workaround this by setting the index.html as a startup page.

When the project is run in browser and the url is something like :
http://localhost:5869/viewSource.aspx

just change it to
http://localhost:5869/index.html

and everything should be ok.

Thanks for pointing ths out!

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Valentin.Stoychev
Telerik team
Share this question
or