Monday, September 10, 2012

'Add/Edit Document’ requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 7.0 or greater.

I had this problem using Microsoft Windows 7 Professional 64bit, Microsoft Office 2010, IE 9 and SharePoint Foundation installed. This solution worked for me.

1. Program and Features
2. Select Office 2010
3. Select Change
4. Select Add or Remove Features and press Continue
5. Expand Office Tools and select Microsoft SharePoint Foundation Support. From the drop down,
    'Run From My Computer'. Note: It maybe already selected.
6. Press continue and Reboot system
7. Repeat Steps 1-3
8. Select Repair
9. Reboot System

Disabling Mobile Web Page Access in SharePoint 2010

I recently did some updates to my SharePoint 2010 farm and I had some issue with mobile devices not being able to access my companies website. On mobile phones, users was receiving a "403" and  SharePoint redirected from path http://MyServer/MySite/HomePage.aspx to /_layouts\Mobile\mblwp.aspx.  I searched Google and found SharePoint was using the default ASP.NET Browser Definition file Schema to control whether to redirect or not.  

There is an App_Browsers directory by default in a SharePoint created web application structure (i.e. C:\inetpub\wwwroot\wss\VirtualDirectories\80) which is called compat.browser.

To disable mobile SharePoint views, just find the browsers you want to disable it for and set the value of this flag to “false”. Or do what I did and do a find and replace on:


<capability name="isMobileDevice"                        value="true" />
replace with:
<capability name="isMobileDevice"                        value="false" />


Notes: 
1. You may have to change this in multiple location in compat.browser to allow compatibility different phones and mobile devices.
2. The updates potentially changed compat.browser.

Monday, March 5, 2012

Error message when you try to edit an Office document in a document library: "'Edit Document' requires a Windows SharePoint Services-compatible application"

This Solution helped me.

Windows 7 Professional 64 Bit, SharePoint Foundation 2010, Office 2010 64 Bit.

1. Go to Program and Features and select Microsoft Professional Office Plus 2010
             Select Change
             Select Add Remove Features then Continue
             Expand "Office Tools"
             Select the "Microsoft SharePoint Foundation Support"and
             Press the drop down and select "Run From this computer".
                      Note: This maybe already selected. Please select it again.
             Continue
             Reboot

2. Go to Program and Features and select Microsoft Professional Office Plus 2010
             Select Change
             Select Add Remove Features then Continue      
             Select "Repair"
             Continue
             Reboot

Wednesday, February 1, 2012

SharePoint 2010 on Windows 7– Failed to create the configuration database

Installed SharePoint 2010 Foundation on my Windows 7 local machine. Once the installation completed, the configuration wizard launched, reached step 2 (creating the configuration database), and halted with the following error message.



If you used a domain account for the setup and as you are not connected to the domain. Reconnected to the network, deleted the configuration database (partially created), and re-ran the wizard, and it completed successfully.

Monday, January 23, 2012

SharePoint 2010 on Windows 7

SharePoint 2010 Foundation can be installed on windows 7. Having the ability of running SharePoint on a desktop without using a VM is OUTSTANDING! If you are a developer or evaluating, its a must!

There are some prerequisites for running the install. Be sure to check out the RAM and space requirements and please keep in mind that it is a standalone environment.

http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx