How to resolve below warning for MSOCAF Reports after Upgrade to Visual Studio Sharepoint 2013 Code.
Warning Type : Deprecated APIs
Warning Message :
-Method is using deprecated API Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.ProfileLoaded.
-Method is using deprecated API Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader.LoadedProfile.
-Method is using deprecated API Microsoft.SharePoint.Portal.WebControls.ProfilesEditor
-Method is using deprecated API Microsoft.SharePoint.Portal.WebControls.ProfilesEditor.ProfileSearchFlags.
-Method XXXX is using deprecated API Microsoft.SharePoint.Portal.WebControls.LabelLoc
-MethodXXXX is
using deprecated API Microsoft.SharePoint.Portal.WebControls.InputFormCustomValidator
-MethodXXXX is
using deprecated API Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader
-MethodXXXX is
using deprecated API Microsoft.SharePoint.Portal.WebControls.ToolBar.
-MethodXXXX is
using deprecated API Microsoft.SharePoint.Portal.WebControls.ToolBarButton
Use SPDiagnosticsCategory Using deprecated APIs could lead to block migration to Sharepoint 2010.
For the list of deprecated APIs and alternative appraoch for that API check the files "SPS2010NewlyDeprecated"
and "SPS2010Deprecated"
which can be viewed on the MS Site mentioned in the adjoining help URL
I am already using updated version 15.0.0.0 "Microsoft.SharePoint.Portal" but still getting warning
, please suggest.
Thanks