R
Random
I find this very odd. I'm using GetEnumerator from the my HttpRuntime
cache, and I'm trying to cast the result to a Dictionary(Of String, Object)
class. It doesn't work. The error says "Unable to cast object of type
'System.Web.Caching.AggregateEnumerator' ...".
But I can't find the AggregateEnumerator class anywhere. What's going on
here?
cache, and I'm trying to cast the result to a Dictionary(Of String, Object)
class. It doesn't work. The error says "Unable to cast object of type
'System.Web.Caching.AggregateEnumerator' ...".
But I can't find the AggregateEnumerator class anywhere. What's going on
here?