I'm trying to manage a SQL Server table via External Content Type, when I go to the List that was made for this, I get this error in the browser:
Correlation ID:82c8229c-19fa-205d-254f-bbe13774127f
When I look at the SharePoint 2013 log file I see this error.... how do I fix it?
Error while executing web part: Microsoft.BusinessData.MetadataModel.InvalidMetadataPropertyException: The Type name for the Secure Store provider is not valid. ---> System.TypeLoadException: Could not load type 'Secure Store Service' from assembly 'Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
InnerException 1: System.TypeLoadException: Could not load type 'Secure Store Service' from assembly 'Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'.
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.Type.GetType(String typeName, Boolean throwOnError)
at Microsoft.SharePoint.BusinessData.Infrastructure.LobSystemInstancePropertyParser.GetSsoProvider(String ssoProviderTypeName)