http://bugzilla.novell.com/show_bug.cgi?id=603083
http://bugzilla.novell.com/show_bug.cgi?id=603083#c0 Summary: Cacheduration in objectdatasource causes notimplementedexception Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: x86-64 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: Cache duration in objectdatasource causes notimplementedexception Steps to reproduce the problem: 1. Create a new web site add a gridview and an objectdatasource to default.aspx 2. Set the EnableCaching property of the objectdatasource to true and the CacheDuration to a positive number, populate the objectdatasource Actual Results: The following error is displayed: Server Error in '/' Application The requested feature is not implemented. Description: HTTP 500. Error processing request. Stack Trace: System.NotImplementedException: The requested feature is not implemented. at System.Web.UI.DataSourceCacheDurationConverter..ctor () [0x00006] in /home/marcos/tmp/mono/mcs/class/System.Web/System.Web.UI/DataSourceCacheDurationConverter.cs:41 at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod*,object,object[],System.Exception&) at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00119] in /home/marcos/tmp/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:523 Version information: Mono Runtime Version: 2.7 (/trunk/mono r156767 miƩ may 5 20:57:42 CDT 2010); ASP.NET Version: 2.0.50727.1433 Expected Results: The page should show and the data listed How often does this happen? always Additional Information: Even if caching were unsopported the page should load for compatibility, a warning on the process should be enough -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
