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

sample website in 2.0

1 Answer 87 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
giani
Top achievements
Rank 1
giani asked on 24 Mar 2009, 02:42 PM
How can I make the sample website that comes with the installation to work in asp.net 2.0?
i get this error

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC32206: Indirect reference is being made to assembly System.Web.Extensions version 3.5.0.0, which contains 'Telerik.Web.UI.RadComboBox'. This Project references a prior version of System.Web.Extensions version 1.0.61025.0. To use 'Telerik.Web.UI.RadComboBox', you must replace the reference to System.Web.Extensions with version 3.5.0.0 or higher.

Source Error:

Line 27:             MyBase.SetupFilterControls(cell)
Line 28:             cell.Controls.RemoveAt(0)
Line 29: Dim combo As RadComboBox = New RadComboBoxLine 30:             combo.ID = ("RadComboBox1" + Me.DataField)
Line 31:             combo.ShowToggleImage = False

Source File: C:\Inetpub\wwwroot\us\Live Demos\App_Code\Grid_VB\MyCustomFilteringColumnVB.vb    Line: 29

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 27 Mar 2009, 05:09 AM
Hello Giani-

To configure the RadControls demo project to work in ASP.NET 2.0, you need to make some modifications to your web.config. Unfortunatley, there are quite a few required changes, so I would encourage you to open a support ticket and request a version of the Live Demos designed for the 2.0 version of the .NET Framework. Telerik Support should be able to provide you with the version of the demos you need to run them locally on a .NET 2.0 machine.

Hope that helps.

-Todd
Tags
General Discussions
Asked by
giani
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or