We did a database upgrade from SharePoint 2007 to SharePoint 2010. We are still using the 2007 interface. After the upgrade there's a problem with one of our discussion boards: The discussion board is included as a web part on the landing page of one of our sites. It works there, no problem. However, if you click on the title of the web part to bring you to the default view for the discussion board (Subject View.aspx), you get an error screen with "Attempted to use an object that has ceased to exist."
Discussion Board Subject View displaying "Attempted to use an object that has ceased to exist."
5k Views Asked by Kwirk At
1
There are 1 best solutions below
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
- Configure SharePoint 2010 UPS with PowerShell
- How can I get Internet explorer to display this image correctly
- Developing Syntax app SharePoint Online PrismJS
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
Related Questions in SHAREPOINT-2010
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- Apache Reverse Proxy erases <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- Can REST-like URLs be passed/recognized in sharepoint 2010?
- Configure SharePoint 2010 UPS with PowerShell
- How to dynamically create Sharepoint ComboBoxes?
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- Publicly available InfoPath form connecting to Access db in a restricted location
- Why does my Sharepoint WebPart deploy (nominally), but is still not available for adding to a page/form?
- Does CAML Query has a default RowLimit value?
- SharePoint CSOM
- I am getting a The type or namespace name 'listcolumns' could not be found (are you missing a using directive or an assembly reference?)
- Sharepoint 2010 CMIS Integration
- JQuery Show All Tab - Issue with on click
- jQuery UI API failing to load properly with LABjs
Related Questions in SHAREPOINT-DISCUSSION-BOARD
- SharePoint Discussion Board View to show one discussion thread
- Discussion Board Subject View displaying "Attempted to use an object that has ceased to exist."
- Add color to rows in Excel export in Angular
- Create a site script using Get-SPOSiteScriptFromWeb cmdlet error
- Sharepoint 2013 Community site: Get values from discussion board
- createNewDiscussion/createNewDiscussionReply via JSOM in SharePoint Discussion Board from external Angular SPA
- Sharepoint 2013 Discussion board Reply's Parent
- SharePoint - Duplicate search results showing for modified discussion list items
- SharePoint Discussion Board "Last updated" field is not updated any more
- Sharepoint discussion board, replicate the settings and rules to a webpart
- Sharepoint Discussion board - Reply to reply
- How to rearrange a Discussion Board on SharePoint?
- Send URL link of discussion board topic in an email from Sharepoint Designer
- SharePoint 2013 customize Discussion board View Layout and style
- Update custom field(choice type) in Discussion list while creating a Threaded Discussion using List.AddDiscussionBoardItem Sharepoint WebService
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I posted this question because I couldn't find the answer anywhere. Everything was either in relation to disposing the current site or KB 2575303. This was not my problem.
It turns out that I had to delete the view and create a new one. (Note, you cannot delete a default view, you must set another view as the default. When the view is no longer a default view you should be able to delete it.)
How to add/create views when you can't even get to the discussion board page?
Site Actions --> Site Settings
Under "Site Administration" click on "Content and Structure"
Mouse over the discussion board, click the down arrow and then click "Edit Poperties"
In a shocking turn of events office.microsoft.com was actually helpful.
Failure to follow the above settings may result in the error "Attempted to use an object that has ceased to exist."
I ended up deleting the three default views; "Subject View", "Flat View" and "Threaded View" and creating new ones.
One odd thing, my original problem was with the Subject View - I couldn't create a new subject view without getting the "Attempted to use an object that has ceased to exist" error. However, since replacing the views, I haven't been able to replicate the "Attempted to use an object that has ceased to exist" error with the Subject View...
Final notes: If choosing the wrong option for "Folders" results in an error - why are the options all available? Shouldn't they be greyed out or hidden?