Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes application cache throws System.Web.HttpException #50

Open
Sebosek opened this issue Oct 29, 2015 · 2 comments
Open

Sometimes application cache throws System.Web.HttpException #50

Sebosek opened this issue Oct 29, 2015 · 2 comments

Comments

@Sebosek
Copy link

Sebosek commented Oct 29, 2015

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 }

@moonpyk
Copy link
Owner

moonpyk commented Oct 31, 2015

Some filter seems to activate itself, try deactivating BrowserLink.

@dmeijboom
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants