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

'RadScriptManager' is ambiguous in the namespace 'Telerik.Web.UI'.

1 Answer 455 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tov
Top achievements
Rank 1
Tov asked on 12 Nov 2008, 12:06 AM
Hi Everyone,
Can someone help me out? I have stuck when load up the page! Please note Yesterday my company just installed Q3 ver, and this morning when I was trying to test my page, the following error occurred...

Event code: 3007
Event message: A compilation error has occurred.
Event time: 12/11/2008 9:48:20 AM
Event time (UTC): 11/11/2008 11:48:20 PM
Event ID: d8146ca74ad84201a0317f2192e8d0ba
Event sequence: 8
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/w3svc/1/ROOT/Web/OverDimension-5-128709208772126981
    Trust level: Full
    Application Virtual Path: /Web/OverDimension
    Application Path: D:\Projects\OverDimension\OverDimension\Trunk\Web\
    Machine name: VP
 
Process information:
    Process ID: 1056
    Process name: aspnet_wp.exe
    Account name: VP 
 
Exception information:
    Exception type: HttpCompileException
    Exception message: D:\Projects\Trunk\Web\Application.aspx(13): error BC30560:
'RadScriptManager' is ambiguous in the namespace 'Telerik.Web.UI'.
 
Request information:
    Request URL: http://localhost/Web/ 
    Request path: /Web/Application.aspx
    User host address: 127.0.0.1
    User: 
    Is authenticated: True
    Authentication Type: Negotiate
    Thread account name:  
Thread information:
    Thread ID: 1
    Thread account name: 
    Is impersonating: True
    Stack trace:    at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
   at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
Custom event details:

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 12 Nov 2008, 08:36 AM
Hello Tov,

Please check if you have references to different versions of our controls.

Example locations:

web.config:
<add path="Telerik.Web.UI.WebResource.axd" verb="*"
type
="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1105.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" 
validate="false" /> 

*.csproj / *.vbproj

<Reference Include="Telerik.Web.UI, Version=2008.2.723.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL"
<SpecificVersion>False</SpecificVersion> 
<HintPath>..\..\..\..\..\..\..\Program Files\telerik\RadControls for ASPNET AJAX Q2 2008\Bin\Telerik.Web.UI.dll</HintPath> 
</Reference> 

GAC:
Telerik.Web.UI, Version=2008.2.1001.20, Culture=neutralPublicKeyToken=121fae78165ba3d4processorArchitecture=x86 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Tov
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or