<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A rolling stone gathers no... MOSS 2007 / SharePoint 2010 &#187; Search</title>
	<atom:link href="http://statto1974.wordpress.com/category/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://statto1974.wordpress.com</link>
	<description>My musings on SharePoint products and technologies</description>
	<lastBuildDate>Mon, 26 Oct 2009 15:49:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='statto1974.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c0d72f166c2a7a17fc1b00b13ec3c270?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A rolling stone gathers no... MOSS 2007 / SharePoint 2010 &#187; Search</title>
		<link>http://statto1974.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://statto1974.wordpress.com/osd.xml" title="A rolling stone gathers no&#8230; MOSS 2007 / SharePoint 2010" />
		<item>
		<title>Be careful when editing the application.master page</title>
		<link>http://statto1974.wordpress.com/2007/10/29/be-careful-when-editing-the-applicationmaster-page/</link>
		<comments>http://statto1974.wordpress.com/2007/10/29/be-careful-when-editing-the-applicationmaster-page/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 09:00:09 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Master Pages]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://statto1974.wordpress.com/2007/10/29/be-careful-when-editing-the-applicationmaster-page/</guid>
		<description><![CDATA[Here&#8217;s an odd one.
We had customized our master pages by adding in the Search WebPart, so we could customize some of the parameters
We changed the following:
&#60;asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server"&#62;&#60;/asp:ContentPlaceHolder&#62;
To the following:
&#60;asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server"&#62;
&#60;SPSWC:SearchBoxEx webpart="true" runat="server" __webpartid="{2883947B-2B5C-4A56-92B3-33B7383F7C0D}" id="SearchBoxEx1"&#62;&#60;WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2"&#62;
  &#60;Title /&#62;
  &#60;FrameType&#62;None&#60;/FrameType&#62;
  &#60;Description&#62;Used to search document and items.&#60;/Description&#62;
  &#60;IsIncluded&#62;true&#60;/IsIncluded&#62;
  &#60;ZoneID&#62;ImportedPartZone&#60;/ZoneID&#62;
  &#60;PartOrder&#62;0&#60;/PartOrder&#62;
  &#60;FrameState&#62;Normal&#60;/FrameState&#62;
  &#60;Height /&#62;
  &#60;Width [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=statto1974.wordpress.com&blog=1043105&post=26&subd=statto1974&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s an odd one.</p>
<p>We had customized our master pages by adding in the Search WebPart, so we could customize some of the parameters</p>
<p>We changed the following:</p>
<p><code>&lt;asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server"&gt;&lt;/asp:ContentPlaceHolder&gt;</code></p>
<p>To the following:</p>
<p><code>&lt;asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server"&gt;<br />
&lt;SPSWC:SearchBoxEx webpart="true" runat="server" __webpartid="{2883947B-2B5C-4A56-92B3-33B7383F7C0D}" id="SearchBoxEx1"&gt;&lt;WebPart xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xmlns:xsd="<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>" xmlns="<a href="http://schemas.microsoft.com/WebPart/v2">http://schemas.microsoft.com/WebPart/v2</a>"&gt;<br />
  &lt;Title /&gt;<br />
  &lt;FrameType&gt;None&lt;/FrameType&gt;<br />
  &lt;Description&gt;Used to search document and items.&lt;/Description&gt;<br />
  &lt;IsIncluded&gt;true&lt;/IsIncluded&gt;<br />
  &lt;ZoneID&gt;ImportedPartZone&lt;/ZoneID&gt;<br />
  &lt;PartOrder&gt;0&lt;/PartOrder&gt;<br />
  &lt;FrameState&gt;Normal&lt;/FrameState&gt;<br />
  &lt;Height /&gt;<br />
  &lt;Width /&gt;<br />
  &lt;AllowRemove&gt;true&lt;/AllowRemove&gt;<br />
  &lt;AllowZoneChange&gt;true&lt;/AllowZoneChange&gt;<br />
  &lt;AllowMinimize&gt;true&lt;/AllowMinimize&gt;<br />
  &lt;AllowConnect&gt;true&lt;/AllowConnect&gt;<br />
  &lt;AllowEdit&gt;true&lt;/AllowEdit&gt;<br />
  &lt;AllowHide&gt;true&lt;/AllowHide&gt;<br />
  &lt;IsVisible&gt;true&lt;/IsVisible&gt;<br />
  &lt;DetailLink /&gt;<br />
  &lt;HelpLink /&gt;<br />
  &lt;HelpMode&gt;Modeless&lt;/HelpMode&gt;<br />
  &lt;Dir&gt;Default&lt;/Dir&gt;<br />
  &lt;PartImageSmall /&gt;<br />
  &lt;MissingAssembly&gt;Cannot import this Web Part.&lt;/MissingAssembly&gt;<br />
  &lt;PartImageLarge /&gt;<br />
  &lt;IsIncludedFilter /&gt;<br />
  &lt;ExportControlledProperties&gt;true&lt;/ExportControlledProperties&gt;<br />
  &lt;ConnectionID&gt;00000000-0000-0000-0000-000000000000&lt;/ConnectionID&gt;<br />
  &lt;ID&gt;g_455588d4_92a9_484e_9273_9221d7a9a97f&lt;/ID&gt;<br />
  &lt;GoImageUrl xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/_layouts/images/gosearch.gif&lt;/GoImageUrl&gt;<br />
  &lt;GoImageUrlRTL xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/_layouts/images/goRTL.gif&lt;/GoImageUrlRTL&gt;<br />
  &lt;GoImageActiveUrl xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/_layouts/images/gosearch.gif&lt;/GoImageActiveUrl&gt;<br />
  &lt;GoImageActiveUrlRTL xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/_layouts/images/goRTL.gif&lt;/GoImageActiveUrlRTL&gt;<br />
  &lt;DropDownModeEx xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;ShowDD_DefaultContextual&lt;/DropDownModeEx&gt;<br />
  &lt;AdvancedSearchPageURL xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/SearchCenter/Pages/advanced.aspx&lt;/AdvancedSearchPageURL&gt;<br />
  &lt;SearchResultPageURL xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;/SearchCenter/Pages/results.aspx&lt;/SearchResultPageURL&gt;<br />
  &lt;ScopeDisplayGroupName xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;Search Dropdown&lt;/ScopeDisplayGroupName&gt;<br />
  &lt;RegisterStyles xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;true&lt;/RegisterStyles&gt;<br />
  &lt;ShouldTakeFocusIfEmpty xmlns="urn:schemas-microsoft-com:SearchBoxEx"&gt;false&lt;/ShouldTakeFocusIfEmpty&gt;<br />
                &lt;/WebPart&gt;<br />
&lt;/SPSWC:SearchBoxEx&gt;<br />
&lt;/asp:ContentPlaceHolder&gt;</code></p>
<p>We did this in all our master pages including the application.master page.</p>
<p>All was working fine until we tried to delete a column in a list and we go the &#8220;Unknown Error&#8221; message and the column wasn&#8217;t deleted.</p>
<p>The following error message was be ing logged</p>
<p><code>Application error when access /_layouts/mngfield.aspx, Error=Unable to validate data.   at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32&amp; dataLength)     at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) </code></p>
<p>After of a month or so of investigation with Microsoft support, we discovered that the Search Webpart was causing the problem in the application.master page and causing a conflict in one of the application pages in the &#8220;Layouts&#8221; directory, specifically the mngfield.aspx page.</p>
<p>We have removed the Search WebPart from the application.master page and all seems to be working fine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/statto1974.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/statto1974.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/statto1974.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/statto1974.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/statto1974.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/statto1974.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/statto1974.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/statto1974.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/statto1974.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/statto1974.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/statto1974.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/statto1974.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=statto1974.wordpress.com&blog=1043105&post=26&subd=statto1974&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://statto1974.wordpress.com/2007/10/29/be-careful-when-editing-the-applicationmaster-page/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64ee6e5e0ecaca8c6af952db6a29fc89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">statto1974</media:title>
		</media:content>
	</item>
	</channel>
</rss>