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

[Solved] How to view Live Demos in Visual Studio 2008

3 Answers 122 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Urt
Top achievements
Rank 1
Urt asked on 28 Aug 2009, 03:43 PM
I want to open the live demos in the \Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Live Demos.  However when I click on "StartExamples.exe", I have the following error message:

Server Error in '/RadControls_AspNetAjax' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 50: 			</codeSubDirectories>
Line 51: 			<assemblies>
Line 52: 				<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 53: 				<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 54: 				<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

Source File: C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Live Demos\web.config    Line: 52


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053


Did I do something wrong?  My goal is to learn from this sample code and get to know the RadControl tool?  FYI: I already have the telerik traniner 2.3.2.12 installed.  However, I would like to see more complete project build installed of some part of the tool.  I kinda what to know the whole package can offer with other professional works.

Thanks




3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 28 Aug 2009, 03:59 PM
Hello Urt,

Please delete the current web.config and replace it with Web.config.Net35 from the Live Demos folder (you should rename it to web.config)

I hope this helps.

Regards,
Daniel
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
Urt
Top achievements
Rank 1
answered on 04 Sep 2009, 02:04 PM
Now it shows the following message after I rename Web.config.Net35 to Web.config.  I also remove the old Web.config.

Server Error in '/RadControls_AspNetAjax' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 71: 				<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 72: 				<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Line 73: 				<add assembly="System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 74: 				<add assembly="System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 75: 				<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />

Source File: C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Live Demos\web.config    Line: 73

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433


I also try to use the Web.config.Net20, but the same error message as the original Web.config file.  Do you have any suggestion?
0
Accepted
Vesko
Top achievements
Rank 2
answered on 04 Sep 2009, 02:27 PM
I found a solution in this forum post: install Service Pack 1 of VS 2008
Tags
General Discussions
Asked by
Urt
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Urt
Top achievements
Rank 1
Vesko
Top achievements
Rank 2
Share this question
or