Monday 7 July 2014

Sorry, something went wrong

Sorry, something went wrong
No item exists at https://MySPO/teams/MySite/Style Library/MyPage.aspx. It may have been deleted or renamed by another user.

Root Cause: There might be lot of reasons for this error..
My error is related to "Edit Item Form" of a List.
I have added one edit item form in webpart page (MyPage.aspx), when i preview the page. I got above error.
Solution:
"Edit Item Form" will expect ID of the list item.
So you need to pass ID as query string.
Try this..
https://MySPO/teams/MySite/Style Library/MyPage.aspx?ID=10
Problem solved