CacheItemUpdateCallback and dot net framework

A

Ajith K.H

Hi,

I introduced usage of CacheItemUpdateCallback in my ASP dot net application. The initial version of framework was 2.0.
I updated to 3.5 since CacheItemUpdateCallback was not supported in earlier versions.
On the development environment everything works fine.
On the test environment, I have initially dot net framework 2.0.
Now when I installed dot net framework 3.5, I get the below error while adding item to the cache and refering the callback.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top