<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>David Wise's Sharepoint blog - All Comments</title><link>http://www.sharepointblogs.com/dwise/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#56127</link><pubDate>Tue, 30 Jun 2009 19:10:02 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:56127</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Sorry there is a minor mistake in the code provided. &amp;nbsp;Add the following Dim to the code:&lt;/p&gt;
&lt;p&gt;Dim c As Integer&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=56127" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#56126</link><pubDate>Tue, 30 Jun 2009 19:06:47 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:56126</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Hello Joe and all,&lt;/p&gt;
&lt;p&gt;Here is an updated code that will strip all special parsing characters for multi selection lookup.&lt;/p&gt;
&lt;p&gt;Function GetNameFromSP(ByVal s As String) As String&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim combStr As String&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim array As String()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combStr = String.Empty&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;array = Split(s, &amp;quot;;#&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(array.Length)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For c = 1 To array.Length - 1 Step 2&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combStr += array(c) + &amp;quot;, &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Return Left(combStr, combStr.Length - 2)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Function&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=56126" width="1" height="1"&gt;</description></item><item><title>re: HowTo: Filter a View based on Workflow Status</title><link>http://www.sharepointblogs.com/dwise/archive/2006/12/11/howto-filter-a-view-based-on-workflow-status.aspx#56121</link><pubDate>Tue, 30 Jun 2009 18:45:48 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:56121</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Thanks for posting this! &amp;nbsp;Saved me a lot of time.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=56121" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#55893</link><pubDate>Mon, 29 Jun 2009 14:33:17 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:55893</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Hello Joe,&lt;/p&gt;
&lt;p&gt;I am seeking the same thing. &amp;nbsp;My lookup column has multiple lookup selections enabled and unfortuantely the provided code snippet only removes the first entry. &amp;nbsp;Did you ever find a solution?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=55893" width="1" height="1"&gt;</description></item><item><title>re: HowTo: Filter a View based on Workflow Status</title><link>http://www.sharepointblogs.com/dwise/archive/2006/12/11/howto-filter-a-view-based-on-workflow-status.aspx#55576</link><pubDate>Thu, 25 Jun 2009 15:31:23 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:55576</guid><dc:creator>ASharepointGirl</dc:creator><description>&lt;p&gt;Awesome. Just what I was looking for.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=55576" width="1" height="1"&gt;</description></item><item><title>re: A duplicate site ID ... error in Event Log after moving Content Databases.</title><link>http://www.sharepointblogs.com/dwise/archive/2007/03/01/a-duplicate-site-id-error-in-event-log-after-moving-content-databases.aspx#55475</link><pubDate>Wed, 24 Jun 2009 12:35:23 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:55475</guid><dc:creator>Brian</dc:creator><description>&lt;p&gt;Awesome! &amp;nbsp;Works for me as well! &amp;nbsp;I&amp;#39;m going to get my 300 bucks back from my MS support call!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=55475" width="1" height="1"&gt;</description></item><item><title>re: Accessing SharePoint List Data as XML</title><link>http://www.sharepointblogs.com/dwise/archive/2008/01/10/accessing-sharepoint-list-data-as-xml.aspx#55013</link><pubDate>Fri, 19 Jun 2009 18:19:04 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:55013</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;I&amp;#39;ve added the RootFolder parameter to the url to get a subfolder so for example to get a folder or subfolder you can use the link&lt;/p&gt;
&lt;p&gt;http://&amp;lt;portal&amp;gt;/&amp;lt;sites&amp;gt;/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;List={GUID}&amp;amp;RootFolder=&amp;lt;url path to Folder or SubFolder&amp;gt;&amp;amp;XMLDATA=TRUE&lt;/p&gt;
&lt;p&gt;also, if you want to query specific fields just add the Query=*, Query=&amp;lt;Field&amp;gt; parameter to the URL.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=55013" width="1" height="1"&gt;</description></item><item><title>re: Accessing SharePoint List Data as XML</title><link>http://www.sharepointblogs.com/dwise/archive/2008/01/10/accessing-sharepoint-list-data-as-xml.aspx#54839</link><pubDate>Wed, 17 Jun 2009 17:44:07 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54839</guid><dc:creator>Micheal</dc:creator><description>&lt;p&gt;I&amp;#39;m having the same issue as Sarah, Christophe, and Scott. &amp;nbsp;I get nothing but a blank page for lists that have multiselect lookups. &amp;nbsp;View Source shows nothing. &amp;nbsp;Has anyone found a way to get this to work?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54839" width="1" height="1"&gt;</description></item><item><title>re: HowTo: Filter a View based on Workflow Status</title><link>http://www.sharepointblogs.com/dwise/archive/2006/12/11/howto-filter-a-view-based-on-workflow-status.aspx#54693</link><pubDate>Mon, 15 Jun 2009 18:12:13 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54693</guid><dc:creator>Scott Rooke</dc:creator><description>&lt;p&gt;David -&lt;/p&gt;
&lt;p&gt;Have you seen the value of 8 show up recently? &amp;nbsp;I can&amp;#39;t seem to find out what 8 is = to. &amp;nbsp;Do you have any thoughts?&lt;/p&gt;
&lt;p&gt;Thanks! &lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54693" width="1" height="1"&gt;</description></item><item><title>re: #RENDER FAILED in View With Totals and Grouping</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/05/RenderFailedTotalsGroup.aspx#54266</link><pubDate>Wed, 10 Jun 2009 12:22:20 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:54266</guid><dc:creator>Anuradha</dc:creator><description>&lt;p&gt;Thanks a lot.........this really worked&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=54266" width="1" height="1"&gt;</description></item><item><title>re: Accessing SharePoint List Data as XML</title><link>http://www.sharepointblogs.com/dwise/archive/2008/01/10/accessing-sharepoint-list-data-as-xml.aspx#53862</link><pubDate>Thu, 04 Jun 2009 05:55:06 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53862</guid><dc:creator>Zack</dc:creator><description>&lt;p&gt;Does anyone know what features use XML as their transport layer in SharePoint and/or What APIs are provided by SharePoint for 3rd parties?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53862" width="1" height="1"&gt;</description></item><item><title>re: How to access the Embedded database used by Sharepoint</title><link>http://www.sharepointblogs.com/dwise/archive/2007/10/04/how-to-access-the-embedded-database-used-by-sharepoint.aspx#53762</link><pubDate>Wed, 03 Jun 2009 09:24:43 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53762</guid><dc:creator>THC</dc:creator><description>&lt;p&gt;Great POST !!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53762" width="1" height="1"&gt;</description></item><item><title>re: Inside the SharePoint People Picker</title><link>http://www.sharepointblogs.com/dwise/archive/2008/05/01/inside-the-sharepoint-people-picker.aspx#53731</link><pubDate>Tue, 02 Jun 2009 23:45:28 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53731</guid><dc:creator>If you need to override the SharePoint People Picker validation logic</dc:creator><description>&lt;p&gt;visit &lt;a rel="nofollow" target="_new" href="http://natnael.squarespace.com/sharepoint/2009/6/2/sharepoint-people-picker-override-validation-logic.html"&gt;natnael.squarespace.com/.../sharepoint-people-picker-override-validation-logic.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53731" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#53675</link><pubDate>Tue, 02 Jun 2009 08:18:04 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53675</guid><dc:creator>Andrew</dc:creator><description>&lt;p&gt;Your namespace attribute value in the method node should be enclosed in quotation marks.&lt;/p&gt;
&lt;p&gt;What you&amp;#39;ve got is &amp;lt;Method Namespace=schemas.microsoft.com/.../soap &lt;/p&gt;
&lt;p&gt;What your should have is &amp;lt;Method Namespace=&amp;quot;schemas.microsoft.com/.../soap&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53675" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#53616</link><pubDate>Mon, 01 Jun 2009 10:44:48 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53616</guid><dc:creator>Subhasis</dc:creator><description>&lt;p&gt;I also got the above error.My requirement is to get pivot table reports from multiple lists of same type.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Subhasis&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53616" width="1" height="1"&gt;</description></item><item><title>re: A duplicate site ID ... error in Event Log after moving Content Databases.</title><link>http://www.sharepointblogs.com/dwise/archive/2007/03/01/a-duplicate-site-id-error-in-event-log-after-moving-content-databases.aspx#53551</link><pubDate>Sat, 30 May 2009 15:45:08 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53551</guid><dc:creator>Jotabs.br</dc:creator><description>&lt;p&gt;Thanks a lot Vikram! it was really useful.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53551" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#53424</link><pubDate>Fri, 29 May 2009 09:54:40 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53424</guid><dc:creator>jahs</dc:creator><description>&lt;p&gt;hi, thanks for those usefull informations&lt;/p&gt;
&lt;p&gt;I&amp;#39;v got a problem when i&amp;#39;m entering the query &lt;/p&gt;
&lt;p&gt;&amp;lt;Query&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Method Namespace=&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/sharepoint/soap/"&gt;schemas.microsoft.com/.../soap&lt;/a&gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name=&amp;quot;GetListItems&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;SoapAction&amp;gt;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/sharepoint/soap/"&gt;schemas.microsoft.com/.../soap&lt;/a&gt;GetListItems&lt;/p&gt;
&lt;p&gt;&amp;lt;/SoapAction&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Query&amp;gt;&lt;/p&gt;
&lt;p&gt;i&amp;#39;v got the error : &lt;/p&gt;
&lt;p&gt;&amp;quot;The XmlDP query is invalid. &amp;nbsp;(Microsoft.ReportingServices.DataExtensions)&amp;quot;&lt;/p&gt;
&lt;p&gt;has anyone got the same error ? and how resolve it ?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53424" width="1" height="1"&gt;</description></item><item><title>re: #RENDER FAILED in View With Totals and Grouping</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/05/RenderFailedTotalsGroup.aspx#53375</link><pubDate>Thu, 28 May 2009 17:27:03 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53375</guid><dc:creator>vikpri</dc:creator><description>&lt;p&gt;Thanks...you saved my day!:-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53375" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#53264</link><pubDate>Wed, 27 May 2009 10:25:04 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53264</guid><dc:creator>Jeckle</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Where can i download the community version of enesys? Even the previous version in their website required a product key.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53264" width="1" height="1"&gt;</description></item><item><title>re: A duplicate site ID ... error in Event Log after moving Content Databases.</title><link>http://www.sharepointblogs.com/dwise/archive/2007/03/01/a-duplicate-site-id-error-in-event-log-after-moving-content-databases.aspx#53061</link><pubDate>Mon, 25 May 2009 07:48:18 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:53061</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;Yep worked for me as well. Thanks for the posting.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=53061" width="1" height="1"&gt;</description></item><item><title>re: #RENDER FAILED in View With Totals and Grouping</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/05/RenderFailedTotalsGroup.aspx#52438</link><pubDate>Fri, 15 May 2009 17:08:41 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:52438</guid><dc:creator>benrickles</dc:creator><description>&lt;p&gt;The issue I was working with involved grouping by date on surveys. &amp;nbsp;The user had removed the &amp;quot;View Response” from the &amp;quot;All Responses&amp;quot; view. &amp;nbsp;Adding this back allowed the list to display grouping collapsed by default.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=52438" width="1" height="1"&gt;</description></item><item><title>re: SharePoint Dev Tip - Restart the Timer</title><link>http://www.sharepointblogs.com/dwise/archive/2008/03/25/sharepoint-dev-tip-restart-the-timer.aspx#52357</link><pubDate>Thu, 14 May 2009 13:49:02 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:52357</guid><dc:creator>Ollie</dc:creator><description>&lt;p&gt;thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=52357" width="1" height="1"&gt;</description></item><item><title>re: Connecting SQL Reporting Services to a SharePoint List</title><link>http://www.sharepointblogs.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx#52105</link><pubDate>Mon, 11 May 2009 16:03:59 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:52105</guid><dc:creator>Andhem</dc:creator><description>&lt;p&gt;This worked well for single lists, and small amounts of data. But if you are trying to join multiple lists together, you should look at this posting:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://ezra.auerbach.co.il/2008/11/reporting-on-sharepoint-data-using-the-sharepoint-content-database/"&gt;ezra.auerbach.co.il/.../reporting-on-sharepoint-data-using-the-sharepoint-content-database&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=52105" width="1" height="1"&gt;</description></item><item><title>re: One .Master to Rule Them All (Two, actually)</title><link>http://www.sharepointblogs.com/dwise/archive/2007/01/08/one-master-to-rule-them-all-two-actually.aspx#52076</link><pubDate>Mon, 11 May 2009 10:29:03 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:52076</guid><dc:creator>Jayasmita</dc:creator><description>&lt;p&gt;Same problem here. This application.master works fine for administration pages in the top level site. But when I go to subsites, the administration pages (i.e. _layouts pages) are again taking the master page as the default one (i.e. application.master). &lt;/p&gt;
&lt;p&gt;So how to achieve a single custom application.master across the sites?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=52076" width="1" height="1"&gt;</description></item><item><title>re: One .Master to Rule Them All (Two, actually)</title><link>http://www.sharepointblogs.com/dwise/archive/2007/01/08/one-master-to-rule-them-all-two-actually.aspx#51934</link><pubDate>Sat, 09 May 2009 01:51:49 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:51934</guid><dc:creator>peter</dc:creator><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;I am having the same error as James did in the past. &lt;/p&gt;
&lt;p&gt;----------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;File Not Found. &amp;nbsp; at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at Microsoft.SharePoint.ApplicationRuntime.SPVirtualFile.GetVirtualPathProviderCacheKey(String virtualPath) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at Microsoft.SharePoint.Publishing.Internal.CmsVirtualPathProvider.GetCacheKey(String virtualPath) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Hosting.VirtualPathProvider.GetCacheKey(VirtualPath virtualPath) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Compilation.BuildManager.GetCacheKeyFromVirtualPath(VirtualPath virtualPath, Boolean&amp;amp; keyFromVPP) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.UI.Page.get_Master() &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.UI.Page.ApplyMasterPage() &lt;/p&gt;
&lt;p&gt; &amp;nbsp;at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &lt;/p&gt;
&lt;p&gt;Troubleshoot issues with Windows SharePoint Services. &lt;/p&gt;
&lt;p&gt;---------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;This error does not happen on the main site collection &lt;a rel="nofollow" target="_new" href="http://MyPortalSite/Pages/default.aspx"&gt;myportalsite/.../default.aspx&lt;/a&gt;. But my web application has about 20 other site collections in addition to the mail site collection. The error happened on all other site collections. &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://MyPortalSite/sites/IT/default.aspx"&gt;myportalsite/.../default.aspx&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://MyPortalSite/sites/HR/default.aspx"&gt;myportalsite/.../default.aspx&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://MyPortalSite/sites/Accounting/default.aspx"&gt;myportalsite/.../default.aspx&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;quot;_catalogs/masterpage/MyApplication.master&amp;quot;; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;works fine for the main site collection, but not working for other site collections within the same application. &lt;/p&gt;
&lt;p&gt;I have tried to use &amp;quot;/sites/IT/_catalogs/masterpage/MyApplication.master&amp;quot;;&lt;/p&gt;
&lt;p&gt;but it is still not working&lt;/p&gt;
&lt;p&gt;Any suggestions? &lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=51934" width="1" height="1"&gt;</description></item></channel></rss>