Why do I get the error message “Exception Details: System.Web.HttpException: Cache is not available “?
Try using “HttpContext.Current.Cache” instead of just “Cache” in your code. The compiler probably wasn’t able to resolve the Cache type. DotNet News, Tutorial and Code samples : Low Bandwidth View and other Hidden (and Future) Features of MSDN Ok, so I’m only 8 months late. 😉 Last year MSDN quietly implemented a “low bandwidth” view. Low Bandwidth MSDN Basically, instead of visiting: http://msdn.microsoft.com/en-us/library/system.xml.xmlnode.aspx you could add “(loband)” to the URL, like: http://msdn.microsoft….En savoir plus samedi 18 avril 2009 | Latest Microsoft Blogs XML schema reader writer plugin for vs 2005/2008 Schema based XML reader writer implemented as .NET COM generat…En savoir plus vendredi 17 avril 2009 | The Code Project Latest Articles XAML Dialog Control: Enabling MVVM and Dialogs in WPF Add Data Templated dialog to your application with a single line of XAM…En savoir plus vendredi 17 avril 2009 | The Code Project Latest Articles Data Pagination in DataGridView
Related Questions
- I keep getting an error message that states io.java.tunnel exception (or something similar) when I try to register. Whats wrong?
- I get error message: "Uncaught exception: net.rim.device.api.system.ControlledAccessException". What should I do?
- Why do I get the error message "Exception Details: System.Web.HttpException: Cache is not available "?