Monday, August 13, 2012

Bug in SharePoint 2010

I have created "Survey" activity feed using sharepoint object model but when I try to remove the same I am getting Not Implemented exception Error Message : "The method or operation is not implemented." Code : removeType = app.ActivityTypes["Survey"]; m_ActivityManager.ActivityApplications[app.ApplicationId].Remove(); //getting The method or operation is not implemented. if (removeType != null) { app.ActivityTypes.Remove(removeType); //getting The method or operation is not implemented. removeType.ActivityTypeNameLocStringResourceFile...