In this post we will discuss about how to resolve error: Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive.
Also you can check out my previous posts on:
- Create an event handler to prevent items from deleting item from SharePoint list using Visual Studio 2010
- Timeline web part in SharePoint 2013
- Delete Add new item link from list in SharePoint 2010
I got an error while adding the <spswc:statusnotescontrol runat="server" /> into a visual web part.The error is:
System.Configuration.ConfigurationErrorsException: Unrecognized attribute ‘allowInsecureTransport’. Note that attribute names are case-sensitive. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\\client.config line )
Solution:
Download Windows6.1-KB976462-v2-x64 and install, it will solve you problem.
Also you can check out my previous posts on:
- Create an event handler to prevent items from deleting item from SharePoint list using Visual Studio 2010
- Timeline web part in SharePoint 2013
- Delete Add new item link from list in SharePoint 2010
I got an error while adding the <spswc:statusnotescontrol runat="server" /> into a visual web part.The error is:
System.Configuration.ConfigurationErrorsException: Unrecognized attribute ‘allowInsecureTransport’. Note that attribute names are case-sensitive. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\\client.config line )
Solution:
Download Windows6.1-KB976462-v2-x64 and install, it will solve you problem.