hi all,
Basically i have created two site collection. Both are collaboration portal. One is ' http://www.abc.com' and the other is 'http://www.abc.com/xyz'. Anyway i found a unique error that i cannot explain.First i add a discussion forum and then proceed to add a new thread into it. When i click into the thread i will be directed to the newly created thread under the 'FLAT' view. Then when you click on the 'View Properties' you will be directed to the Dispform.aspx.
Here is where the weird bugs come in. When i am at ' http://www.abc.com' i am able to delete the thread without a problem. However when i am at 'http://www.abc.com/xyz' and tried to delete the thread i get this error msg .*below
----------------------
Exception Details: System.Runtime.InteropServices.COMException: Cannot
complete this action.
Please try again.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[COMException (0x80004005): Cannot complete this action.
Please try again.] Microsoft.SharePoint.Library.SPRequestInternalClass.GetFolderContentTypeId(String bstrUrl, String bstrFolderUrl, Object& pvarContentTypeId) +0 Microsoft.SharePoint.Library.SPRequest.GetFolderContentTypeId(String bstrUrl, String bstrFolderUrl, Object& pvarContentTypeId) +113
|
--------------------------
i do notice that the URL after the root folder is the caused of the error. Can anyone tell me how to fix this issue. Could this be a bug?