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

Silverlight Rad Control for VS 2010 Beta 2 isn't working!!!

4 Answers 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Preetham Reddy
Top achievements
Rank 2
Preetham Reddy asked on 23 Oct 2009, 03:45 PM
I installed Silverlight RAD Controls for VS 2010 Beta 2 version and I am not able to use the controls in VS 2010 or even run the demo examples.

When I try to create a new RadControls Silverlight Application, I get the following error :

Error: This template tried to load an untrusted component.. Microsoft.VisualStudio.Silverlight version... culture, publictoken etc...

When I try to run the demos.. the get the following error

Windows cannot find WebDev,WebServer.EXE

I am using VS 2010 Beta 2 on Windows Vista, 64bit, sp2

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Oct 2009, 07:03 AM
Hi,

Looks like you do not have ASP.NET Development Server installed.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Accepted
Libertad
Top achievements
Rank 1
answered on 14 Nov 2009, 10:54 PM

It seems DevServer10.0 is installed on your computer.
if so, you must change the file C:\Program Files\Telerik\RadControls for Silverlight Q3 2009\Demos\ExamplesWeb\StartExamples.bat
like bellow:

@echo off

SET LocalProgramFiles="%ProgramFiles(x86)%"
IF %LocalProgramFiles% == "" SET LocalProgramFiles="%ProgramFiles%"

set currentdir=%cd%
pushd "%LocalProgramFiles%\Common Files\microsoft shared\DevServer\10.0\"
start WebDev.WebServer20.EXE /port:6519 /path:"%currentdir%"
start http://localhost:6519/Default.aspx
popd

0
Preetham Reddy
Top achievements
Rank 2
answered on 15 Nov 2009, 12:52 AM
Thank you so much... That works for me.. I was surprised when somebody said I don't have webserver installed!!!
0
Preetham Reddy
Top achievements
Rank 2
answered on 15 Nov 2009, 12:54 AM
I have Development Server installed... Pls don't assume something before you reply...

Thanks
Tags
General Discussions
Asked by
Preetham Reddy
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Libertad
Top achievements
Rank 1
Preetham Reddy
Top achievements
Rank 2
Share this question
or