Sitecore 6.6.0-Update 4、MVC を実行しています。コンテンツ エディターをロードしようとすると、/WebResource.axd および /ScriptResource.axd ファイルを除くすべてのリソースが正常にロードされます。これにより、リッチ テキスト エディターをロードしようとするとエラーが発生し、他の場所でもエラーが発生する可能性があります。
routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); を確認しました。Global.asax に存在します。この問題のトラブルシューティングを行うために他に参照できる場所はありますか?
Fiddler から取得したエラー メッセージの 1 つのコピーを次に示します。
Server Error in '/' Application.
--------------------------------------------------------------------------------
Specified method is not supported.
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.NotSupportedException: Specified method is not supported.
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:
[NotSupportedException: Specified method is not supported.]
System.Web.Routing.StopRoutingHandler.GetHttpHandler(RequestContext requestContext) +36
Sitecore.Mvc.Routing.RouteHandlerWrapper.GetHttpHandler(RequestContext requestContext) +33
System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +11507752
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web .HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +270
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272