Upgrading from 7.3 to 9.2 - Type "Telerik.Sitefinity.We

Posted by Community Admin on 04-Aug-2018 08:46

Upgrading from 7.3 to 9.2 - Type "Telerik.Sitefinity.Web.UI.MigrationControls.MigratedUserControl" cannot be resolved.

All Replies

Posted by Community Admin on 17-Oct-2016 00:00

Anyone know why I would get the above mentioned exception when running my site for the first time after upgrading to 9.2? 

Notes: 

  1. Why did a dry run of the upgrade prior to running it on the production database/files - we didn't get this error
  2. The backend seems to be working with no exceptions
  3. This exception is restricted to the Home page ONLY

Here is the stack trace: 

[ArgumentException: Type "Telerik.Sitefinity.Web.UI.MigrationControls.MigratedUserControl" cannot be resolved.] Telerik.Sitefinity.Utilities.TypeConverters.TypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase) +1319 Telerik.Sitefinity.Utilities.TypeConverters.TypeResolutionService.ResolveType(String name, Boolean throwOnError) +45 Telerik.Sitefinity.Abstractions.VirtualPath.PageResolverBase.BuildControls(PageData pageData, List`1 controlConatiners, CursorCollection placeHolders, DirectiveCollection directives) +728 Telerik.Sitefinity.Abstractions.VirtualPath.SitefinityPageResolver.RenderPage(StringBuilder output, PageData pageData, RequestContext context, String virtualPath) +152 Telerik.Sitefinity.Abstractions.VirtualPath.SitefinityPageResolver.Open(PathDefinition definition, String virtualPath) +926 Telerik.Sitefinity.Abstractions.VirtualPath.PathDefinition.OpenFile(String virtualPath) +32 Telerik.Sitefinity.Abstractions.VirtualPath.VirtualPathManager.OpenFile(String virtualPath) +44 Telerik.Sitefinity.Abstractions.VirtualPath.SitefinityVirtualFile.Open() +20 System.Web.Hosting.VirtualPathProvider.OpenFile(String virtualPath) +32 System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) +126 System.Web.UI.TemplateParser.ParseInternal() +84 System.Web.UI.TemplateParser.Parse() +154 System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() +110 System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) +59 System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() +212 System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +29 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +10098677 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +294 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +103 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) +165 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) +43 Telerik.Sitefinity.Web.Compilation.CompilationHelpers.LoadControl(String virtualPath, Boolean isCausedByUserInteraction, PageSiteNode pageSiteNode) +338 Telerik.Sitefinity.Web.PageRouteHandler.InstantiateHandler(RequestContext requestContext, PageSiteNode pageDataNode, String& theme) +179 Telerik.Sitefinity.Web.PageRouteHandler.BuildHttpHandler(RequestContext requestContext) +509 Telerik.Sitefinity.Frontend.Mvc.Infrastructure.Routing.MvcPageRouteHandler.BuildHttpHandler(RequestContext requestContext) +9 Telerik.Sitefinity.Web.PageRouteHandler.GetHttpHandler(RequestContext requestContext) +38 System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +9853655 System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache(Object sender, EventArgs e) +82 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0              

This thread is closed