<?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>Ideas For Free</title>
	<atom:link href="http://blog.libinuko.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.libinuko.com</link>
	<description>Only freedom will grow our ideas</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:55:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
			<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Linkblock number: 1 --><script type="text/javascript"><!--
	 
google_ad_client = "pub-4105800609450516";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s"; google_ad_channel ="4111627870";
google_color_border = "8FC906";
google_color_bg = "F0F0F0";
google_color_link = "A6FF73";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>PowerShell : Modifying Web AppPool Account</title>
		<link>http://blog.libinuko.com/2010/07/28/powershell-modifying-web-apppool-account-2/</link>
		<comments>http://blog.libinuko.com/2010/07/28/powershell-modifying-web-apppool-account-2/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:52:31 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/28/powershell-modifying-web-apppool-account-2/</guid>
		<description><![CDATA[English I think you may already know Set-SPServiceApplicationPool. This command can be used to modify apppool account for service application &#8211; but it doesn&#8217;t work for Web Application. I am looking for Set-SPWebApplicationPool but I can not find it anywhere. So here is the PowerShell script &#160; param([string] $url, [string] $account) $SPWebApp = Get-SPWebApplication $url $SPManagedAccount = Get-SPManagedAccount –Identity [...] <a href="http://blog.libinuko.com/2010/07/28/powershell-modifying-web-apppool-account-2/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English </p>
<p>I think you may already know Set-SPServiceApplicationPool. This command can be used to modify apppool account for service application &#8211; but it doesn&#8217;t work for Web Application. I am looking for Set-SPWebApplicationPool but I can not find it anywhere.</p>
<p><a href="http://blog.libinuko.com/files/2010/07/image.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blog.libinuko.com/files/2010/07/image_thumb.png" width="614" height="322" /></a> </p>
<p>So here is the PowerShell script</p>
<p>&#160;</p>
<blockquote><p>param([string] $url, [string] $account)</p>
<p>$SPWebApp = Get-SPWebApplication $url</p>
<p>$SPManagedAccount = Get-SPManagedAccount –Identity $account</p>
<p>$SPWebApp.ApplicationPool.ManagedAccount = $SPManagedAccount</p>
<p>$SPWebApp.ApplicationPool.Update()</p>
</blockquote>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/28/powershell-modifying-web-apppool-account-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
			<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-4105800609450516"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel ="4111627870"; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:10"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>PowerShell : Desktop Experience Feature</title>
		<link>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/</link>
		<comments>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:58:17 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Desktop Experience]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=555</guid>
		<description><![CDATA[English Today I find a strange behaviour, my Office 2010 can not browse to the SharePoint 2010 document library. In short, I can not save my document directly to SharePoint 2010.&#160; Office 2010 provide Save and Send functionality, which should give me functionality to save directly to SharePoint 2010 as what it does in previous version; [...] <a href="http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Today I find a strange behaviour, my Office 2010 can not browse to the SharePoint 2010 document library. In short, I can not save my document directly to SharePoint 2010.&#160; Office 2010 provide Save and Send functionality, which should give me functionality to save directly to SharePoint 2010 as what it does in previous version; so what could be the problem?</p>
<p>Saving to SharePoint 2010 document library requires WebDAV functionality via Web Client service. Unfortunatelly the Web Client service is not enabled by default, and it is part of <a href="http://technet.microsoft.com/en-us/library/cc772567.aspx">Desktop Experience features</a>.&#160; So, how can we enable it using PowerShell?</p>
<blockquote><p># Open PowerShell console and then type</p>
<p>import-module servermanager     <br />Add-WindowsFeature Desktop-Experience</p>
</blockquote>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPS 2010 Toolkit : Administration Toolkit V1</title>
		<link>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/</link>
		<comments>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 01:28:37 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint Administration Toolkit]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=552</guid>
		<description><![CDATA[English SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains : - User Profile Replication Engine 2010 - Security Configuration Manifest - Content Management Interoperatibility Services Connector - Load Testing Kit More information about this toolkit can be found here: http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx  <a href="http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains :</p>
<p>- User Profile Replication Engine 2010<br />
- Security Configuration Manifest<br />
- Content Management Interoperatibility Services Connector<br />
- Load Testing Kit</p>
<p>More information about this toolkit can be found here:<br />
<a href="http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx</a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
			<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 2 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-8208356787225078"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel ="0708185857"; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:10"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>SharePoint 2010: How to create Cascading Lookup Field</title>
		<link>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/</link>
		<comments>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 22:19:50 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/</guid>
		<description><![CDATA[English In the previous version, creating cascading lookup field was becoming a problem. At least 2 or more technique have been proposed for example using Javascript , or custom field. In this video cast, I will continue the InfoPath and SharePoint 2010 productivity series by implementing the cascading lookup field using InfoPath. In this video, I [...] <a href="http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>In the previous version, creating cascading lookup field was becoming a problem. At least 2 or more technique have been proposed for example using Javascript , or custom field. In this video cast, I will continue the InfoPath and SharePoint 2010 productivity series by implementing the cascading lookup field using InfoPath. In this video, I will extend Members list with City – Province – Country , information. Province and Country are cascading lookup field.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerShell : Working with XML</title>
		<link>http://blog.libinuko.com/2010/07/15/powershell-working-with-xml/</link>
		<comments>http://blog.libinuko.com/2010/07/15/powershell-working-with-xml/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:49:55 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/15/powershell-working-with-xml/</guid>
		<description><![CDATA[English I have found 2 good articles on how work with XML in PowerShell. http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/25/42506.aspx http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/28/43561.aspx Don’t be surprised that you will find % notation that represent ForEach-Object.  <a href="http://blog.libinuko.com/2010/07/15/powershell-working-with-xml/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>I have found 2 good articles on how work with XML in PowerShell. </p>
<p><a title="http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/25/42506.aspx" href="http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/25/42506.aspx">http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/25/42506.aspx</a>     <br /><a title="http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/28/43561.aspx" href="http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/28/43561.aspx">http://www.pluralsight-training.net/community/blogs/dan/archive/2006/11/28/43561.aspx</a></p>
<p>Don’t be surprised that you will find<strong> %</strong> notation that represent ForEach-Object. </p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/15/powershell-working-with-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: How to create filtered lookup field</title>
		<link>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/</link>
		<comments>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 04:55:06 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[InfoPath 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/</guid>
		<description><![CDATA[English Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status.  Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality. Part III , InfoPath 2010 and SharePoint 2010 Productivity series [...] <a href="http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status.  Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality.</p>
<p>Part III , InfoPath 2010 and SharePoint 2010 Productivity series webcast shows how to create filtered lookup field.  There are two lists in the scenario “Books” and “Members” list.  The Books list contains list of books Title, Author and Status. There are 2 status of books, “Available” , “In-Used” and “Missing”.</p>
<p>“Members” list has Books  , lookup field – which should show only the “Available” books.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 WebCast: Customizing list form using InfoPath Designer 2010</title>
		<link>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/</link>
		<comments>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:13:31 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=488</guid>
		<description><![CDATA[English: Imagine that user wants to build Book lending application using SharePoint 2010. Initially they must register the book description , and sub-sequently they will update book lending status.  On the registration, the status should not be available in the form &#8211; however on lending event , they have to modify the status of the book. Following [...] <a href="http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English:</p>
<p>Imagine that user wants to build Book lending application using SharePoint 2010. Initially they must register the book description , and sub-sequently they will update book lending status.  On the registration, the status should not be available in the form &#8211; however on lending event , they have to modify the status of the book.<br />
Following webcast shows how to use InfoPath Designer 2010 to customize New/Edit/View form in SharePoint List to build that application.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: MS Patterns and Practices &#8211; Developing Application for SharePoint 2010</title>
		<link>http://blog.libinuko.com/2010/07/05/sharepoint-2010-ms-patterns-and-practices-developing-application-for-sharepoint-2010/</link>
		<comments>http://blog.libinuko.com/2010/07/05/sharepoint-2010-ms-patterns-and-practices-developing-application-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 03:26:48 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Patterns and Practices]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=483</guid>
		<description><![CDATA[English Whether you are geek SharePoint 2007 who are migrating to SharePoint 2010  &#8211; or freshmen who are starting to develop application for SharePoint 2010; Microsoft Patterns and Practices is always good resources to learn. In the SharePoint 2007 era, Microsoft release paterns and practices quite long time after the release of SharePoint 2007. But, good news &#8211; [...] <a href="http://blog.libinuko.com/2010/07/05/sharepoint-2010-ms-patterns-and-practices-developing-application-for-sharepoint-2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Whether you are geek SharePoint 2007 who are migrating to SharePoint 2010  &#8211; or freshmen who are starting to develop application for SharePoint 2010; Microsoft Patterns and Practices is always good resources to learn. In the SharePoint 2007 era, Microsoft release paterns and practices quite long time after the release of SharePoint 2007.</p>
<p>But, good news &#8211; MS just  released MS Paterns and Practices to develop application for SharePoint 2010; only few weeks after the release of SharePoint 2010.</p>
<p>Grab it here:<br />
<a href="http://msdn.microsoft.com/en-us/library/dd203468.aspx">http://msdn.microsoft.com/en-us/library/dd203468.aspx</a><br />
and codeplex here:<br />
<a href="http://spg.codeplex.com/">http://spg.codeplex.com/</a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/05/sharepoint-2010-ms-patterns-and-practices-developing-application-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Faboulous 40 for SharePoint 2010</title>
		<link>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/</link>
		<comments>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 03:02:33 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Faboulous 40]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=479</guid>
		<description><![CDATA[Faboulous 40 have become a good showcase for us for SharePoint 2007 implementation.  I personaly deployed it in some of my clients &#8211; and it is a good start to play with SharePoint 2007 business implementation.  They are not perfect tough &#8211; but they create conversation on the functionalities and enhancements. So far, Microsoft has not [...] <a href="http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>Faboulous 40 have become a good showcase for us for SharePoint 2007 implementation.  I personaly deployed it in some of my clients &#8211; and it is a good start to play with SharePoint 2007 business implementation.  They are not perfect tough &#8211; but they create conversation on the functionalities and enhancements.</p>
<p>So far, Microsoft has not release Fab40 for SharePoint 2010 &#8211; but we can find un-official Fab40 by Khalil here : <a href="http://techsolutions.net/Blog/tabid/65/EntryId/17/Fab-40-Templates-for-MOSS-2010.aspx">http://techsolutions.net/Blog/tabid/65/EntryId/17/Fab-40-Templates-for-MOSS-2010.aspx</a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 : The deployment &#8230; is not compatible with a Package in Sandboxed Solution</title>
		<link>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/</link>
		<comments>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 07:23:27 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Sandboxed Solution]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/</guid>
		<description><![CDATA[English One of new feature in SharePoint 2010 is Sandboxed Solution. The ideas is to create solution and deploying them in a way that you can trust will not damage or change SharePoint farm. (http://msdn.microsoft.com/en-us/magazine/ee335711.aspx) Sandboxed Solution is aimed for isolation between one solution to another; which implies that you can not include anything inside the [...] <a href="http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>One of new feature in SharePoint 2010 is Sandboxed Solution. The ideas is to create solution and deploying them in a way that you can trust will not damage or change SharePoint farm. (<a title="http://msdn.microsoft.com/en-us/magazine/ee335711.aspx" href="http://msdn.microsoft.com/en-us/magazine/ee335711.aspx">http://msdn.microsoft.com/en-us/magazine/ee335711.aspx</a>) </p>
<p>Sandboxed Solution is aimed for isolation between one solution to another; which implies that you can not include anything inside the hive folder. If you try to include TemplateFile, Layouts or Images in package, VS2010 will raise an error stating “The deployment type …… is not compatible with a Package in a Sandboxed Solution”.&#160; And it means you have to think about the solution architecture again and refine the rules. </p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image3.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb3.png" width="536" height="158" /></a> </p>
<p>For example, you may consider custom document library to store the images for your solution, etc.</p>
<p>However, sometimes we need to get rid from sandboxed solution. Then we need to change the project type into non-sandboxed solution. To change project type to non-sandboxed solution,   </p>
<p>1. Click on project property    <br />2. Set Sandboxed Solution = False.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image4.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb4.png" width="288" height="446" /></a> </p>
<p>Now continue your work.</p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
