<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer OneNote</title>
	<atom:link href="http://devonenote.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Sat, 28 Aug 2010 17:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make IIS 7.5 application pools run as NETWORK SERVICE</title>
		<link>http://devonenote.com/2010/08/make-iis-7-5-application-pools-run-as-network-service/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=make-iis-7-5-application-pools-run-as-network-service</link>
		<comments>http://devonenote.com/2010/08/make-iis-7-5-application-pools-run-as-network-service/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 16:05:44 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/make-iis-7-5-application-pools-run-as-network-service/</guid>
		<description><![CDATA[There is a break change in IIS 7.5 on Windows 7 and Windows Server 2008 R2. The default identity for running an application pool is &#34;ApplicationPoolIdentity&#34;.&#160; If you have a web application developed against application pools running with NETWORK SERVICE on IIS6/7, it might break after migrated to IIS 7.5 due to default application pool [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Permanent Link: Activating Server Core'>Activating Server Core</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There is a break change in IIS 7.5 on Windows 7 and Windows Server 2008 R2. The default identity for running an application pool is &quot;ApplicationPoolIdentity&quot;.&#160; If you have a web application developed against application pools running with NETWORK SERVICE on IIS6/7, it might break after migrated to IIS 7.5 due to default application pool identity change.</p>
<p>  <span id="more-425"></span>
<p>You can follow following steps to make IIS application pools run as NETWORK SERVICE</p>
<ol>
<li>Launch Internet Information Services (IIS) Manager tool, in the left-hand pane of the IIS Manager tool expand the machine node, and then click on the &quot;Application Pools&quot; node so that the application pools display in the main window of the management tool. </li>
<li>For ASP.NET 2.0/3.0/3.5 application select the &quot;DefaultAppPool&quot; application pool.&#160; For ASP.NET v4 select the &quot;ASP.NET v4.0&quot; application pool. </li>
<li>Right-click on the selected application pool and choose &quot;Advanced Settings&quot; </li>
<li>Find the &quot;Identity&quot; row and then click &quot;…&quot; button </li>
<li>A dialog box called &quot;Application Pool Identity&quot; will popup.&#160; Make sure Build in Account radio is checked and choose &quot;Network Service&quot; for the identity. </li>
<li>Click &quot;Ok&quot; to save the change. </li>
</ol>
<p><a href="http://devonenote.com/wp-content/uploads/2010/08/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/08/image_thumb.png" width="400" height="495" /></a></p>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Permanent Link: Activating Server Core'>Activating Server Core</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/make-iis-7-5-application-pools-run-as-network-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixed mode assembly Error After Upgrading to DotNet 4.0</title>
		<link>http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0</link>
		<comments>http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:12:28 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DotNet 4.0]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/</guid>
		<description><![CDATA[After upgrading existing DotNet 2.0 or 3.5 application to DotNet 4.0, you might see following error message Mixed mode assembly is built against version &#8216;v2.0.50727&#8242; of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information. To fix this issue, put a config file next to your exe called &#60;exename&#62;.exe.config with [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>After upgrading existing DotNet 2.0 or 3.5 application to DotNet 4.0, you might see following error message</p>
<p class="textborder">Mixed mode assembly is built against version &#8216;v2.0.50727&#8242; of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.</p>
<p>To fix this issue, put a config file next to your exe called &lt;exename&gt;.exe.config with the following content: </p>
<p class="textborder">&lt;configuration&gt;    <br />&lt;startup useLegacyV2RuntimeActivationPolicy=&quot;true&quot;&gt;     <br />&#160;&#160;&#160; &lt;supportedRuntime version=&quot;v4.0&quot;/&gt;     <br />&lt;/startup&gt;     <br />&lt;/configuration&gt;</p>
<p>Or if your exe already has config file, just append following &lt;startup&gt; element to config file.</p>
<p class="textborder">&lt;startup useLegacyV2RuntimeActivationPolicy=&quot;true&quot;&gt;    <br />&#160;&#160;&#160; &lt;supportedRuntime version=&quot;v4.0&quot;/&gt;     <br />&lt;/startup&gt;     </p>
<p>If your exe already has config file, just append following &lt;startup&gt; element to config file.</p>
<p>If you really want to knon more detail, check out Mark Miller’s post <a href="http://www.marklio.com/marklio/PermaLink,guid,ecc34c3c-be44-4422-86b7-900900e451f9.aspx">What is useLegacyV2RuntimeActivationPolicy for? </a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/mixed-mode-assembly-error-after-upgrading-to-dotnet-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable SharePoint Designer on SharePoint 2010 Site Collection</title>
		<link>http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enable-sharepoint-designer-on-sharepoint-2010-site-collection</link>
		<comments>http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 14:44:13 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/</guid>
		<description><![CDATA[To Enable SharePoint Designer on your SharePoint Site Collection Go to Site Settings &#62; Site Collection Administration &#62; SharePoint Designer Settings Select Enable SharePoint Designer Select Enable Detaching Pages from the Site Definition Select Enable Customizing Master Pages and Page Layouts Select Enable Managing of the Web Site URL Structure Click the OK button to [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To Enable SharePoint Designer on your SharePoint Site Collection</p>
<ol>
<li>Go to <strong>Site Settings</strong> &gt; <strong>Site Collection Administration</strong> &gt; <strong>SharePoint Designer Settings</strong></li>
<li>Select <strong>Enable SharePoint Designer</strong></li>
<li>Select <strong>Enable Detaching Pages from the Site Definition</strong></li>
<li>Select <strong>Enable Customizing Master Pages and Page Layouts</strong></li>
<li>Select <strong>Enable Managing of the Web Site URL Structure</strong></li>
<li>Click the <strong>OK</strong> button to save the changes.</li>
</ol>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 Application Development Get Start</title>
		<link>http://devonenote.com/2010/08/windows-phone-7-application-development-get-start/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-phone-7-application-development-get-start</link>
		<comments>http://devonenote.com/2010/08/windows-phone-7-application-development-get-start/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 12:26:53 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/windows-phone-7-application-development-get-start/</guid>
		<description><![CDATA[Getting Start with Windows Phone 7 Application Development Download the tools and emulator from http://developer.windowsphone.com Using the tutorial from the Microsoft Channel9 Learning Center, build your first application. More resources windowsphone7.com Windows Phone 7 Training Kit for Developers Windows Phone Team blog Windows Phone Sessions at MIX Windows Phone 7 Jump Start video training Windows [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<h3>Getting Start with Windows Phone 7 Application Development</h3>
<ol>
<li>Download the tools and emulator from <a href="http://developer.windowsphone.com">http://developer.windowsphone.com</a> </li>
<li>Using the tutorial from the <a href="http://channel9.msdn.com/learn/courses/WP7TrainingKit/">Microsoft Channel9 Learning Center</a>, build your first application. </li>
</ol>
<p>  <span id="more-420"></span><br />
<h3>More resources</h3>
<p><a href="http://www.windowsphone7.com/">windowsphone7.com</a>     <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca23285f-bab8-47fa-b364-11553e076a9a&amp;displaylang=en">Windows Phone 7 Training Kit for Developers</a>     <br /><a href="http://windowsteamblog.com/blogs/wpdev/default.aspx">Windows Phone Team blog</a>     <br /><a href="http://live.visitmix.com/Sessions#/tags/WindowsPhone">Windows Phone Sessions at MIX</a></p>
<h3>Windows Phone 7 Jump Start video training </h3>
<ul>
<li><strong><a href="http://r.ch9.ms/WP7MSL1USBL/">Windows Phone 7 Jump Start (Session 1 of 12): Introduction</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL2USBL/">Windows Phone 7 Jump Start (Session 2 of 12): Building a Silverlight Application, Part 1</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL3USBL/">Windows Phone 7 Jump Start (Session 3 of 12): Building a Silverlight Application, Part 2</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL4USBL/">Windows Phone 7 Jump Start (Session 4 of 12): Building Games for the Windows Phone 7 Platform</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL5USBL/">Windows Phone 7 Jump Start (Session 5 of 12): Building XNA Games for the Windows Phone 7 Platform, Part 1</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL6USBL/">Windows Phone 7 Jump Start (Session 6 of 12): Building XNA Games for the Windows Phone 7 Platform, Part 2</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL7USBL/">Windows Phone 7 Jump Start (Session 7 of 12): Advanced Application Development, Part 1</a>         <br /></strong><strong><a href="http://r.ch9.ms/WP7MSL8USBL/">Windows Phone 7 Jump Start (Session 8 of 12): Advanced Application Development, Part 2</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL9USBL/">Windows Phone 7 Jump Start (Session 9 of 12): Advanced Application Development, Part 3</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL10USBL/">Windows Phone 7 Jump Start (Session 10 of 12): Marketing Your Windows Phone 7 Application</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL11USBL/">Windows Phone 7 Jump Start (Session 11 of 12): Working with Media</a></strong> </li>
<li><strong><a href="http://r.ch9.ms/WP7MSL12USBL/">Windows Phone 7 Jump Start (Session 12 of 12): Final Silverlight Topics and Wrap-Up</a></strong> </li>
<li><a href="http://borntolearn.mslearn.net/wp7/m/classresources/default.aspx"><strong>Windows Phone 7 Jump Start – Class Resources</strong></a> </li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/windows-phone-7-application-development-get-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V VM slow on windows server 2008 R2</title>
		<link>http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hyper-v-vm-slow-on-windows-server-2008-r2</link>
		<comments>http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:34:06 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/</guid>
		<description><![CDATA[I recently notice upgrade my virtual machines hosting machine 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 script execution time can be 200% than it was before upgrade. I did some testing and it turns out power management [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Permanent Link: Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/04/how-to-install-hyper-v/' rel='bookmark' title='Permanent Link: How to Install Hyper-V'>How to Install Hyper-V</a></li>
<li><a href='http://devonenote.com/2010/04/manage-hyper-v-remotely-from-windows-7/' rel='bookmark' title='Permanent Link: Manage Hyper-V remotely from windows 7'>Manage Hyper-V remotely from windows 7</a></li>
<li><a href='http://devonenote.com/2010/05/limitations-you-need-know-before-installing-hpyer-v-on-laptop/' rel='bookmark' title='Permanent Link: Limitations you need know before installing Hpyer-V on laptop'>Limitations you need know before installing Hpyer-V on laptop</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Permanent Link: Activating Server Core'>Activating Server Core</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I recently notice upgrade my virtual machines hosting machine 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 script execution time can be 200% than it was before upgrade.</p>
<p>I did some testing and it turns out power management in windows server 2008 R2 causes this performance degrading. Windows Server 2008 R2 has 3 power plan</p>
<ul>
<li>Balanced (recommended) </li>
<li>High Performance </li>
<li>Power Saver </li>
</ul>
<p>By default, Windows Server 2008 R2 sets the power plan to Balanced (recommended) power plan. This might prevent applications from fully utilizing available hardware resources.</p>
<p>Change Power Plan to High Performance and the performance degrade issue does no occur any more.</p>
<p>You can also checkout this post for <a href="http://devonenote.com/2010/01/disable-standbysleep/">Set the power configuration to High Performance</a> in scripts.</p>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/05/exceed-windows-server-2008-r2-trial-period/' rel='bookmark' title='Permanent Link: Exceed Windows Server 2008 R2 Trial Period'>Exceed Windows Server 2008 R2 Trial Period</a></li>
<li><a href='http://devonenote.com/2010/04/how-to-install-hyper-v/' rel='bookmark' title='Permanent Link: How to Install Hyper-V'>How to Install Hyper-V</a></li>
<li><a href='http://devonenote.com/2010/04/manage-hyper-v-remotely-from-windows-7/' rel='bookmark' title='Permanent Link: Manage Hyper-V remotely from windows 7'>Manage Hyper-V remotely from windows 7</a></li>
<li><a href='http://devonenote.com/2010/05/limitations-you-need-know-before-installing-hpyer-v-on-laptop/' rel='bookmark' title='Permanent Link: Limitations you need know before installing Hpyer-V on laptop'>Limitations you need know before installing Hpyer-V on laptop</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Permanent Link: Activating Server Core'>Activating Server Core</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/hyper-v-vm-slow-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Office Web Apps on SharePoint 2010</title>
		<link>http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-office-web-apps-on-sharepoint-2010</link>
		<comments>http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:53:00 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office Web Apps]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/</guid>
		<description><![CDATA[Run Office Web Apps setup From Office Web Apps CD, run Setup.exe On the Enter your Product Key page, enter your product key, and then click Continue Install Now to install to the default location When Setup finishes, a dialog box prompts you to complete the configuration of your server. Be sure that the Run [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/' rel='bookmark' title='Permanent Link: Enable SharePoint Designer on SharePoint 2010 Site Collection'>Enable SharePoint Designer on SharePoint 2010 Site Collection</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
<li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/' rel='bookmark' title='Permanent Link: Windows Server Features or Role Services required by this product are not enabled'>Windows Server Features or Role Services required by this product are not enabled</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong>Run Office Web Apps setup</strong></p>
<ol>
<li>From Office Web Apps CD, run <strong>Setup.exe</strong></li>
<li>On the <strong>Enter your Product Key</strong> page, enter your product key, and then click <strong>Continue</strong></li>
<li><strong>Install Now</strong> to install to the default location</li>
<li>When Setup finishes, a dialog box prompts you to complete the configuration of your server. Be sure that the <strong>Run the SharePoint Products and Technologies Configuration Wizard now</strong> check box is selected and then click <strong>Close</strong> to start PSConfig.</li>
<li>If you left the <strong>Run the SharePoint Products and Technologies Configuration Wizard now</strong> check box selected in the previous step, on the PSconfig <strong>Welcome to SharePoint Products</strong> page, click <strong>Next</strong></li>
<li>In the dialog box that notifies you that some services might have to be restarted or reset during configuration, click <strong>Yes</strong>.<br />
<strong>{{{LONG WAIT HERE}}}</strong></li>
<li>On the <strong>Configuration Successful</strong> page, click <strong>Finish</strong>. Your new SharePoint site opens<span id="more-418"></span></li>
</ol>
<p><strong>Start the service instances</strong></p>
<p>A service instance provides the physical location for a service application. You must start the service instances before you create the service applications and the service application proxies. You can start the service instances by using SharePoint Central Administration or by using Windows PowerShell.</p>
<p>Procedures in this task start the service instances on the server specified.</p>
<p><strong>To start the service instances by using Central Administration</strong></p>
<p>1. Click <strong>Start</strong>, point to <strong>All Programs</strong>, <strong>Microsoft SharePoint 2010 Products</strong>, and then <strong>SharePoint 2010 Central Administration</strong>.</p>
<p>3. On the SharePoint Central Administration home page, in <strong>System Settings</strong>, click <strong>Manage services on this server</strong>.</p>
<p>4. On the Services on server:&lt;servername&gt;page, start <strong>Excel Calculation Services (this might have been done earlier during previous steps)</strong>, <strong>Word Viewing Service</strong>, and <strong>PowerPoint Service</strong>. The OneNote Web App does not use a SharePoint service.</p>
<p><strong>Create the service applications and the service application proxies</strong></p>
<p>After the service instances have been started, the service applications and the service application proxies which connect the SharePoint Web front-ends to the service applications must be created. You can create the service applications and the service application proxies for the Word, PowerPoint, and Excel Web apps by using Central Administration or by using Windows PowerShell. The OneNote Web App does not require a service application. After created, the service applications will run on started service instances automatically.</p>
<p>Procedures in this task will create the Office Web Apps service applications and service application proxies for the Word, PowerPoint, and Excel Web apps. This task can only be completed after you have started the service instances.</p>
<p><strong>To create the service applications and the service application proxies by using Central Administration</strong></p>
<ol>
<li>Click <strong>Start</strong>, point to <strong>All Programs</strong>, <strong>Microsoft SharePoint 2010 Products</strong>, and then <strong>SharePoint 2010 Central Administration</strong>.</li>
<li>On the SharePoint Central Administration home page, in <strong>Application Management</strong>, click <strong>Manage service applications</strong>.</li>
<li>On the Service Applications page, click <strong>New</strong>, and then click <strong>Word Viewing Service</strong>.</li>
<li>In the Word Viewing Service Application dialog box, in <strong>Name</strong>, type <strong>Word Viewing Service Application</strong>. In <strong>Application Pool</strong>, select <strong>Use existing application pool</strong>, and then in the listbox, select <strong>SharePoint Web Services Default</strong>. In <strong>Add to default proxy list</strong>, verify <strong>Add this service application&#8217;s proxy to the farm&#8217;s default proxy list</strong> is selected (default), and then click <strong>OK</strong>.</li>
<li>On the Service Applications page, click <strong>New</strong>, and then click <strong>PowerPoint Service Application</strong>.</li>
<li>In the PowerPoint Service Application dialog box, in <strong>Name</strong>, type <strong>PowerPoint Service Application</strong>. In <strong>Application Pool</strong>, select <strong>Use existing application pool</strong>, and then in the listbox, select <strong>SharePoint Web Services Default</strong>. In <strong>Add to default proxy list</strong>, verify <strong>Add this service application&#8217;s proxy to the farm&#8217;s default proxy list</strong> is selected (default), and then click <strong>OK</strong>.</li>
<li>On the Service Applications page, click <strong>New</strong>, and then click <strong>Excel Services Application</strong>.</li>
<li>MIGHT BE ALREADY DONE: In the Excel Services Application dialog box, in <strong>Name</strong>, type <strong>Excel Services Application</strong>. In <strong>Application Pool</strong>, select <strong>Use existing application pool</strong>, and then in the listbox, select <strong>SharePoint Web Services Default</strong>. In <strong>Add to default proxy list</strong>, verify <strong>Add this service application&#8217;s proxy to the farm&#8217;s default proxy list</strong> is selected (default), and then click <strong>OK</strong>.</li>
</ol>
<p><strong>Activate the Office Web Apps Feature on a site collection on the Site collection features page</strong></p>
<ol>
<li>In a browser, in the SharePoint site, click <strong>Site Actions</strong>, and then click <strong>Site Settings</strong>.</li>
<li>On the Site Settings page, in <strong>Site Collection Administration</strong>, click <strong>Site Collection Features</strong>.</li>
<li>On the Features page, for <strong>Office Web Apps</strong>, click <strong>Activate</strong>.</li>
</ol>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/08/enable-sharepoint-designer-on-sharepoint-2010-site-collection/' rel='bookmark' title='Permanent Link: Enable SharePoint Designer on SharePoint 2010 Site Collection'>Enable SharePoint Designer on SharePoint 2010 Site Collection</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
<li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/' rel='bookmark' title='Permanent Link: Windows Server Features or Role Services required by this product are not enabled'>Windows Server Features or Role Services required by this product are not enabled</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Office Web Apps</title>
		<link>http://devonenote.com/2010/08/how-to-get-office-web-apps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-get-office-web-apps</link>
		<comments>http://devonenote.com/2010/08/how-to-get-office-web-apps/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 15:43:23 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office Web Apps]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SkyDrive]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/08/how-to-get-office-web-apps/</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/' rel='bookmark' title='Permanent Link: Windows Server Features or Role Services required by this product are not enabled'>Windows Server Features or Role Services required by this product are not enabled</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
<li><a href='http://devonenote.com/2010/06/sync-onenote-2010-notebooks-to-skydrive/' rel='bookmark' title='Permanent Link: Sync OneNote 2010 notebooks to SkyDrive'>Sync OneNote 2010 notebooks to SkyDrive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h1></h1>
<h3>What are Office Web Apps?</h3>
<p>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.</p>
<h3>How can I get Office Web Apps?</h3>
<p>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 <a href="http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/">Save OneNote directly to SkyDrive.</a></p>
<p>For business use, Office Web Apps can be deployed to SharePoint server 2010 sites. Detail installation guide can be download from Microsoft <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=4ac8442d-0974-4902-84fe-1ade382ab2a1#filelist">Microsoft Download Center</a></p>
<h3>Which browsers are supported for Office Web apps? </h3>
<ul>
<li>Internet Explorer 7 and 8 </li>
<li>Firefox 3.5</li>
<li>Safari 4</li>
</ul>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/' rel='bookmark' title='Permanent Link: Windows Server Features or Role Services required by this product are not enabled'>Windows Server Features or Role Services required by this product are not enabled</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
<li><a href='http://devonenote.com/2010/06/sync-onenote-2010-notebooks-to-skydrive/' rel='bookmark' title='Permanent Link: Sync OneNote 2010 notebooks to SkyDrive'>Sync OneNote 2010 notebooks to SkyDrive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/08/how-to-get-office-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Features or Role Services required by this product are not enabled</title>
		<link>http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-server-features-or-role-services-required-by-this-product-are-not-enabled</link>
		<comments>http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 15:08:41 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Office Web Apps]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/</guid>
		<description><![CDATA[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.&#160; For a complete list, refer to the link below. For the list of [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
<li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/06/sync-onenote-2010-notebooks-to-skydrive/' rel='bookmark' title='Permanent Link: Sync OneNote 2010 notebooks to SkyDrive'>Sync OneNote 2010 notebooks to SkyDrive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you install Office Web Apps on windows 7 that has Sharepoint 2010, you will see following error message</p>
<p class="textborder">Setup is unable to proceed due to the following error(s):    <br />Windows Server Features or Role Services required by this product are not enabled.&#160;     <br />For a complete list, refer to the link below. For the list of pre-requisites needed to install the product please refer to:     <br /><a href="http://go.microsoft.com/fwlink/?LinkId=106209">http://go.microsoft.com/fwlink/?LinkId=106209</a>     <br />Correct the issue(s) listed above and re-run setup.     <br />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.  </p>
<h3>Resolution</h3>
<p>This is because Office Web Apps can only be installed on a server operation system.&#160; 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. </p>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/08/install-office-web-apps-on-sharepoint-2010/' rel='bookmark' title='Permanent Link: Install Office Web Apps on SharePoint 2010'>Install Office Web Apps on SharePoint 2010</a></li>
<li><a href='http://devonenote.com/2010/08/how-to-get-office-web-apps/' rel='bookmark' title='Permanent Link: How to Get Office Web Apps'>How to Get Office Web Apps</a></li>
<li><a href='http://devonenote.com/2010/06/onenote-2010-new-features/' rel='bookmark' title='Permanent Link: OneNote 2010 New Features'>OneNote 2010 New Features</a></li>
<li><a href='http://devonenote.com/2010/06/skydrive-is-live-with-onenote-sync/' rel='bookmark' title='Permanent Link: SkyDrive is Live with OneNote Sync'>SkyDrive is Live with OneNote Sync</a></li>
<li><a href='http://devonenote.com/2010/06/sync-onenote-2010-notebooks-to-skydrive/' rel='bookmark' title='Permanent Link: Sync OneNote 2010 notebooks to SkyDrive'>Sync OneNote 2010 notebooks to SkyDrive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/07/windows-server-features-or-role-services-required-by-this-product-are-not-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PowerShell From Command Line</title>
		<link>http://devonenote.com/2010/07/install-powershell-from-command-line/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-powershell-from-command-line</link>
		<comments>http://devonenote.com/2010/07/install-powershell-from-command-line/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:42:04 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/07/install-powershell-from-command-line/</guid>
		<description><![CDATA[To install PowerShell on Windows Server 2008 R2 or Hyper-V Server 2008 R2, following features needs to be installed. NetFx2-ServerCore NetFx3-ServerCore MicrosoftWindowsPowerShell Because Powershell is built on DotNet framework, DotNet 2.0 and 3.5&#160; has to be installed prior to PowerShell installation. To install PowerShell from command line, run following from elevated command prompt DISM.exe /online [...]


Related posts:<ol><li><a href='http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/' rel='bookmark' title='Permanent Link: Enable DotNet 3.5 from command line'>Enable DotNet 3.5 from command line</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To install PowerShell on Windows Server 2008 R2 or Hyper-V Server 2008 R2, following features needs to be installed.</p>
<ol>
<li>NetFx2-ServerCore </li>
<li>NetFx3-ServerCore </li>
<li>MicrosoftWindowsPowerShell </li>
</ol>
<p>Because Powershell is built on DotNet framework, DotNet 2.0 and 3.5&#160; has to be installed prior to PowerShell installation.</p>
<p>To install PowerShell from command line, run following from elevated command prompt</p>
<p class="textborder">DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell </p>
<p>Or run following command if it’s an 64bit machine</p>
<p class="textborder">DISM.exe /online /enable-feature /featurename:NetFx2-ServerCore-WOW64&#160; <br />DISM.exe /online /enable-feature /featurename:NetFx3-ServerCore-WOW64&#160; <br />DISM.exe /online /enable-feature /featurename:MicrosoftWindowsPowerShell-WOW64&#160; </p>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/' rel='bookmark' title='Permanent Link: Enable DotNet 3.5 from command line'>Enable DotNet 3.5 from command line</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/07/install-powershell-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable DotNet 3.5 from command line</title>
		<link>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enable-dotnet-3-5-from-command-line</link>
		<comments>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 17:15:14 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[DotNet 3.5]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/</guid>
		<description><![CDATA[To enable DotNet 3.5 from command line, run following from elevated command prompt dism.exe /online /enable-feature /featurename:NetFx3 Related posts:Install PowerShell From Command Line Enable/disable the built-in administrator account Could not load type System.ServiceModel.Activation.HttpModule


Related posts:<ol><li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Permanent Link: Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
<li><a href='http://devonenote.com/2010/01/enabledisable-the-built-in-administrator-account/' rel='bookmark' title='Permanent Link: Enable/disable the built-in administrator account'>Enable/disable the built-in administrator account</a></li>
<li><a href='http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/' rel='bookmark' title='Permanent Link: Could not load type System.ServiceModel.Activation.HttpModule'>Could not load type System.ServiceModel.Activation.HttpModule</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To enable DotNet 3.5 from command line, run following from elevated command prompt</p>
<p class="textborder">dism.exe /online /enable-feature /featurename:NetFx3</p>


<p>Related posts:<ol><li><a href='http://devonenote.com/2010/07/install-powershell-from-command-line/' rel='bookmark' title='Permanent Link: Install PowerShell From Command Line'>Install PowerShell From Command Line</a></li>
<li><a href='http://devonenote.com/2010/01/enabledisable-the-built-in-administrator-account/' rel='bookmark' title='Permanent Link: Enable/disable the built-in administrator account'>Enable/disable the built-in administrator account</a></li>
<li><a href='http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/' rel='bookmark' title='Permanent Link: Could not load type System.ServiceModel.Activation.HttpModule'>Could not load type System.ServiceModel.Activation.HttpModule</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/07/enable-dotnet-3-5-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
