Hi,
I am trying to help a client migrate their ASP.Net application to Azure. Most of the migration is done, but when trying to change the session state from 'InProc' to Azure cache, intellisense refuses to recognize the following elements:
cacheName="default"
useBlobMode="true"
dataCacheClientName="default" />
BTW, I have added references to all the Azure caching libraries as suggested by Microsoft. The project is targeted at .Net framework 4.0 and I have Azure libraries of November 2011 installed.
How do I fix this? Would appreciate any suggestions.
Thanks.