Posts

Showing posts from 2015

IE 11 Problems: Open with Explorer for a Document Library in SharePoint 2010

Got this error: Your client does not support opening this list with Windows Exploer Causes http://sharepoint.stackexchange.com/questions/15098/your-client-does-not-support-opening-this-list-with-windows-explorer Enable the WebClient service in Windows (if you're using a Windows Server environment, you need to enable the Desktop Experience feature of Windows Server)  Add the website to the Trusted Sites list in Internet Explorer  Make sure that you're using a 32 bit version of Internet Explorer - Windows Explorer mode isn't supported in the 64 bit versions of the browser. OK after enabling Desktop Experience feature of Windows 2008 Server,. A great article regarding the bitness of IE: Q&A: 64-Bit Internet Explorer http://blogs.msdn.com/b/ieinternals/archive/2009/05/29/q-a-64-bit-internet-explorer.aspx If still not working, please try using command prompt net use y: http://www.mydomain.com

Getting Detailed Error Info in IIS 7

Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly"/> </system.web> </configuration> N

Caution: Web Application Scoped Features are Activated for All Web Applications by Default

Issue Each time upon deployment of a package through PowerShell scripts, the web application scoped feature was always automatically activated in ALL web apps. The destination web application specified by -URL in Enable-SPFeature is no use. Very weird: even though I only deployed the containing solution but no any contained features were activated, this feature was still got re-activated in all web apps. The Article Saving Life   http://www.sharepoint.bg/radi/post/Activate-on-Default-confusion-and-features-scoped-at-Web-Application-level.aspx When creating SharePoint features in Visual Studio 2010, one of the settings that defaults to True is “Activate on Default”. There is a lot of confusion as to what this setting actually does: It ONLY applies to features scoped at Farm and Web Application levels. You can still modify it for other features, but it doesn’t do anything. Any feature (Farm or WebApplication) with that setting set to True will automatically a

InfoPath Installation and Configuration in SharePoint 2010

Image
Installation Key: All Office components and related products must be 32 bits. Uninstall 64 bits Office,  64-bits Visio, 64-bits SharePoint Designer. Download and install Microsoft Office Professional Plus 2010 (32-bits) through MSDN subscription, http://msdn.microsoft.com . InfoPath is part of Office 2010 Download and install Visio Premium 32-bits Download and install SP Designer 32-bits Centre Admin settings Manage Service Applications: make sure State Service is available; otherwise run launch Configuration Wizards. General Application Settings: if InfoPath Forms Services section is unseen, run the following:           C:\program files\common files\Microsoft Shared\Web Server Extensions\14\bin\stsadm -o installfeature -name IPFSAdminWeb           See http://www.sharepointassist.com/2010/06/15/wheres-infopath-forms-services-in-sharepoint-2010/ If necessarily, configure the InfoPath Forms Services as https://technet.microsoft.com/en-us/library/cc262263(v=office.14).a