Felipe Ferreira

MCT, MCITP Database Administrator, MCPD: Web Developer

Sharepoint: ActiveX Error When Trying to View List in Datasheet View

When trying to view a list in datasheet view, sometimes you get the following error:

" The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled. "

Well.. the first thing you should test is if activeX is in fact enabled in your browser.. second thing.. if you’re running the correct version of Office.. to use datasheet view you need access 2003 or 2007 installed on your machine. But, if you’re searching for this here you probably already checked those things.. so let’s go to the next level:

Open regedit and let’s edit windows registry.. first of all, please do a backup of your windows registry! you know that edit this is a dangerous thing, right?
Ok then.. so now that you’ve did your registry backup, delete (or rename) the following entry:

HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\
{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}

that’s all.. if even this doesn’t work for you, try to register again stslist.dll:

regsvr32.exe stslist.dll

see ya

Comments

Sharepoint: ActiveX Error When Trying to View List in Datasheet View | ASP Scribe said:

Pingback from  Sharepoint: ActiveX Error When Trying to View List in Datasheet View | ASP Scribe

# July 30, 2009 2:21 PM

Lehanoff said:

OMG! Thank you! I've been waiting long time for this solution!

# August 11, 2009 8:11 AM

Felipe Ferreira said:

glad to know it helped you Lehanoff.

regards

# August 11, 2009 9:06 AM

Wieger vd Burgt said:

Thanks! this worked lovely.

Found this also on MS website. They say it works like design. Arrogance of MS is unbelievable. They cba to fix it i guess.

# August 26, 2009 3:18 AM

Hilvar said:

Great. It worked. Thanks a lot.

# October 14, 2009 11:46 AM

Ted Szczygielski said:

Hi - thanks

I'v been spend a lot of time trying find solution

Since only deleting this registry HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\

{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}

solve this problem

much obliged

Ted - Poland

# November 5, 2009 4:16 AM

Rudolf said:

Anyone had this issue with Windows 7? Registry seems to be a bit different. There are several entries with 65BCBEE4-7728-41A0-97BE-14E1CAE36AAE. I am not sure which one to remove

# November 9, 2009 10:29 AM

Darren D said:

We solved this issue (Office 2003 SOE with Project 2007) simply by opening Excel 2003 and performing a repair. Excel 2003 > Help > Detect and Repair (may require a restart). This re-instates control of the Office Web Component (runs Datasheet view) from Access 2007 back to Excel 2003. Not one of Microsoft's finest moments on the backward compatibility front.

# November 12, 2009 8:14 PM

Felipe Ferreira said:

Thanks for sharing your solution Darren.

in my case there wasn't office 2007 installed, and even reinstalling office 2003 didn't solved the problem. it was a 1 day headache, that's why I decided to share how I fixed here :)

hope your solution can help others here too

regards

# November 12, 2009 10:00 PM

Ken B. said:

I had the same Datasheet View problem in Share Point using Office 2003 and IE7.  

I did not have the registry path HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\

{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}.

I also did not have the C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\ows.js file.  

So, I searched my registry and found the {65bcbee4-7728-41a0-97be-14e1cae36aae} value under HKEY_Classes_Root\CLSID\...  I had two entries total in my registry and deleted them, after first backing up the registry of course.  Then, I ran the Excel 2003 Detect and Repair.  No more problem.  

Next, I like Darren D's idea and will try to fix the problem by only running the Excel 2003 Detect and Repair to see if the registry hack is even necessary.  

Does anyone know what this registry value {65bcbee4-7728-41a0-97be-14e1cae36aae} does?  

# November 15, 2009 2:09 PM

Ken B. said:

Ahhhh, it is the Datasheet Control GUID {65bcbee4-7728-41a0-97be-14e1cae36aae}

# November 15, 2009 2:13 PM

Marcos said:

Thanks Felipe, headache avoided!

# November 25, 2009 7:52 AM

milenar said:

impossible!

this registry trick helped me as well...

I am just wondering how someone can find out such a solution!! Thank ou very very much

# January 4, 2010 7:53 AM

Alain LACOSTE said:

Terrific Felipe, I've been searching for monthes a solution. Thanks a lot !

Alain

# January 25, 2010 5:52 AM

CesarMM said:

Thanks, Felipe and Darren.

At Office 2007, Office button > Options > Resources > Diagnose

# March 17, 2010 11:07 AM

Aaron Squires said:

Thanks guys this was very very helpful, spent hours and hours on this

# April 6, 2010 6:46 AM

Santiago PErez said:

Thanks a lot for your solution, works great for me.

# April 12, 2010 1:32 PM

Kirk R said:

Fantastic Solution, had 2007 project installed with 2003 office pro. First i was getting just an error screen with no standard view of the datasheet.

Removing the reg key gave me access to the standard view but not the datasheet view. I then used the regsvr32 command and got:

"an the DllRegister Server entry point was not found.

This file can not be registered."

So just as an additional fix I performed the excel repair from within excel as suggested above. Load up the datasheet view and VOILA! Fixed and I can now resume life again! Many thanks for the fixes above!

# April 21, 2010 11:57 AM

lionel said:

THANK YOU !!!!

I was looking for sinc a while.

this was working for me:

I had the same Datasheet View problem in Share Point using Office 2003 and IE7.  

I did not have the registry path HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\

{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}.

I also did not have the C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\ows.js file.  

So, I searched my registry and found the {65bcbee4-7728-41a0-97be-14e1cae36aae} value under HKEY_Classes_Root\CLSID\...  I had two entries total in my registry and deleted them, after first backing up the registry of course.  Then, I ran the Excel 2003 Detect and Repair.  No more problem.  

Next, I like Darren D's idea and will try to fix the problem by only running the Excel 2003 Detect and Repair to see if the registry hack is even necessary.  

# April 26, 2010 8:59 AM

Hugo A. Contreras Barrios said:

In some computer I only can view 100 rows in DataSheet View (this computer has Excel 2003), same view in other computer with Excel 2007 show complete list (above 200 rows). ¿This is a problem with Excel version on client side o something in the server MOSS 2007?

# May 7, 2010 12:19 PM

Michael G said:

I had the same error message and have Office2003 Pro.

My solution was to open Excel and choose Detect and Repair under the Help menu. I had to restart the PC after this, but then it worked perfectly. :)

# June 30, 2010 2:30 AM

chan said:

i have office 2007 and use IE 7

i could not find 65bcbee4-7728-41a0-97be-14e1cae36aae under registry....!

I need to check if regsvr32.exe stslist.dll works or for me or not.

I do not see Office button > Options > Resources > Diagnose.

Any suggestions?????

# July 27, 2010 7:54 AM

Meenakshi Sundaram said:

Hi All,

Thanks for the Valuable info. It just reduced my search towards the solution for this problem. I just tried checking it on the local system for the dll and the HKEY mentioned here, but couldn't find either of them. The problem which i face in my workplace is, for some of them the Datasheet view works and for some it doesn't. We have IE version 6.0.2900 installed on the desktops.

Please let me know the solution for this as it takes me for toss everytime.

Should i check these on the sharepoint server too?

# January 6, 2011 1:06 AM

Anon said:

I had this problem on a workstation. Weird thing was that it worked on another workstation with the same configuration.

Thanks alot this worked for me!

# January 31, 2011 7:07 AM

Zoltan Farkas said:

WOW, thanks a lot.

Since I haven't found the exact same reg entry, I just backed up and deleted the 2 entries that started with 65 and it worked! Thanks again.

# February 8, 2011 10:06 AM

yanncik theer said:

thanks,

we spent 4h hours on this problem with 2 peoples..

with headchief on our back ....

# June 23, 2011 8:18 AM

Mike said:

Had a system where it worked for other users but not for the regular user of the computer.

Located:

Was ready to re-image.

Started deleting all entries for:

{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}

Found:

HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{65BCBEE4-7728-41A0-97BE-14E1CAE36AAE}

Deleated the Key and it started working properly.

# August 9, 2011 9:00 AM

Unable to View SharePoint site in Datasheet View | Martin Reference said:

Pingback from  Unable to View SharePoint site in Datasheet View | Martin Reference

# August 24, 2011 9:54 AM

hooher tod said:

Yes there should realize the reader to RSS my feed to RSS commentary, quite simply

# September 5, 2011 12:43 AM

Ella317 said:

opening Excel 2003 and performing a repair. Excel 2003 > Help > Detect and Repair  did the trick for me. No registry hack required.

# October 12, 2011 11:08 AM

Patrick said:

The same like Ella317 ->

opening Excel 2003 and performing a repair. Excel 2003 > Help > Detect and Repair  did the trick for me. No registry hack required.

# November 22, 2011 2:23 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)