Ask a questionAsk a question
 

AnswerMicrosoft.SharePoint.SPException: Cannot complete this action.

  • Tuesday, September 29, 2009 8:31 AMprince1709 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    http://www.codeproject.com/KB/sharepoint/SPScheduedReminders.aspx

    Followed this sharepoint email alert thing and got stuck here at the page where I'm creating the alert. =x


    Anyone has seen this error below?

    Microsoft.SharePoint.SPException: Cannot complete this action.

    Please try again. ---> System.Runtime.InteropServices.COMException (0x80004005): Cannot complete this action.

    Please try again.
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback(String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pSchemaCallback)
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback(String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pSchemaCallback)
    --- End of inner exception stack trace ---
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback(String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pSchemaCallback)
    at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()
    at Microsoft.SharePoint.SPListItemCollection.get_Count()
    at Mullivan.SharePoint.Pages._EditReminderSettings.btnTest_Click(Object sender, EventArgs e)

Answers

All Replies