<?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>Sean&#039;s blog</title>
	<atom:link href="http://vspug.com/sean/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/sean</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Fri, 18 Jul 2008 22:40:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Telerik RADEditor for MOSS installed &#8211; Part 1</title>
		<link>http://vspug.com/sean/2008/07/18/getting-telerik-radeditor-for-moss-installed-part-1/</link>
		<comments>http://vspug.com/sean/2008/07/18/getting-telerik-radeditor-for-moss-installed-part-1/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:40:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Getting Telerik RADEditor for MOSS installed &#8211; Part 1
Getting Telerik&#39;s RADEditor installed in our SharePoint was somewhat challenging. I found the installation instructions from Telerik, while attractive, a bit hard to follow. Anyway, here&#39;s what I did&#8230;
Install from EXE
I purchased and installed RadControls for ASPNET AJAX Q1 2008 from the exe file. Apparently there are [...]]]></description>
			<content:encoded><![CDATA[<h2>Getting Telerik RADEditor for MOSS installed &#8211; Part 1</h2>
<p>Getting Telerik&#39;s RADEditor installed in our SharePoint was somewhat challenging. I found the <a href="http://www.telerik.com/help/aspnet-ajax/installsettingaspnetpermissions.html">installation instructions from Telerik</a>, while attractive, a bit hard to follow. Anyway, here&#39;s what I did&#8230;</p>
<h4>Install from EXE</h4>
<p>I purchased and installed RadControls for ASPNET AJAX Q1 2008 from the exe file. Apparently there are other options as well.</p>
<p>On our development server there was not problem with this step. On our production server I got an error that read:</p>
<blockquote>
<p>H2Reg.exe<br />
    ** Error **<br />
    MS Help 2.x runtime files are not installed on this PC.<br />
    Installation/registration of help files cannot proceed.</p>
</blockquote>
<p>I couldn&#39;t find any help on Telerik&#39;s support site. When I clicked through the error, the installer said &quot;Successfully Installed.&quot; Who wants to argue with that?</p>
<h4>Manually install DLLs</h4>
<p>I assumed (more on that later) that AJAX for .NET was installed, so next is <a href="http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html">Deploying the RadTools</a> where we&#39;re told to install Telerik.Web.UI.dll and Telerik.Charting.dll in the GAC.</p>
<p>All well and good, but a careful look at the Telerik folder reveals two sets of these dlls, one in /bin and one in /bin35. Which ones to install, then?</p>
<p>An email to Telerik Support eventually generated an answer which included two links to their installation instructions (gee, thanks.) and this intriguing tidbit: &quot;use /Bin DLLs for VS  2005/.NET 2.0 and /Bin35 DLLs for VS 2008/.NET 3.5.&quot;</p>
<p>OK. Cool. We&#39;re using VS 2005 on the development machine. Has anyone install .NET 3.5, yet? Being new to .NET I wasn&#39;t sure how to tell but I only saw Control Panels for .NET 1.1 and .NET 2.0 so I&#39;m in business. Or am I?</p>
<p>Apparently there are three different ways to deploy the dlls to the GAC</p>
<ol>
<li><strong>Use the .NET Framework 2.0      Configuration Control Panel</strong> per <a href="http://www.telerik.com/help/aspnet-ajax/installaddtoglobalassemblycache.html">http://www.telerik.com/help/aspnet-ajax/installaddtoglobalassemblycache.html</a></li>
<li><strong>Drag and drop the .dlls into C:WindowsAssembly</strong> per <a href="http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html">http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html</a></li>
<li><strong>Run gacutil from a VS cmd</strong> also per <a href="http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html">http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html</a></li>
</ol>
<p>I chose option 1.</p>
<h4>Tell SharePoint to relax</h4>
<p> Per <a href="http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html">http://www.telerik.com/help/aspnet-ajax/moss-deploying-radcontrols.html</a>, you have to open web.config (for every website !?) via IIS Manager and add &lt;SafeControl&gt; tags for the dlls. No problem.</p>
<h4>Test</h4>
<p>I found the instructions for <a href="http://www.telerik.com/help/aspnet-ajax/moss-incorporate-radcontrols-in-moss-sites.html">testing the RadControls</a> straightforward, but I did run into a couple errors.</p>
<p>My first load of the page after adding the RadControls was rewarded with&#8230;</p>
<blockquote>
<p>An error occurred during the processing of /_catalogs/masterpage/LICORdefault.master. Could not load file or assembly &#39;Telerik.Web.UI, Version=2008.1.512.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4&#39; or one of its dependencies. The system cannot find the file specified. </p>
</blockquote>
<p>Well, the Telerik docs do say to pay attention to the version you are installing so after flailing a bit I found that viewing the folder at C:WindowsAssembly told me that the dlls weren&#39;t version 2008.1.512.20  but were version 2008.1.51<em><strong>5</strong></em>.20. So I had to go back and reedit the web.config and the master.page.</p>
<p>Then I got&#8230;</p>
<blockquote>
<p>An error occurred during the processing of /_catalogs/masterpage/LICORdefault.master. Unknown server tag &#39;asp:ScriptManager&#39;. </p>
</blockquote>
<p>Remember I said I assumed ASP.AJAX was installed. Uh, wrong. How does one really tell if the ASP.AJAX extensions are really installed? Long story short, I found that it was but  it wasn&#39;t configured for this SharePoint site. So this entailed massive edits to the web.config file as per <a href="http://asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx">http://asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx</a> (Again I ask, so one really has to do all this to every web.config for EVERY site!? There has to be a better way.)</p>
<p>So then I got&#8230;</p>
<blockquote>
<p>The control type &#39;System.Web.UI.ScriptManager&#39; is not allowed on this page. The type is not registered as safe. </p>
</blockquote>
<p>Oops. I didn&#39;t tell SharePoint to relax. Back to web.config and add &lt;SafeControl Assembly=&quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; Namespace=&quot;System.Web.UI&quot; TypeName=&quot;*&quot; Safe=&quot;True&quot; /&gt; (Per the <a href="http://blogs.msdn.com/sharepoint/archive/2007/03/02/integrating-asp-net-ajax-with-sharepoint.aspx">SharePoint Team Blog</a>.)</p>
<p>­Voil !</p>
<h4>Install RADEditor</h4>
<p>No problem. The <a href="http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html">install instructions for the RADEditor solution</a> worked like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2008/07/18/getting-telerik-radeditor-for-moss-installed-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access Denied &#8211; Publishing Infrastructure Feature</title>
		<link>http://vspug.com/sean/2008/07/17/access-denied-publishing-infrastructure-feature/</link>
		<comments>http://vspug.com/sean/2008/07/17/access-denied-publishing-infrastructure-feature/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:19:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Back after 8 months hiatus.
In the interum, we wiped everything and started from stratch. SharePoint Experts did a great job holding our hand through *every* step of setting up a basic SharePoint infrastructure. (Thanks, Matt!)
So first day getting back to making something. And got an error! wow.
When I tried to activate the Office SharePoint Server [...]]]></description>
			<content:encoded><![CDATA[<p>Back after 8 months hiatus.</p>
<p>In the interum, we wiped everything and started from stratch. SharePoint Experts did a great job holding our hand through *every* step of setting up a basic SharePoint infrastructure. (Thanks, Matt!)</p>
<p>So first day getting back to making something. And got an error! wow.</p>
<p>When I tried to activate the Office SharePoint Server Publishing<br />
Infrastructure on the site collection, SharePoint simply responded, &quot;Access Denied&quot;</p>
<p>Digging in the log files says:</p>
<p>&quot;07/17/2008 12:00:37.13 &nbsp;&nbsp;&nbsp; w3wp.exe (0&#215;07BC)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 0&#215;1850&nbsp;&nbsp;&nbsp; Windows SharePoint Services&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; General&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 72by&nbsp;&nbsp;&nbsp; High&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Feature Activation: Threw an exception, attempting to roll back.&nbsp; Feature &#39;PublishingResources&#39; (ID: &#39;aebc918d-b20f-4a11-a1db-9ed84d79c87e&#39;).&nbsp; Exception: Microsoft.SharePoint.SPException: Provisioning did not succeed. Details: Failed to provision the scheduling job definitions.&nbsp; Page scheduling will not succeed. OriginalException: Access denied. &#8212;&gt; System.Security.SecurityException: Access denied.&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.SharePoint.Administration.SPPersistedObject.Update()&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.SharePoint.Administration.SPJobDefinition.Update()&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.Update()&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.SharePoint.Publishing.Internal.RootProvisioner.&lt;&gt;c__DisplayClass5.&lt;AddSchedulingJobDefinitions&gt;b__4()&nbsp;&nbsp;&nbsp;&nbsp; at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper(&#8230;&nbsp;&nbsp;&nbsp; &nbsp;</p>
<p>Fortunately I quickly found a fix thanks to SharePoint MVP Vincent Rothwell at http://blog.thekid.me.uk/archive/2007/02/05/activating-office-sharepoint-server-publishing-infrastructure-access-denied.aspx</p>
<blockquote><p><i>&#8230;I recently had to activate the publishing infrastucture on a WSS v3 Teamsite. This had always worked before, but now I was getting `Access Denied&#39; when activating the `Server Publishing Infrastructure&#39;.</p>
<p>This was due to my change in devlopment procedure. I always used to create development farms using Administrator for everything, but scince I found problems with feature activation I am developing using the Microsoft Guidelines for MOSS accounts. This means the AppPool account has limited permissions.</p>
<p>To solve the `Access Denied&#39; problem you need to elevate the permissions of the AppPool of the web application on which you are trying to activate the Publishing Infrastructure feature.</p>
<p>One way to achieve this is to temporarily change the AppPool of the web application.</p>
<p>1. Open IIS Admin.<br />2. Location the Web Site for your WSS web application.<br />3. Goto to the properties and select the `Home Directory&#39; tab.<br />4. Change the AppPool to be the same as Central Administration.<br />5. IISRESET<br />6. Activate the Publishing Infrastructure feature on your site.<br />7. Change to AppPool back to the original.<br />8. IISRESET.</p>
<p>This should allow you to enable the feature and use the publishing features within MOSS.</i> </p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2008/07/17/access-denied-publishing-infrastructure-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>theme already exists on the server.</title>
		<link>http://vspug.com/sean/2007/11/21/theme-already-exists-on-the-server/</link>
		<comments>http://vspug.com/sean/2007/11/21/theme-already-exists-on-the-server/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 13:48:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#160;Well, one more day and one more error.
&#160;A theme with the name &#34;THEMENAME 1011&#34; and version&#160; already exists on the server. 
Awesome. &#160;
I&#39;m making sure that I rename the folder, inf file, spthemes.xml and I see the changes I make reflected after an iisreset. I&#39;ve also made sure that the &#34;codebase=&#34; line in the inf [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;Well, one more day and one more error.</p>
<p>&nbsp;<b>A theme with the name &quot;THEMENAME 1011&quot; and version&nbsp; already exists on the server. </b></p>
<p>Awesome. &nbsp;</p>
<p>I&#39;m making sure that I rename the folder, inf file, spthemes.xml and I see the changes I make reflected after an iisreset. I&#39;ve also made sure that the &quot;codebase=&quot; line in the inf file is unique. Still no joy.</p>
<p>I&#39;m not sure it helps that we, in our incredible wisdom, set up SP in a distributed fashion, with one app server and two WFEs. Now I&#39;m never sure what is updated and what isn&#39;t. I usually run iisreset on both WFEs just to feel a little better.&nbsp;</p>
<p>Guess I won&#39;t use themes, then.<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/11/21/theme-already-exists-on-the-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Still learning&#8230; (aka. SPD or not to SPD)</title>
		<link>http://vspug.com/sean/2007/11/19/still-learning-aka-spd-or-not-to-spd/</link>
		<comments>http://vspug.com/sean/2007/11/19/still-learning-aka-spd-or-not-to-spd/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:59:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Sometimes one is so dense you just have to draw &#39;em a picture. So I did. I drew myself a picture to clarify my understanding of SharePoint&#39;s basic architecture and best practice re: site deployment.
First, in Figure 1 is displayed my understanding of the file system and the web application space. In the file system [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes one is so dense you just have to draw &#39;em a picture. So I did. I drew myself a picture to clarify my understanding of SharePoint&#39;s basic architecture and best practice re: site deployment.</p>
<p>First, in <a href="http://www.licor.com/bin/_intranet/spd/fig1.gif">Figure 1</a> is displayed my understanding of the file system and the web application space. In the file system are a whole host of files which SharePoint may or may not access at runtime. Notable for my interest are the areas containing custom site definitions, features and themes.</p>
<p>In the web space, we have, based on a third-party recommendation, deployed web applications and site collections in a one-to-one correspondence, with each site collection containing any number of subsites.</p>
<p>Second, best practice for development of sites and site features dictates the usage of a solution package (<a href="http://www.licor.com/bin/_intranet/spd/fig2.gif">Figure 2</a>) which will contain things like custom site definitions, features and themes.  When deploying these solutions (<a href="http://www.licor.com/bin/_intranet/spd/fig3.gif">Figure 3</a>), it is best to allow the solution package to update the file system with our custom sites and features and, where possible, use the features themselves to update other aspects, like a set of custom themes, aka. &quot;feature stapling.&quot;</p>
<p>As time passes, upgrades are facilitated by this methodology because adding additional features or updates will simply involve deploying an updated solution package.</p>
<p>Thirdly, the most powerful method of customizing sites is through the management of a custom master page as shown in <a href="http://www.licor.com/bin/_intranet/spd/fig4.gif">Figure 4</a>. In my scenario, I&#39;ll have multiple site collections all deployed based on a custom site definition. These site collections will reference my custom master page. This master page becomes the key tool to control the branding of the site UIs and tell these sites where to access custom styling resources, like custom style sheets.</p>
<p>So far so good until I am forced to ask a really stupid question: How do I develop my custom master? SharePoint introduces an aspect I&#39;ve never had to manage in the J2EE space (netbeans/dreamweaver/tomcat/etc.). This is the <i>customized </i>vs. <i>uncustomized </i>issue. Ug!</p>
<p>All the tutorials (when I can get them to work) and documentation assume SharePoint Designer. My understanding is that as soon as I try to develop my own master page with SharePoint Designer a copy gets &quot;<i>customized</i>&quot; into the content database and all references for my site collection get decoupled from the master page in the file system and pointed to the other renegade master page as in<a href="http://www.licor.com/bin/_intranet/spd/fig5.gif"> Figure 5</a>. </p>
<p>How does one develop without causing a proliferation of renegade &quot;<i>customized</i>&quot; files?</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/11/19/still-learning-aka-spd-or-not-to-spd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day in the Life&#8230;</title>
		<link>http://vspug.com/sean/2007/10/24/a-day-in-the-life/</link>
		<comments>http://vspug.com/sean/2007/10/24/a-day-in-the-life/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 17:46:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just another day&#160;trying to learn SharePoint&#8230;
&#160;
4:15am &#8211; Wake up for some unknown reason. Immediately think about SharePoint. Am I going to be able to get it to work today?
&#160; 
5:20am &#8211; Still awake. Stressed about SharePoint. Eat a peanut butter sandwich.
&#160; 
8:35am &#8211; Wake up late. Yikes!
&#160; 
9:00am &#8211; Delete a dozen emails from colleagues [...]]]></description>
			<content:encoded><![CDATA[<p>Just another day&nbsp;trying to learn SharePoint&#8230;</p>
<p>&nbsp;</p>
<p style="MARGIN:0in 0in 0pt;"><font >4:15am &#8211; Wake up for some unknown reason. Immediately think about SharePoint. Am I going to be able to get it to work today?</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >5:20am &#8211; Still awake. Stressed about SharePoint. Eat a peanut butter sandwich.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >8:35am &#8211; Wake up late. Yikes!</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:00am &#8211; Delete a dozen emails from colleagues on how SharePoint searching, check-in/check-out and email-enabled groups still aren&#39;t working. Can&#39;t deal with that.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:11am &#8211; Sip coffee. OK. Over the past two weeks I&#39;ve learned I can&#39;t use Themes. Updates to themes via a Feature don&#39;t apply automagically. Site Definitions only apply upon site creation. Ok.&nbsp;It&#39;s all about master pages. I&#39;m not going to try to over-achieve. I&#39;ll just walk through a tutorial. Mmmmm. Four books to choose from&#8230;.ah&#8230;Here we go&#8230; </font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:13am &#8211; Start create a Custom Master Page tutorial.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:32am &#8211; The tutorial wants me to use SharePoint Designer. Uh oh. SharePoint Designer customizes everything it touches. Crud. What am I going to use when I really want to do this for real?&#8230;Shhh. Just do the tutorial.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:40am &#8211; Find out Step 11 doesn&#39;t work. Where did the &quot;Master Page&quot; option go in Site Settings? </font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >9:55am &#8211; Delete and recreate the site collection over and over. Choose different templates. Nothing helps. </font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:02am &#8211; Must be a Feature. Yep. Book says I need Publishing but thought I had all that set up. Review Features. Start with the Farm and work up from there&#8230;ah&#8230;&quot;Office SharePoint Server Publishing Infrastructure&quot; is not active for the Site Collection. Wonder why.[click ...wait for refresh...]</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font><font >10:03am &#8211; <span style="COLOR:red;">Error. Access Denied.</span></font></font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:04am &#8211; Push chair from desk. Wonder what I&#39;ve done to deserve this.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:20am &#8211; Flail around. Make sure I&#39;m System Account several times. Google stuff. Get nowhere. Find article by Heather Solomon&nbsp;further confirming this feature is probably the issue. She must not sleep. She must just write SharePoint documentation all the time.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:21am &#8211; Notice that the other web application in the Farm does have the feature enabled. Start tutorial over.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:33am &#8211; Stuck at step 13. Where&#39;s the master page I just saved? It&#39;s not in the drop-down list to&nbsp;choose from.&nbsp;Go back to Designer.</font></p>
<p style="MARGIN:0in 0in 0pt;"><font >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Ah, the page is still checked out. Maybe that&#39;s the problem. ok&#8230;Check In&#8230;Minor or major version? Uh&#8230;&quot;<span style="COLOR:#4f81bd;">Publish a major version</span>&quot; sounds good.</font></p>
<p style="MARGIN:0in 0in 0pt;"><font >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; &quot;<span style="COLOR:#4f81bd;">This document requires content approval. Do you want to view or modify its approval status?</span>&quot;&nbsp; Uh&#8230;.sure&#8230;Yes&#8230;</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:35am &#8211; Get the absolute silliest error message I&#39;ve ever seen: </font></p>
<p style="MARGIN:0in 0in 0pt;"><font >&quot;<span style="COLOR:red;">A World Wide Web browser, such as Windows(R) Internet Explorer(R), is required to use this feature.</span>&quot; </font></p>
<p style="MARGIN:0in 0in 0pt;"><font >(I&#39;ve got at least five different browsers installed!) Flail around looking for a setting in Designer. Google. Get nowhere.</font></p>
<p style="MARGIN:0in 0in 0pt;"><font ></font>&nbsp;</p>
<p style="MARGIN:0in 0in 0pt;"><font >10:37am &#8211; Bang head on solid objects nearby.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:56am &#8211; Refresh a few pages. The new master page still doesn&#39;t appear in the Master Page Gallery. Ug. Check the Site Master Page Settings page one more time&#8230;oh&#8230;ok&#8230;there it is now&#8230;</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >10:58am &#8211; &quot;<span style="COLOR:red;">Warning: The selected master page has no approved version. This site may appear to be broken to users without the view versions right in the Master Page Gallery.</span>&quot; Wonder what the heck that means. </font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:00am &#8211; It worked. OK! One tutorial. One page. Two hours. I&#39;m cookin&#39; now!!</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:11am &#8211; Next page. Next tutorial.</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:12am &#8211; Step 3. Create a document library.</font></p>
<p style="MARGIN:0in 0in 0pt;"><font><font >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; &nbsp;<span style="COLOR:red;">Error. Cannot complete this action. Please try again.</span></font></font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:13am &#8211; [Stare at screen] &#8230;</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:14am &#8211; &#8230;</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:15am &#8211; &#8230;</font></p>
<p><font >&nbsp;</font> </p>
<p style="MARGIN:0in 0in 0pt;"><font >11:22am &#8211; &#8230;</font></p>
<p style="MARGIN:0in 0in 0pt;"><font ></font>&nbsp;</p>
<p style="MARGIN:0in 0in 0pt;"><font >11:23am &#8211; Go play on Linux&#8230;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/10/24/a-day-in-the-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NavBar ID Attrib in ONET.XML file can prevent application of site template</title>
		<link>http://vspug.com/sean/2007/10/12/navbar-id-attrib-in-onet-xml-file-can-prevent-application-of-site-template/</link>
		<comments>http://vspug.com/sean/2007/10/12/navbar-id-attrib-in-onet-xml-file-can-prevent-application-of-site-template/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 15:10:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just For Posterity Department:
I was trying to create my first custom Site Definition. This was my first foray into ONET.XML other wonders.&#160; I thought I was making some simple changes, but creating a site with my new Site Definition (by choosing it from the site template list) kept failing.&#160; In the browser, SharePoint displayed this [...]]]></description>
			<content:encoded><![CDATA[<p>Just For Posterity Department:</p>
<p>I was trying to create my first custom Site Definition. This was my first foray into ONET.XML other wonders.&nbsp; I thought I was making some simple changes, but creating a site with my new Site Definition (by choosing it from the site template list) kept failing.&nbsp; In the browser, SharePoint displayed this helpful error message:</p>
<p><strong>&nbsp;Cannot complete this action.<br />&nbsp;<br />&nbsp;Please try again. </strong></p>
<p>Mmmmm. Hoping for a little more, I dig into the log folder at C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12LOGS. It isn&#39;t any more helpful.</p>
<p><strong>&nbsp;Failed to apply template &quot;LICOR_Team_Site#0&quot; to web at URL &quot;</strong><a href="http://sandbox1.licor.com:8081/7"><strong>http://sandbox1:8081/7</strong></a><strong>&quot;, error&nbsp; 0&#215;80004005</strong></p>
<p>&lt;snippet from log file&gt;<br />10/12/2007 09:46:25.69 &nbsp;w3wp.exe (0&#215;1DE0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;0&#215;1650&nbsp;Windows SharePoint Services&nbsp;&nbsp; &nbsp;General&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;72h9&nbsp;High&nbsp;&nbsp;&nbsp; &nbsp;Failed to apply template &quot;LICOR_Team_Site#0&quot; to web at URL &quot;<a href="http://sandbox1.licor.com:8081/7">http://sandbox1:8081/7</a>&quot;.&nbsp; <br />10/12/2007 09:46:25.69 &nbsp;w3wp.exe (0&#215;1DE0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;0&#215;1650&nbsp;Windows SharePoint Services&nbsp;&nbsp; &nbsp;General&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;72k2&nbsp;High&nbsp;&nbsp;&nbsp; &nbsp;Failed to apply template &quot;LICOR_Team_Site#0&quot; to web at URL &quot;<a href="http://sandbox1.licor.com:8081/7">http://sandbox1:8081/7</a>&quot;, error&nbsp; 0&#215;80004005&nbsp; <br />10/12/2007 09:46:25.69 &nbsp;w3wp.exe (0&#215;1DE0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;0&#215;1650&nbsp;Windows SharePoint Services&nbsp;&nbsp; &nbsp;General&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;8kh7&nbsp;High&nbsp;&nbsp;&nbsp; &nbsp;Cannot complete this action.&nbsp; Please try again.&nbsp; <br />&lt;/snippet from log file&gt;</p>
<p>I eventually find out that my problem was in a &lt;NavBar&gt; element. I added a custom NavBar element and, not knowing any better, I changed the ID attribute to the integer 5001. MSDN just says that the&nbsp;param &quot;Specifies the ID&quot; [ <a href="http://msdn2.microsoft.com/en-us/library/ms430616.aspx">http://msdn2.microsoft.com/en-us/library/ms430616.aspx</a> ], so I just picked something not like the others, which were in the 1001-1040 range.</p>
<p>5001 was&nbsp;bad. I don&#39;t know why, but there is either a limit to what you can assign OR there was another object not specified in this particular ONET file that conflicted.</p>
<p>Changing my custom NavBar ID to 1030 made my Site Definition work. </p>
<p>Anyone know why?</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/10/12/navbar-id-attrib-in-onet-xml-file-can-prevent-application-of-site-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designer export fails with &quot;Guid should contain 32 digits&quot; error</title>
		<link>http://vspug.com/sean/2007/09/13/designer-export-fails-with-quot-guid-should-contain-32-digits-quot-error/</link>
		<comments>http://vspug.com/sean/2007/09/13/designer-export-fails-with-quot-guid-should-contain-32-digits-quot-error/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 16:10:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[FOR WHAT IT&#39;S WORTH DEPARTMENT
Trying to work out migrations (as others have before me). I was using SharePoint Designer to backup individual sites, until I encountered,
&#34;Error occurred while exporting the web http://site/Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).&#34;
Huh? LOL. Sometimes you just gotta laugh. 
So Google to the rescue. I learned that this [...]]]></description>
			<content:encoded><![CDATA[<p>FOR WHAT IT&#39;S WORTH DEPARTMENT</p>
<p>Trying to work out migrations (as others have before me). I was using SharePoint Designer to backup individual sites, until I encountered,</p>
<p>&quot;<b>Error occurred while exporting the web http://<i>site</i>/<br />Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).</b>&quot;</p>
<p>Huh? LOL. Sometimes you just gotta laugh. </p>
<p>So Google to the rescue. I learned that this message comes up alot and in many contexts. I found these posts that related to exports, though:</p>
<p>http://www.eggheadcafe.com/software/aspnet/29580784/wss-30-export-fails&#8211;g.aspx</p>
<p>http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2003817&amp;SiteID=1</p>
<p>http://www.developerfood.com/export-of-site-fatal-error-guid-problem/microsoft-public-sharepoint-setup-and-administration/07a2ba4f-eb25-4ef9-a1bf-97d2850af506/article.aspx&nbsp;</p>
<p>This last one had 99% of the answer. SOMETHING in SharePoint doesn&#39;t parse the file <span id="ctl00_ContentPlaceHolder1_ctl01_mtxtArticleBody">called &quot;fields.xml&quot; that is at <br />c:program filescommon filesmicrosoft sharedweb server extensions12	emplatefeatures	satypes&quot;</span></p>
<p>So, in &quot;ezy&#39;s&quot; words,</p>
<p>&quot;<i><span id="ctl00_ContentPlaceHolder1_ctl01_mtxtArticleBody">I first made a backup of the &quot;fields.xml&quot;, then I modified this file and <br />replaced all of the instances where the field id # had a { (I removed the <br />squiggly bracket from in front of the id # and the other bracket } from the <br />end of the id #).  I then saved the changes, tried the export over again and <br />it completed without any errors.</span></i>&quot;&nbsp;</p>
<p>You&#39;ll be wanting to reset IIS afterwards, though.</p>
<p>The day before I had created some custom lists and workflows. I&#39;m thinking this had something to do with it.&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>=========================================================</p>
<p>UPDATE</p>
<p>Just to be sure I put the old xml file back and reset IIS again. Sure enough, I got the error! I owe &quot;ezy&quot; a pint.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/09/13/designer-export-fails-with-quot-guid-should-contain-32-digits-quot-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint pages completely broken&#8230;because of hostname!?</title>
		<link>http://vspug.com/sean/2007/07/25/sharepoint-pages-completely-broken-because-of-hostname/</link>
		<comments>http://vspug.com/sean/2007/07/25/sharepoint-pages-completely-broken-because-of-hostname/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 20:21:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[It&#39;s worse than I thought.
Firefox is fine. A default install of IE7 cannot run any scripts AT ALL when accessing the site with the Alternative Access Mapping.


and six others.
If I use the host name sandbox_sp-sql, IE blocks session cookies (see previous post).If I use the alternative access mapping sandbox1, scripts break in IE7.
wow.
More to follow&#8230;
]]></description>
			<content:encoded><![CDATA[<p>It&#39;s worse than I thought.</p>
<p>Firefox is fine. A default install of IE7 cannot run any scripts AT ALL when accessing the site with the Alternative Access Mapping.</p>
<p><img src="http://www.licor.com/sharepointJournal/?q=system/files/sp_hn0.jpg" alt="  " /></p>
<p><img src="http://www.licor.com/sharepointJournal/?q=system/files/sp_hn1.jpg" alt="  " /></p>
<p>and six others.</p>
<p>If I use the host name <em>sandbox_sp-sql</em>, IE blocks session cookies (see <a href="/sean/archive/2007/07/11/internet-explorer-blocks-sharepoint-from-using-session-cookies.aspx">previous post</a>).<br />If I use the alternative access mapping <em>sandbox1</em>, scripts break in IE7.</p>
<p>wow.</p>
<p>More to follow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/07/25/sharepoint-pages-completely-broken-because-of-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unwanted headers appearing&#8230;because of hostname!?</title>
		<link>http://vspug.com/sean/2007/07/25/unwanted-headers-appearing-because-of-hostname/</link>
		<comments>http://vspug.com/sean/2007/07/25/unwanted-headers-appearing-because-of-hostname/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 17:33:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here&#39;s an odd one&#8230;
I ran a VM with a vanilla install of XPsp2 and IE7 to do some testing to find that unwanted header text appears above the top-right menu (&#34;Skip to main content&#34;) 
and the left menu (&#34;Quick Launch&#34;).
This does not appear on my other browsers (IE6, Firefox, etc.)
Given the trouble I had with [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#39;s an odd one&#8230;</p>
<p>I ran a VM with a vanilla install of XPsp2 and IE7 to do some testing to find that unwanted header text appears above the top-right menu (&quot;Skip to main content&quot;) <br /><img src="http://www.licor.com/sharepointJournal/?q=system/files/sp_uh0.gif" alt="  " /></p>
<p>and the left menu (&quot;Quick Launch&quot;).<br /><img src="http://www.licor.com/sharepointJournal/?q=system/files/sp_uh1.gif" alt="  " /></p>
<p>This does not appear on my other browsers (IE6, Firefox, etc.)</p>
<p>Given the trouble I had with the hostname containing an underscore (see previous post) I thought I&#39;d try the alternative url. Sure enough! The unwanted headers disappear! UH?!?!</p>
<p>Using the machine name and accessing the site with that as the hostname: no unwanted header text and no &quot;script error.&quot;<br />Using the Alternative Access Mapping as the url: unwanted header text is visible and many script errors.</p>
<p>And IE script error messages are so helpful, too.</p>
<p>Line: 1257<br />Character: 57<br />Code: 0<br />Error Message: Expected &#39;)&#39;</p>
<p>But an Add-on called &quot;DebugBar&quot; (available on the IE7 Add-ons website) provides a &quot;IE Interpreted Source Code&quot; view. Nice. Too bad line 1257 had nothing to do with anything and just some innocent table tags. I&#39;m still not sure I&#39;m seeing &quot;Line: 1257&quot; Is it possible to see Line 1257?</p>
<p>I&#39;ve Googled this but no one else seems to have been bothered with this&#8230;Mmmmm&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/07/25/unwanted-headers-appearing-because-of-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triggering the application of a custom theme</title>
		<link>http://vspug.com/sean/2007/07/12/triggering-the-application-of-a-custom-theme/</link>
		<comments>http://vspug.com/sean/2007/07/12/triggering-the-application-of-a-custom-theme/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 22:43:00 +0000</pubDate>
		<dc:creator>seanharrison</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Share Perran says,
&#34;When you apply a theme to a site in V3 (just like V2), the theme.css is not the file which is actually applied to the site.
&#34;Instead your theme and the other CSS is combined forming a file called something to the effect of &#8220;ThemeName1011-65001.CSS&#8221;. This is the file you need to edit.
&#34;Select View [...]]]></description>
			<content:encoded><![CDATA[<p>Share Perran says,</p>
<blockquote><p>&quot;When you apply a theme to a site in V3 (just like V2), the theme.css is not the file which is actually applied to the site.</p>
<p>&quot;Instead your theme and the other CSS is combined forming a file called something to the effect of &#8220;ThemeName1011-65001.CSS&#8221;. This is the file you need to edit.</p>
<p>&quot;Select View Source from the browser while viewing your site, you&#39;ll notice that file is applied.</p>
<p>&quot;You will find this file in the _themes folder using SharePoint Designer 2007.&quot;</p></blockquote>
<p>But what if you don&#39;t have or want to use SharePoint Designer for this? How does one get at the combined file?</p>
<p>I prefer to apply a new theme and make future changes to the file system.&nbsp; <a href="/tigirry/">Tigirry</a> provides <a href="/tigirry/archive/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0.aspx">a great HOW-TO</a> in his blog.</p>
<p>Subsequent changes to the custom theme seem surprisingly tough though. Most posts indicate that to get further changes to take, one must apply a different theme with Site Settings (Home &gt; Site Settings &gt; Site Theme) and then re-apply the desired theme.&nbsp; (<a href="http://weblogs.asp.net/bsimser/">Bil Simser</a> calls it the &quot;Rinse, Lather, Repeat&quot; method. LOL!)</p>
<p>Even then, I found the changes weren&#39;t being made probably due to an ISAPI cache or something.&nbsp; I found I had to <br />use an extra step to make my changes</p>
<ol>
<li>edit and save the css file</li>
<li>recycle the app pool</li>
<li>apply another theme</li>
<li>re-apply the desired theme</li>
</ol>
<p>Here are two approaches to avoid this problem provided by Bil Simser:</p>
<ul>
<li><a href="http://weblogs.asp.net/bsimser/archive/2005/12/16/433331.aspx">Create a web part to recycle things for you.</a> </li>
<li><a href="http://weblogs.asp.net/bsimser/archive/2005/02/24/379533.aspx">Use a nifty include.</a></li>
</ul>
<p>I still like to edit files directly so I&#39;ll try creating a web part, but how to code the pool recycle? Mmmm. </p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/sean/2007/07/12/triggering-the-application-of-a-custom-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
