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 -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -