mvcdonutcaching icon indicating copy to clipboard operation
mvcdonutcaching copied to clipboard

Sometimes application cache throws System.Web.HttpException

Open Sebosek opened this issue 10 years ago • 2 comments

And application just return white blank page. Here is full text of exception:

System.Web.HttpException (0x80004005): Filtering is not allowed.\r\n at System.Web.HttpResponse.set_Filter(Stream value)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.ArteryFilter.InstallOnResponse(HttpResponse response)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule.OnPostRequestHandlerExecute(Object sender, EventArgs e)\r\n at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

and here is TargetSite form exception {Void set_Filter(System.IO.Stream)} Attributes: Public | HideBySig | SpecialName CallingConvention: Standard | HasThis ContainsGenericParameters: false CustomAttributes: Count = 0 DeclaringType: {Name = "HttpResponse" FullName = "System.Web.HttpResponse"} IsAbstract: false IsAssembly: false IsConstructor: false IsFamily: false IsFamilyAndAssembly: false IsFamilyOrAssembly: false IsFinal: false IsGenericMethod: false IsGenericMethodDefinition: false IsHideBySig: true IsPrivate: false IsPublic: true IsSecurityCritical: true IsSecuritySafeCritical: true IsSecurityTransparent: false IsSpecialName: true IsStatic: false IsVirtual: false MemberType: Method MetadataToken: 100666196 MethodHandle: {System.RuntimeMethodHandle} MethodImplementationFlags: IL Module: {System.Web.dll} Name: "set_Filter" ReflectedType: {Name = "HttpResponse" FullName = "System.Web.HttpResponse"} ReturnParameter: {Void } ReturnType: {Name = "Void" FullName = "System.Void"} ReturnTypeCustomAttributes: {Void }

Sebosek avatar Oct 29 '15 14:10 Sebosek

Some filter seems to activate itself, try deactivating BrowserLink.

moonpyk avatar Oct 31 '15 10:10 moonpyk

We have the same problem! We regularly have white pages after using DonutCacheAttribute :/

dmeijboom avatar Jan 15 '16 12:01 dmeijboom