ive been trying to add items to the regular DW content tree by sql to the item and page table.
the item does appear in the content tree but when i try to access it i get the below error.
it appears that this issue goes away with time, which leads me to believe it may be some kind of caching error?
Object reference not set to an instance of an object.
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: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 176: </div> Line 177: <div id="breadcrumb" runat="server"> Line 178: <%=GetBreadcrumb(TargetPage.ID, True)%> Line 179: </div> Line 180: <div id="content">
Source File: E:\dynamicweb.net\Application(8.4.1.11)\Admin\Content\Items\Editing\ItemEdit.aspx Line: 178