in

SharePoint Blogs

The Best Place for SharePoint-related Blogs

The SharePoint Redemption

Saving Us from Collaboration Hell

Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))

I started running into this error when attempting to create a site collection in a different language.  I would browse to Central Administration and choose a different language and immediately receive "there was an error in the callback".  If I continued on and ignored the error I would receive "Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))" after clicking Create.  After lots of time wasted scouring the net I found a random post that said they ran into this error when they had a badly formatted webtempXXX.xml file.

http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!126.entry

I had missed a closing quote around my hidden parameter (looked like this: HIDDEN="TRUE).  I fixed it, did an iisreset, and it fixed the problem.

Jeff

Comments

 

Sejton said:

I find the solution

in my case :

i make shore, that in my web part , i not Dispose SpWeb that get from SpContext.Curre.

Example:

SPWeb myWeb =  SPContext.Current.Web;

...

myWeb.Dispose();

This is wrong disposing.

Or othe web or sites, that gets from  Current Context.

Hear is more information about Disposing SPWeb

www.artemiscorp.com/.../disposing-of-spweb.aspx

May 26, 2008 11:25 AM
 

Maria said:

I ran across this error while trying to insert a webpart into my default.aspx page from Sharepoint designer. The insert webpart action failed and this error was given. My issue was that the webpart's default view was set to Gantt Chart. I set the default view to be basic  list view and managed to insert the webpart succesfully. Afterwards i changed the webparts view to the Gantt Chart view.

July 23, 2008 4:02 PM

Leave a Comment

(required )  
(optional )
(required )  
Add

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts