Wednesday, July 13, 2011

Windows Azure AspProviders error on deployment

 

When you deploy AspProviders (Azure Table Storage) on Windows Azure  you may encounter following error.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type 'Microsoft.Samples.ServiceHosting.AspProviders.TableStorageSessionStateProvider'.

 

image

To overcome above issue, make sure that you have Added AspProviders project as a  References to your web project.

image

No comments: