Author: devonenote

  • Enable SharePoint Designer on SharePoint 2010 Site Collection

    To Enable SharePoint Designer on your SharePoint Site Collection

    1. Go to Site Settings > Site Collection Administration > SharePoint Designer Settings
    2. Select Enable SharePoint Designer
    3. Select Enable Detaching Pages from the Site Definition
    4. Select Enable Customizing Master Pages and Page Layouts
    5. Select Enable Managing of the Web Site URL Structure
    6. Click the OK button to save the changes.
  • Windows Phone 7 Application Development Get Start

    Getting Start with Windows Phone 7 Application Development

    1. Download the tools and emulator from http://developer.windowsphone.com
    2. Using the tutorial from the Microsoft Channel9 Learning Center, build your first application.

    (more…)

  • Hyper-V VM Slow on Windows Server 2008 R2

    I recently upgraded my virtual machine hosting server from Window Server 2008 to Windows Server 2008 R2. There are some noticeable performance drop, especially on virtual machines that handles big log files, the automation script execution time can take 200% or more than it was in a VMHOST with Windows Server 2008.

    I have done some testing and the performance downgrade seem introduced by the new power management system in windows server 2008 R2. There are 3 build in power plan in Windows Server 2008 R2

    • Balanced (recommended)
    • High Performance
    • Power Saver

    The default power plan in Windows Server 2008 R2 is Balanced. After I change Power Plan to High Performance and the performance downgrade issue does no occur any more. My guess is when power plan is set to balance, applications might not full utilize all available hardware resources.

    You can also checkout this post for Set the power configuration to High Performance in scripts.

  • Install Office Web Apps on SharePoint 2010

    Run Office Web Apps setup

    1. From Office Web Apps CD, run Setup.exe
    2. On the Enter your Product Key page, enter your product key, and then click Continue
    3. Install Now to install to the default location
    4. When Setup finishes, a dialog box prompts you to complete the configuration of your server. Be sure that the Run the SharePoint Products and Technologies Configuration Wizard now check box is selected and then click Close to start PSConfig.
    5. If you left the Run the SharePoint Products and Technologies Configuration Wizard now check box selected in the previous step, on the PSconfig Welcome to SharePoint Products page, click Next
    6. In the dialog box that notifies you that some services might have to be restarted or reset during configuration, click Yes.
    7. On the Configuration Successful page, click Finish. Your new SharePoint site opens (more…)
  • How to Get Office Web Apps

    What are Office Web Apps?

    Microsoft Office Web Apps are Microsoft Office Live products that exceed Office product experience to web browsers. Office Web Apps allow you access, edit or share Office documents from anywhere thru internet.

    How can I get Office Web Apps?

    For personal use, Office Web Apps are free for personal use ( with ADs). All web documents are stored in Windows Live SkyDrive. You will have a Windows Live ID in order to access your web documents. Checkout my previous post on how to Save OneNote directly to SkyDrive.

    For business use, Office Web Apps can be deployed to SharePoint server 2010 sites. Detail installation guide can be download from Microsoft Microsoft Download Center

    Which browsers are supported for Office Web apps?

    • Internet Explorer 7 and 8
    • Firefox 3.5
    • Safari 4
  • Windows Server Features or Role Services required by this product are not enabled

     

    When you install Office Web Apps on windows 7 that has Sharepoint 2010, you will see following error message

    Setup is unable to proceed due to the following error(s):
    Windows Server Features or Role Services required by this product are not enabled.
    For a complete list, refer to the link below. For the list of pre-requisites needed to install the product please refer to:
    http://go.microsoft.com/fwlink/?LinkId=106209
    Correct the issue(s) listed above and re-run setup.
    You can install all required prerequisites for this product by selecting the ‘Install software prerequisites’ option in the splash screen. See Help for more information.

    Solution

    This is because Office Web Apps can only be installed on a server operation system.  Office Web Apps can only be installed on Windows 2008 Server x64 SP2 or R2 now. Also keep in mind Office Web App can only be installed after SharePoint Foundation 2010 or SharePoint server 2010 is installed.

  • Install PowerShell From Command Line

    To install PowerShell on Windows Server 2008 R2 or Hyper-V Server 2008 R2, following features needs to be installed.

    1. NetFx2-ServerCore
    2. NetFx3-ServerCore
    3. MicrosoftWindowsPowerShell

    Because Powershell is built on DotNet framework, DotNet 2.0 and 3.5  has to be installed prior to PowerShell installation.

    To install PowerShell from command line, run following from elevated command prompt

    DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell

    Or run following command if it’s an 64bit machine

    DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore-WOW64 
    DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore-WOW64 
    DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell-WOW64 

  • Enable DotNet 3.5 from command line

    To enable DotNet 3.5 from command line, run following from elevated command prompt

    dism.exe /online /enable-feature /featurename:NetFx3

  • Windows Live Essentials Setup fails

    When setting up Windows Live Essentials, the setup installer might fail with one of following error code.

    0x80070643

    Solution: See Error 0×80070643 When Install Windows Live Essentials

    0x80040609

    Solution: Turn on Windows Firewall

    0x8104000b Source WaitForCatalog

    Solution:

  • Windows Live Essentials Beta is released

    Windows Live Essentials Beta is released

    Today Microsoft announces releasing the Windows Live Essentials Beta, which include new versions of Messenger, Photo Gallery, Movie Maker, Sync, Live Writer and more   You can download it from http://explore.live.com/windows-live-essentials-beta.  You can read more about the new features here or watch the video. I also had a post for Windows Live Writer 4 new features, check it out. (more…)