Hi,
Today I get a request from a partner who were experiencing the following error:
Error: No item exists at http://server/site/Pages/pagename.aspx?id=37. It may have been deleted or renamed by another user. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Microsoft.SharePoint.SPException: No item exists at http://server/site/Pages/pagename.aspx?id=37 It may have been deleted or renamed by another user. 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: [SPException: No item exists at http://server/site/Pages/pagename.aspx?id=37. It may have been deleted or renamed by another user.]Microsoft.SharePoint.SPContext.get_Item()Microsoft.SharePoint.SPContext.get_ListItem()Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ComputeRedirectionVirtualPath(TemplateRedirectionPage basePage)Microsoft.SharePoint.Publishing.TemplateRedirectionPage.get_RedirectionUrl()Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context)System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Error: No item exists at http://server/site/Pages/pagename.aspx?id=37. It may have been deleted or renamed by another user.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Microsoft.SharePoint.SPException: No item exists at http://server/site/Pages/pagename.aspx?id=37 It may have been deleted or renamed by another user.
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: [SPException: No item exists at http://server/site/Pages/pagename.aspx?id=37. It may have been deleted or renamed by another user.]Microsoft.SharePoint.SPContext.get_Item()Microsoft.SharePoint.SPContext.get_ListItem()Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ComputeRedirectionVirtualPath(TemplateRedirectionPage basePage)Microsoft.SharePoint.Publishing.TemplateRedirectionPage.get_RedirectionUrl()Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context)System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
this happens in the following context: they created a page to update list items, and they were showing the list information in the page. Well, I realized that it was an old error (LuisRac :)) the problem is related to the reserved word ID. You should not use ID in your querystring outside the Form pages. So rename it with a different name or change your implementation to use a Custom Form
Bye
Occasionally I like to design solutions that extend our product, just as part of my motto. So I would like to start a series that raises at least the first objective Imagine ;)
As you may know we have a packet analyzer that enables capturing, viewing and analyzing network data and deciphering network protocols. The most important thing from it: You can troubleshoot network problems and applications on the network [Wikipedia].
In order to download it you need to go to http://www.microsoft.com/downloads/details.aspx?FamilyID=983b941d-06cb-4658-b7f6-3088333d062f&displaylang=en checking additional information in its related resources section. In fact one that is not to be forgotten is the Network Monitor Parsers at codeplex.
Some times when you troubleshoot a SharePoint problem in your environment, you would like to launch NetMon and let it parse what is going on. Moreover I would like to not install it in my environment. Well the last point is resolved as you may know through OneClick Netmon. But the first is one of my forgotten ideas.
Good news are NetMon team is implementing what we have published through our Open Specification initiative, at least through the Windows/SQL Programs. Would you like to add SharePoint there? Me do!
For some time now, I'm interesting in our search products, and so tools related. You can reach some of them, but I would definitely like to work on search parsers. For example:
[MS-SITEDATS]: Site Data Web Service Protocol Specification
[MS-CIPROP]: Index Propagation Protocol Specification
to mention two. FAST would be nice here too.
Bye!