<?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>All Things DotNet</title>
	<atom:link href="http://allthingsdotnet.net/feed" rel="self" type="application/rss+xml" />
	<link>http://allthingsdotnet.net</link>
	<description>All Things DotNet Discussed - Winforms/ASP.Net/SharePoint/WPF</description>
	<lastBuildDate>Tue, 15 May 2012 19:43:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Access Denied after Restoring</title>
		<link>http://allthingsdotnet.net/985/access-denied-after-restoring</link>
		<comments>http://allthingsdotnet.net/985/access-denied-after-restoring#comments</comments>
		<pubDate>Tue, 15 May 2012 19:43:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=985</guid>
		<description><![CDATA[Here&#8217;s the scenario &#8211; I had just restored a new site collection, changing much of the design. All backups seemed to go well, and all meta-data and security was still in tact after the restoration. However, when testing, I was getting complaints that some/many of the contributors who showed to have had access were coming [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/985/access-denied-after-restoring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designer 2010 &#8211; Can&#8217;t Check in Your File</title>
		<link>http://allthingsdotnet.net/983/designer-2010-cant-check-in-your-file</link>
		<comments>http://allthingsdotnet.net/983/designer-2010-cant-check-in-your-file#comments</comments>
		<pubDate>Wed, 25 Apr 2012 17:21:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=983</guid>
		<description><![CDATA[So, you&#8217;re in SharePoint Designer 2010 and you get this error that says it can&#8217;t perform the operation when you&#8217;re trying to check in your changes. Also, it tells you that the file is already checked in or it has been deleted. You&#8217;ve scoured the internet, deleting all the cache files you can find, trying [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/983/designer-2010-cant-check-in-your-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Central Admin &#8211; Difference in Service Links</title>
		<link>http://allthingsdotnet.net/979/central-admin-difference-in-service-links</link>
		<comments>http://allthingsdotnet.net/979/central-admin-difference-in-service-links#comments</comments>
		<pubDate>Wed, 25 Apr 2012 17:11:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Application Management]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[System Settings]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=979</guid>
		<description><![CDATA[In Central Administration, there are 2 different links concerning SharePoint Services, in 2 different locations/sections. They are: Manage Service Applications Manage Services on Server It took me a while, when I started out in 2010 to remember which one did what. Under Application Management, you have &#8216;Manage Service Applications&#8216;. Here, you actually manage the different [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/979/central-admin-difference-in-service-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change WebApplication name and URL</title>
		<link>http://allthingsdotnet.net/970/change-webapplication-name-and-url</link>
		<comments>http://allthingsdotnet.net/970/change-webapplication-name-and-url#comments</comments>
		<pubDate>Sun, 15 Apr 2012 03:12:41 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[WebApplication]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=970</guid>
		<description><![CDATA[In case, for some reason, you need to change the name of your web application after it&#8217;s created, it&#8217;s very easy to do in SharePoint Powershell. Create a new text file with the &#8216;.ps1&#8242;. extension. In it, put in these 3 lines: $OldSolution =Get-SPWebApplication &#124; where {$_.Name -match "&#60;OldWebApp&#62;"} $Old.Name="&#60;NewWebAppName&#62;" $Old.Update() Open up PowerShell, change [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/970/change-webapplication-name-and-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find List and View Guids</title>
		<link>http://allthingsdotnet.net/960/how-to-find-list-and-view-guids</link>
		<comments>http://allthingsdotnet.net/960/how-to-find-list-and-view-guids#comments</comments>
		<pubDate>Thu, 12 Apr 2012 18:32:47 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=960</guid>
		<description><![CDATA[In SharePoint Designer 2010, open your site. To find your List ID (GUID), click on &#8216;Lists and Libraries&#8217;, and choose your list or library. You will find the GUID just below &#8216;Web Address&#8217;, under the List Information section. To find the List/Library GUID and find the GUID for a particular view, go to the site [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/960/how-to-find-list-and-view-guids/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Value cannot be null. Parameter name: sid</title>
		<link>http://allthingsdotnet.net/958/error-value-cannot-be-null-parameter-name-sid</link>
		<comments>http://allthingsdotnet.net/958/error-value-cannot-be-null-parameter-name-sid#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:09:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=958</guid>
		<description><![CDATA[A friend of mine was learning SharePoint Admin, and following an exercise in his book when he got this message. The scenario was that he was created an Public Internet site. He just followed the directions in the book. One of the steps was to create a new Web Application. When he clicked OK, he [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/958/error-value-cannot-be-null-parameter-name-sid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS.Net SharePoint Solution De-bugging</title>
		<link>http://allthingsdotnet.net/956/vs-net-sharepoint-solution-de-bugging</link>
		<comments>http://allthingsdotnet.net/956/vs-net-sharepoint-solution-de-bugging#comments</comments>
		<pubDate>Mon, 26 Mar 2012 15:31:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[VS.Net]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=956</guid>
		<description><![CDATA[If you are trying to debug a Visual Studio.Net SharePoint solution and you are getting an error message that one or more features cannot be activated on the server because it doesn&#8217;t exist, there is a simple solution and you are not going to like it. If you are not developing on a stand-alone server, [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/956/vs-net-sharepoint-solution-de-bugging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Library/List Template Not Available in Gallery</title>
		<link>http://allthingsdotnet.net/951/custom-librarylist-template-not-available-in-gallery</link>
		<comments>http://allthingsdotnet.net/951/custom-librarylist-template-not-available-in-gallery#comments</comments>
		<pubDate>Fri, 23 Mar 2012 19:52:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[feature dependency]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=951</guid>
		<description><![CDATA[Here&#8217;s the scenario: You&#8217;ve got this great document library, but you want to move to another site, under the root site collection. You save the library as a template, but when you get to the other site, it&#8217;s not available in the list of templates. Check to see if there is a feature that is [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/951/custom-librarylist-template-not-available-in-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Adapters Show up as Blank Pages</title>
		<link>http://allthingsdotnet.net/948/mobile-adapters-show-up-as-blank-pages</link>
		<comments>http://allthingsdotnet.net/948/mobile-adapters-show-up-as-blank-pages#comments</comments>
		<pubDate>Fri, 23 Mar 2012 16:14:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Microsoft Updates]]></category>
		<category><![CDATA[mobile adapters]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=948</guid>
		<description><![CDATA[In SharePoint 2010, Mobile Adapters were introduced to create the mobile device functionality for custom webparts when needed. Along with being quite laborious (as anyone who has created a webpart from scratch in previous versions knows), there are &#8216;pointers&#8217; which are entered into the Compat.Browser file which tell SharePoint, if the device viewing the page [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/948/mobile-adapters-show-up-as-blank-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut to Check In/Publish/Approve</title>
		<link>http://allthingsdotnet.net/945/shortcut-to-check-inpublishapprove</link>
		<comments>http://allthingsdotnet.net/945/shortcut-to-check-inpublishapprove#comments</comments>
		<pubDate>Tue, 13 Mar 2012 17:15:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[SharePoint Tips]]></category>
		<category><![CDATA[approve]]></category>
		<category><![CDATA[publish]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=945</guid>
		<description><![CDATA[Instead of doing each of the steps mentioned above, one by one – Just go to Site Actions/Manage Content and Structure Go to the library where your file is and, using the down arrow beside the file name, just choose and click ‘Publish’. Your done – no check-in/no Approval.]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/945/shortcut-to-check-inpublishapprove/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart Services in SharePoint 2010</title>
		<link>http://allthingsdotnet.net/943/restart-services-in-sharepoint-2010</link>
		<comments>http://allthingsdotnet.net/943/restart-services-in-sharepoint-2010#comments</comments>
		<pubDate>Tue, 13 Mar 2012 13:21:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=943</guid>
		<description><![CDATA[In the case you need to restart (stop/start) any of the services which are available in SharePoint 2010, start out in Central Admin. then click on &#8216;System Settings&#8217; and then &#8216;Manage Servers in the Farm&#8217;. Click on the server you&#8217;d like to work with. Pick the service you need to restart, and under the action [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/943/restart-services-in-sharepoint-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Internal Column Names</title>
		<link>http://allthingsdotnet.net/940/sharepoint-2010-internal-column-names</link>
		<comments>http://allthingsdotnet.net/940/sharepoint-2010-internal-column-names#comments</comments>
		<pubDate>Wed, 07 Mar 2012 17:50:53 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Internal Column Names]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[List]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=940</guid>
		<description><![CDATA[As you may or may not know, besides the normal column names that you see and know about in SharePoint lists and libraries, there are Internal Column Names. Most of the time, you will not need to even know about them, much less use them. However, there are times when you actually need to know [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/940/sharepoint-2010-internal-column-names/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Re-publishing InfoPath 2010 Form to Existing Form Library</title>
		<link>http://allthingsdotnet.net/933/error-re-publishing-infopath-2010-form-to-existing-form-library</link>
		<comments>http://allthingsdotnet.net/933/error-re-publishing-infopath-2010-form-to-existing-form-library#comments</comments>
		<pubDate>Mon, 05 Mar 2012 22:43:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=933</guid>
		<description><![CDATA[While re-publishing an InfoPath form/template, if you get the error message below, there is a way around it, but it&#8217;s not the easiest solution in the world, but it has worked for me: Infopath cannot modify the form library template because the file does not exist. Copy the template to the form library or create [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/933/error-re-publishing-infopath-2010-form-to-existing-form-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Services &#8211; Error: &#8220;This workbook cannot be opened &#8230;&#8221;</title>
		<link>http://allthingsdotnet.net/930/excel-services-error-this-workbook-cannot-be-opened</link>
		<comments>http://allthingsdotnet.net/930/excel-services-error-this-workbook-cannot-be-opened#comments</comments>
		<pubDate>Tue, 28 Feb 2012 16:44:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[Excel Services]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=930</guid>
		<description><![CDATA[If you have recently done an upgrade to SharePoint 2010, and you are getting a popup error when trying to open an Excel document which says: &#8220;This workbook cannot be opened because it is not stored in an Excel Services Application trusted location.&#8221; the solution may not be very difficult at all. When the upgrade [...]]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/930/excel-services-error-this-workbook-cannot-be-opened/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFs Won&#8217;t Open in Browser</title>
		<link>http://allthingsdotnet.net/928/pdfs-wont-open-in-browser</link>
		<comments>http://allthingsdotnet.net/928/pdfs-wont-open-in-browser#comments</comments>
		<pubDate>Fri, 24 Feb 2012 20:37:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[SharePoint 2010 Tips]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://allthingsdotnet.net/?p=928</guid>
		<description><![CDATA[If PDFs in your document libraries won&#8217;t open directly in the browser, the secret is kept in the General Settings (Central Admin) for your Web Application. Look for a setting called &#8216;Browser File Handling&#8217;. Most likely, it&#8217;s set to &#8216;Strict&#8217;. change that setting to &#8216;Permissive&#8217; and it should work pretty much as expected.]]></description>
		<wfw:commentRss>http://allthingsdotnet.net/928/pdfs-wont-open-in-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

