System.Runtime.Caching not available in VB.net 4.0? -


i have right-clicked on project >> properties >> compile >> advanced compile options >> target framework says .net 4.0

yet visual studio 2010 not recognizing system.runtime.caching cannot start coding improve performance of web application.

is not .net 4.0 project? how can confirm?

ty.

imports system.runtime.caching  dim dtcontents datatable = new datatable dtcontents = session("contents")  dim cache objectcache = memorycache.default ?? cache.item("cachecontents") = dtcontents ?? 


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -