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

BC30009 compilation error

3 Answers 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saurel
Top achievements
Rank 1
Saurel asked on 06 Oct 2008, 12:56 PM
Hi, since this morning, i have the compilation error below.

Do you know how to fix it ?

Thanks

BC30009: Reference required to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the implemented interface 'System.Web.UI.IScriptControl'. Add one to your project.

Erreur source:

Ligne 44 :         Private Shared __initialized As Boolean
Ligne 45 :         
Ligne 46 :         Private Shared __BuildControl__control2_skinKey As Object = System.Web.UI.PageTheme.CreateSkinKey(GetType(Telerik.Web.UI.RadGrid), "Grille")
Ligne 47 :         
Ligne 48 :         <System.Diagnostics.DebuggerNonUserCodeAttribute()>  _

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Oct 2008, 08:31 AM
Hi Saurel,

Please verify if your project is .NET 2.0 if you use our Telerik.Web.UI.dll compiled against .NET 2.0 or .NET 3.5 project if you have our Telerik.Web.UI.dll compiled against .NET 3.5.

Greetings,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Susan
Top achievements
Rank 1
answered on 20 Mar 2009, 03:41 PM
Hello, I am getting a similar error after moving my Community site from one hosting company to DiscountASP.  Please help!

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: BC30009: Reference required to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the implemented interface 'System.Web.UI.IScriptControl'. Add one to your project.

Source Error:

Line 46:         Private Shared __BuildControl__control2_skinKey As Object = System.Web.UI.PageTheme.CreateSkinKey(GetType(Telerik.WebControls.RadPanelbar), "")
Line 47:         
Line 48: Private Shared __BuildControl__control3_skinKey As Object = System.Web.UI.PageTheme.CreateSkinKey(GetType(Telerik.Web.UI.RadMenu), "")Line 49:         
Line 50:         Private Shared __BuildControl__control4_skinKey As Object = System.Web.UI.PageTheme.CreateSkinKey(GetType(Telerik.WebControls.RadTabStrip), "")

Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\dd5fd1d6\dec3f418\App_Theme_SDCPainting.1gu3lzk6.0.vb    Line: 48
0
Atanas Korchev
Telerik team
answered on 23 Mar 2009, 09:19 AM
Hi Susan,

Which version of Telerik.Web.UI are you using? If running on the .net 2.0 version make sure ASP.NET Ajax 1.0 is installed on your web host.

Regards,
Albert
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Saurel
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Susan
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or