Sharepoint, error on adding a webpart to a totally new page

1

I have a problem on adding a webpart to sharepoint page.

I have a blank page in the sharepoint, and I have a custom control uploaded to the site, on adding the webpart the the sharepoint page I get the following error:

"Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))"

I get that error even if the sharepoint page is totally blank and so is the web part.

asp.net
sharepoint
asked on Stack Overflow Jan 10, 2011 by mohamed_assem

2 Answers

1

If you have access to the server file system, look at "ULS trace" files found at c:\program files\common files\microsoft shared\web server extensions\12\logs. There is a lot of information - much more than you need. Search for the name of your ascx file.

answered on Stack Overflow Jan 10, 2011 by naivists
1

you might have a using() statement on an object that you are not instantiating

answered on Stack Overflow Jan 10, 2011 by matt-dot-net

User contributions licensed under CC BY-SA 3.0