John
-
10/16/2011 7:33:49 AM
RE:Friendly URL (extentionless) not working when contains greek characters
I tried to apply latest fix for 5.5. (5.5.30)
SQL part succeded but after replacing files I get: Server Error in '/' Application. --------------------------------------------------------------------------------
Method 'get_ScriptManagerControl' in type 'CMSPages_PortalTemplate' from assembly 'App_Web_portaltemplate.aspx.67ab7734.j7yaanwb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Method 'get_ScriptManagerControl' in type 'CMSPages_PortalTemplate' from assembly 'App_Web_portaltemplate.aspx.67ab7734.j7yaanwb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Method 'get_ScriptManagerControl' in type 'CMSPages_PortalTemplate' from assembly 'App_Web_portaltemplate.aspx.67ab7734.j7yaanwb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.] System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0 System.Reflection.Assembly.GetType(String name) +25 System.Web.Compilation.BaseTemplateBuildProvider.GetGeneratedType(CompilerResults results) +55 System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults results) +45 System.Web.Compilation.TemplateControlBuildProvider.CreateBuildResult(CompilerResults results) +33 System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults results) +13 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +310 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +261 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +101 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +126 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +62 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33 System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40 System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160 System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4028
Any ideas?
|