[Mono-bugs] [Bug 683351] New: HttpResponse.RemoveOutputCacheItem("cacheItemId") throws: Provider 'AspNetInternalProvider' was not found.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Mar 29 05:26:08 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=683351
https://bugzilla.novell.com/show_bug.cgi?id=683351#c0
Summary: HttpResponse.RemoveOutputCacheItem("cacheItemId")
throws: Provider 'AspNetInternalProvider' was not
found.
Classification: Mono
Product: Mono: Class Libraries
Version: 2.10.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: pavel.durchev at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16
When I call HttpResponse.RemoveOutputCacheItem("cacheItemId")
I get: Provider 'AspNetInternalProvider' was not found.
No custom providers are set in web.config, even there isn't section "cache" in
web.config
Reproducible: Always
Steps to Reproduce:
1. Call method HttpResponse.RemoveOutputCacheItem(string)
2.
3.
I tried to find where "AspNetInternalProvider" is defined in order to register
it in web.config and to work around the exception but I can't find the
definition. Please let me know where it's defined if possible.
Thank you!
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list