<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharePoint Toolbox</title><link>http://www.codeplex.com/sptoolbox/Project/ProjectRss.aspx</link><description></description><item><title>New Post: QueryOverride and WIKI posts</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=36717</link><description>&lt;div style="line-height: normal;"&gt;I have this code working for most things... except for WIKI pages. &lt;br&gt;
&lt;br&gt;
For WIKI pages I get the error &amp;quot;Unable to display this web part&amp;quot; when referencing any of the standard styles that should work in ItemStyle.xsl. On the same page I have a regular CQWP accessing the WIKI posts without any issue - so I know in theory it should work.&lt;br&gt;
&lt;br&gt;
I've debugged the code... and found one odd thing when the query is returning Wiki Pages. The TITLE Column appears to be empty for each wiki post (it isn't if the item returned is a Blog post). I would guess that may not be entirely odd - as the WIKI pages title is actually constructed from the file name of the ASPX page anyway (which is returned in the FILEREF column)- so perhaps the CQWP knows how to handle that. However I tried setting this column to a value. The pages still do not display.&lt;br&gt;
&lt;br&gt;
If I set the &amp;quot;ItemStyle&amp;quot; to show just the basic data (without any methods that return LinkURL) the items will display. &lt;br&gt;
&lt;br&gt;
e.g. this is the itemstyle that displays the text&lt;br&gt;
&amp;lt;xsl:template name=&amp;quot;TitleWiki2&amp;quot; match=&amp;quot;Row[@Style='TitleWiki2']&amp;quot; mode=&amp;quot;itemstyle&amp;quot;&amp;gt;&lt;br&gt;
&amp;lt;xsl:value-of select=&amp;quot;@Title&amp;quot; /&amp;gt;&amp;lt;br/&amp;gt;&lt;br&gt;
&amp;lt;xsl:value-of select=&amp;quot;@WikiField&amp;quot; /&amp;gt;&amp;lt;br/&amp;gt;&lt;br&gt;
&lt;br&gt;
I can re-construct the HREF tags within the code... however... I reallty want this to work with the standard ItemStyle.xsl. &lt;br&gt;
&lt;br&gt;
Any ideas on what might be happening? Has enyone else got this code working on Wiki Pages?&lt;br&gt;
&lt;br&gt;
By the way... this is a great... GREAT example of how to extend the CQWP functionality. Thank you for creating this.&lt;br&gt;
&lt;br&gt;
-Liam &lt;br&gt;
p.s. I listed this as an Issue - however I just noticed the note which says support is only provided in the discussion area... hence... here it is..again.&amp;nbsp; :-)
&lt;/div&gt;</description><author>liamkennedy</author><pubDate>Tue, 30 Sep 2008 05:09:54 GMT</pubDate><guid isPermaLink="false">New Post: QueryOverride and WIKI posts 20080930050954A</guid></item><item><title>New Post: Dynamic cqwp queryoverride groupby problem</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=33346</link><description>&lt;div style="line-height: normal;"&gt;Well I managed to figure out that I CAN specify grouping in the toolpane and make it work IF I also specify &amp;lt;OrderBy&amp;gt; by the same column as the first orderby-element. Just for anyone else to hear if I'm not the only one having that problem...
&lt;/div&gt;</description><author>gustis</author><pubDate>Tue, 26 Aug 2008 19:25:35 GMT</pubDate><guid isPermaLink="false">New Post: Dynamic cqwp queryoverride groupby problem 20080826072535P</guid></item><item><title>New Post: Where is Content Rating?</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=33086</link><description>&lt;div style="line-height: normal;"&gt;We tried to get it to build and it had some &amp;quot;missing file&amp;quot; errors. Came back to this project and the content rating piece had been removed. This is great functionality (and should have been built-in to SharePoint). Hopefully it will be resurrected, possibly as its own project.
&lt;/div&gt;</description><author>lengilbert</author><pubDate>Thu, 14 Aug 2008 20:52:06 GMT</pubDate><guid isPermaLink="false">New Post: Where is Content Rating? 20080814085206P</guid></item><item><title>New Post: Dynamic cqwp queryoverride groupby problem</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=33346</link><description>&lt;div style="line-height: normal;"&gt;Grouping isn't working with the dynamic cqwp. It's possible to specify grouping in the toolpane but objects will not be grouped properly, the same group header may appear severeal times and the items are still in the order as retrieved by the queryoverride caml&amp;nbsp;set in the query editor. I posted the details here:&amp;nbsp;&lt;a href="http://forums.msdn.microsoft.com/en-US/sharepointdevelopment/thread/69ad5de5-0f24-4506-b3db-1e8a40601909/"&gt;http://forums.msdn.microsoft.com/en-US/sharepointdevelopment/thread/69ad5de5-0f24-4506-b3db-1e8a40601909/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To counter this I tried to use &amp;lt;GroupBy&amp;gt; in my caml query. But for some reason this seems to be disallowed,&amp;nbsp;it returns nothing and the webpart will contain only a message stating that there was some problem with the query. Isn't &amp;lt;GroupBy&amp;gt; valid dor use in the caml query?&lt;br&gt;
&lt;br&gt;
If this problem could be solved somehow I would say that the dynamic cqwp is really a great tool, but I need my groups...&lt;br&gt;
&lt;br&gt;
Thanks..
&lt;/div&gt;</description><author>gustis</author><pubDate>Tue, 12 Aug 2008 08:57:43 GMT</pubDate><guid isPermaLink="false">New Post: Dynamic cqwp queryoverride groupby problem 20080812085743A</guid></item><item><title>New Post: Where is Content Rating?</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=33086</link><description>&lt;div style="line-height: normal;"&gt;Content rating has disappeared from the releases list. Where is it?&lt;br&gt;
&lt;/div&gt;</description><author>jcarlosrestrepo</author><pubDate>Thu, 07 Aug 2008 12:40:05 GMT</pubDate><guid isPermaLink="false">New Post: Where is Content Rating? 20080807124005P</guid></item><item><title>New Post: Where is Content Rating?</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=33086</link><description>&lt;div style="line-height: normal;"&gt;Content rating has disappeared from the releases list. Where is it?&lt;br&gt;
&lt;/div&gt;</description><author>jcarlosrestrepo</author><pubDate>Thu, 07 Aug 2008 12:40:05 GMT</pubDate><guid isPermaLink="false">New Post: Where is Content Rating? 20080807124005P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sptoolbox/Wiki/View.aspx?title=Home&amp;version=39</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Toolbox
&lt;/h1&gt; &lt;br /&gt;&lt;b&gt;Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project includes powerful and useful tools and add-ons for SharePoint that help developers and IT pros implement SharePoint based solutions more quickly and managed them more effectively. Contributions will come from the Microsoft SharePoint Product Group, Microsoft SharePoint Online Services Group, Microsoft Information Technology Group, and Microsoft Consulting Services Group.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;IMPORTANT: Please note that these tools are &lt;i&gt;not&lt;/i&gt; officially maintained or supported by Microsoft!&lt;/b&gt;
&lt;/h2&gt;&lt;b&gt;Support is provided only via the &lt;a href="http://www.codeplex.com/sptoolbox/Thread/List.aspx" class="externalLink"&gt;discussion forum&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in this project space.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Releases&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13210" class="externalLink"&gt;Developing Custom ToolPart Pane for WebParts&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A template to develop custom toolpart pane for WebParts &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8366" class="externalLink"&gt;CopyTimer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for measuring SharePoint performance.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8255" class="externalLink"&gt;Alert Pipeline&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Creates ability to run custom code when alerts are triggered.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=8728" class="externalLink"&gt;Profile Import Tool&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for importing users and updating their profile properties in MOSS 2007 when using forms based authentication.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=11150" class="externalLink"&gt;CQWP Dynamic QueryOverride&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A subclass extension of the out-of-box CQWP that allows the CAML query to support parameter replacement from the page’s query string.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12777" class="externalLink"&gt;Check All Items in Site Directory&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for test the links in the SharePoint Portal Site Directory.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12984" class="externalLink"&gt;MOSS V-Sync 1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool to manage SharePoint lists and document library views.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx" class="externalLink"&gt;View all releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>ssquires</author><pubDate>Wed, 06 Aug 2008 21:47:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080806094716P</guid></item><item><title>New Post: ContentRating error - Unable to retrieve configuration settings</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=32974</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span&gt;I successfully installed the Content Ratings feature on a Sharepoint site (Windows Server 2008) and it was (mostly) working well.&amp;nbsp; I had several discussion boards with rated items. &amp;nbsp;I then had to create a site on a different server (Windows Vista), and move all the content from the old server to the new. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;On the new server, I created the new site collection. I created a new RatingsStore SQL Server database as per install instructions, and then I restored that database with a backup from the old RatingStore database.&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;I installed the ContentRatings feature to the new site and the post install checks looked fine.&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;I then exported the old site, and imported into the new site (with stsadm export and import) and can't get the ContentRatings feature to work. When I open a discussion board that has previously rated items I get an error &amp;quot;Unable to retrieve configuration settings&amp;quot;. The log file shows the following:&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:11pt;font-family:Calibri"&gt;Source: SPP Ratings.&amp;nbsp; Error.&amp;nbsp; Unable to retrieve configuration settings. Error msg: An item with the same key has already been added.&amp;nbsp; Stack trace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Configuration.ConfigurationManager.GetConfigurationBeginWith(SPSite site, String listName, String configurationName, String value, Boolean beginWith)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Configuration.ConfigurationManager.GetConfiguration(SPSite site, String listName, String configurationName, Boolean beginWith)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Web.WebService.EntityConfigs.GetConfigData(String configurationName)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Web.WebService.EntityConfigs.GetConfigurationXml(String configurationName, String webId)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Web.WebService.EntityConfigs.GetConfigXml(String configurationId, Boolean isListId)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.MSIT.Ratings.Web.WebService.EntityConfigs.ProcessGetRequest()&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&amp;nbsp;&lt;br&gt;
I have tried rebuilding and&amp;nbsp;reinstalling&amp;nbsp;again with no change.&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;(Incidentally, there was one error when the install.cmd was activating the RatingsAdministration feature &amp;quot;Failed to instantiate file: RatingsReport.css from module &amp;quot;StyleSheets&amp;quot;: The specified list does not exist.&amp;quot;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span&gt;I removed &amp;quot;Type=GhostableInLibrary&amp;quot; from RatingModification.xml, and then manually activated the RatingsAdministration feature.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span&gt;&lt;a href="http://www.sharepointblogs.com/george/archive/2008/02/05/failed-to-instantiate-file-quot-file-ext-quot-from-module-quot-modules-quot-the-specified-list-does-not-exist.aspx"&gt;http://www.sharepointblogs.com/george/archive/2008/02/05/failed-to-instantiate-file-quot-file-ext-quot-from-module-quot-modules-quot-the-specified-list-does-not-exist.aspx&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&amp;nbsp;&lt;br&gt;
Regards&lt;br&gt;
Pam&lt;/p&gt;
&lt;/div&gt;</description><author>PamWillox</author><pubDate>Wed, 06 Aug 2008 05:56:04 GMT</pubDate><guid isPermaLink="false">New Post: ContentRating error - Unable to retrieve configuration settings 20080806055604A</guid></item><item><title>New Post: Off box SSL and/or load balancing?</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=32924</link><description>&lt;div style="line-height: normal;"&gt;Has anyone gotten this to work in a load balanced farm?&amp;nbsp; How about&amp;nbsp; in an off-box SSL configuration (where SSL is terminated at the load balancer, rather than the IIS endpoint)?&amp;nbsp; The rating does not show up at all in a load balanced off-box SSL situation, but if I remove SSL and hit the web servers directly, the ratings script shows the stars,&amp;nbsp;but saving the results fails (xmldoc is null).&lt;br&gt;
&lt;br&gt;
Has anyone had any success using this in an &amp;quot;Enterprise&amp;quot; farm?
&lt;/div&gt;</description><author>cblack</author><pubDate>Tue, 05 Aug 2008 14:40:39 GMT</pubDate><guid isPermaLink="false">New Post: Off box SSL and/or load balancing? 20080805024039P</guid></item><item><title>Updated Release: Build Process for MOSS 2007 (Jun 09, 2008)</title><link>http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=14223</link><description>&lt;div&gt;
This solution contains MSBUILD targets files for building MOSS solutions in a VSTF environment. The document describes the MSIT build process. The two zip files are the .targets files used for building plus a sample project.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 28 Jul 2008 18:05:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Build Process for MOSS 2007 (Jun 09, 2008) 20080728060542P</guid></item><item><title>New Post: ContentRatingResult</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=31752</link><description>&lt;div style="line-height: normal;"&gt;HI the ContentRatingResult webpart is not working it throws an error and I would also like to know thta what values I have to put in ContentSource ID and Item ID to see ratings for particular list.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Bharat
&lt;/div&gt;</description><author>bchopra22</author><pubDate>Thu, 17 Jul 2008 19:49:01 GMT</pubDate><guid isPermaLink="false">New Post: ContentRatingResult 20080717074901P</guid></item><item><title>Commented Issue: issue with content rating</title><link>http://www.codeplex.com/sptoolbox/WorkItem/View.aspx?WorkItemId=2408</link><description>I&amp;#39;m trying to use the content rating piece in conjunction with the Podcasting Kit for Sharepoint and I&amp;#39;m having issues getting it installed&amp;#47;functional.  I&amp;#39;ve attached 2 things, 1 is the source for my page and the other is the link that i see under site collection administration.  &lt;br /&gt;&lt;br /&gt;The issue we&amp;#39;re encountering is that it just states &amp;#34;Please wait while scripts are loaded...&amp;#34; and never reports back with an error or anything, even when script debugging is enabled and my settings are to display every javascript error.&lt;br /&gt;&lt;br /&gt;Also I tried to install this version &amp;#40;the previous portion was installed using the PKS installation tools&amp;#41; to my site to see if that rectified the situation, but I get a pretty nasty error message regarding AntiXssLibrary.dll not existing despite it being in the MSBUILD folder when i run the install after building the project with vs2008.&lt;br /&gt;&lt;br /&gt;Any ideas or suggestions would be helpful and or appreciated.&lt;br /&gt;Comments: ** Comment from web user: Mickey75019 ** &lt;p&gt;did you find any issue to solve it &amp;#63;&lt;br /&gt;bes regards,&lt;/p&gt;</description><author>Mickey75019</author><pubDate>Fri, 11 Jul 2008 12:22:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: issue with content rating 20080711122216P</guid></item><item><title>New Post: Troubleshooting Content Ratings 2007</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=31326</link><description>&lt;div style="line-height: normal;"&gt;Hi guys !&lt;br&gt;
&lt;br&gt;
I've got the new release of MSIT Ratings, i've installed it on an&amp;nbsp;English&amp;nbsp;VPC, (I've to try in French too) .&lt;br&gt;
but there s a little hics, i can see the ratings menu from the configuration console, and all this stuff, all column (Raters, Ratings, Average, ...) but i can't rate item. I guess i've a problem with the javascript.&lt;br&gt;
&lt;br&gt;
did u already have this kind of problem ? how did you troubleshooted it ? and the last question, does it works on French collection ?&lt;br&gt;
&lt;br&gt;
Best Regards,&lt;br&gt;
&amp;lt;Mickey /&amp;gt;
&lt;/div&gt;</description><author>Mickey75019</author><pubDate>Fri, 11 Jul 2008 10:00:02 GMT</pubDate><guid isPermaLink="false">New Post: Troubleshooting Content Ratings 2007 20080711100002A</guid></item><item><title>New Post: Which version of Visual Studio?</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=31007</link><description>&lt;div style="line-height: normal;"&gt;Which version of Visual Studio is required to open the project and build the files as described in section 3, &amp;quot;Installation&amp;quot; bullets 3 &amp;amp; 4?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>lengilbert</author><pubDate>Mon, 07 Jul 2008 17:03:02 GMT</pubDate><guid isPermaLink="false">New Post: Which version of Visual Studio? 20080707050302P</guid></item><item><title>Commented Issue: issue with content rating</title><link>http://www.codeplex.com/sptoolbox/WorkItem/View.aspx?WorkItemId=2408</link><description>I&amp;#39;m trying to use the content rating piece in conjunction with the Podcasting Kit for Sharepoint and I&amp;#39;m having issues getting it installed&amp;#47;functional.  I&amp;#39;ve attached 2 things, 1 is the source for my page and the other is the link that i see under site collection administration.  &lt;br /&gt;&lt;br /&gt;The issue we&amp;#39;re encountering is that it just states &amp;#34;Please wait while scripts are loaded...&amp;#34; and never reports back with an error or anything, even when script debugging is enabled and my settings are to display every javascript error.&lt;br /&gt;&lt;br /&gt;Also I tried to install this version &amp;#40;the previous portion was installed using the PKS installation tools&amp;#41; to my site to see if that rectified the situation, but I get a pretty nasty error message regarding AntiXssLibrary.dll not existing despite it being in the MSBUILD folder when i run the install after building the project with vs2008.&lt;br /&gt;&lt;br /&gt;Any ideas or suggestions would be helpful and or appreciated.&lt;br /&gt;Comments: ** Comment from web user: turnera ** &lt;p&gt;also a strange thing i notice in the site collection admin section, there&amp;#39;s weird parameters being passed on the query string and I get a fun error message regarding that as well.&lt;/p&gt;</description><author>turnera</author><pubDate>Wed, 02 Jul 2008 19:42:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: issue with content rating 20080702074200P</guid></item><item><title>Created Issue: issue with content rating</title><link>http://www.codeplex.com/sptoolbox/WorkItem/View.aspx?WorkItemId=2408</link><description>I&amp;#39;m trying to use the content rating piece in conjunction with the Podcasting Kit for Sharepoint and I&amp;#39;m having issues getting it installed&amp;#47;functional.  I&amp;#39;ve attached 2 things, 1 is the source for my page and the other is the link that i see under site collection administration.  &lt;br /&gt;&lt;br /&gt;The issue we&amp;#39;re encountering is that it just states &amp;#34;Please wait while scripts are loaded...&amp;#34; and never reports back with an error or anything, even when script debugging is enabled and my settings are to display every javascript error.&lt;br /&gt;&lt;br /&gt;Also I tried to install this version &amp;#40;the previous portion was installed using the PKS installation tools&amp;#41; to my site to see if that rectified the situation, but I get a pretty nasty error message regarding AntiXssLibrary.dll not existing despite it being in the MSBUILD folder when i run the install after building the project with vs2008.&lt;br /&gt;&lt;br /&gt;Any ideas or suggestions would be helpful and or appreciated.&lt;br /&gt;</description><author>turnera</author><pubDate>Wed, 02 Jul 2008 19:41:04 GMT</pubDate><guid isPermaLink="false">Created Issue: issue with content rating 20080702074104P</guid></item><item><title>New Post: Content Rating Module - Missing files</title><link>http://www.codeplex.com/sptoolbox/Thread/View.aspx?ThreadId=30007</link><description>&lt;div style="line-height: normal;"&gt;This has been fixed in the new release
&lt;/div&gt;</description><author>jadhon</author><pubDate>Wed, 25 Jun 2008 22:15:34 GMT</pubDate><guid isPermaLink="false">New Post: Content Rating Module - Missing files 20080625101534P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sptoolbox/Wiki/View.aspx?title=Home&amp;version=38</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Toolbox
&lt;/h1&gt; &lt;br /&gt;&lt;b&gt;Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project includes powerful and useful tools and add-ons for SharePoint that help developers and IT pros implement SharePoint based solutions more quickly and managed them more effectively. Contributions will come from the Microsoft SharePoint Product Group, Microsoft SharePoint Online Services Group, Microsoft Information Technology Group, and Microsoft Consulting Services Group.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;IMPORTANT: Please note that these tools are &lt;i&gt;not&lt;/i&gt; officially maintained or supported by Microsoft!&lt;/b&gt;
&lt;/h2&gt;&lt;b&gt;Support is provided only via the &lt;a href="http://www.codeplex.com/sptoolbox/Thread/List.aspx" class="externalLink"&gt;discussion forum&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in this project space.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Releases&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13878" class="externalLink"&gt;Content Rating for MOSS 2007&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A Content Rating Solution that enables users to rate internal and external MOSS 2007 items&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13210" class="externalLink"&gt;Developing Custom ToolPart Pane for WebParts&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A template to develop custom toolpart pane for WebParts &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8366" class="externalLink"&gt;CopyTimer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for measuring SharePoint performance.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8255" class="externalLink"&gt;Alert Pipeline&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Creates ability to run custom code when alerts are triggered.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=8728" class="externalLink"&gt;Profile Import Tool&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for importing users and updating their profile properties in MOSS 2007 when using forms based authentication.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=11150" class="externalLink"&gt;CQWP Dynamic QueryOverride&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A subclass extension of the out-of-box CQWP that allows the CAML query to support parameter replacement from the page’s query string.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12777" class="externalLink"&gt;Check All Items in Site Directory&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for test the links in the SharePoint Portal Site Directory.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12984" class="externalLink"&gt;MOSS V-Sync 1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool to manage SharePoint lists and document library views.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx" class="externalLink"&gt;View all releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jadhon</author><pubDate>Wed, 25 Jun 2008 22:14:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080625101431P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sptoolbox/Wiki/View.aspx?title=Home&amp;version=37</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Toolbox
&lt;/h1&gt; &lt;br /&gt;&lt;b&gt;Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project includes powerful and useful tools and add-ons for SharePoint that help developers and IT pros implement SharePoint based solutions more quickly and managed them more effectively. Contributions will come from the Microsoft SharePoint Product Group, Microsoft SharePoint Online Services Group, Microsoft Information Technology Group, and Microsoft Consulting Services Group.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;IMPORTANT: Please note that these tools are &lt;i&gt;not&lt;/i&gt; officially maintained or supported by Microsoft!&lt;/b&gt;
&lt;/h2&gt;&lt;b&gt;Support is provided only via the &lt;a href="http://www.codeplex.com/sptoolbox/Thread/List.aspx" class="externalLink"&gt;discussion forum&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in this project space.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Releases&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13878" class="externalLink"&gt;Content Rating for MOSS 2007&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A Content Rating Solution that enables users to rate internal and external MOSS 2007 items&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13210" class="externalLink"&gt;Developing Custom ToolPart Pane for WebParts&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A template to develop custom toolpart pane for WebParts &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8366" class="externalLink"&gt;CopyTimer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for measuring SharePoint performance.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8255" class="externalLink"&gt;Alert Pipeline&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Creates ability to run custom code when alerts are triggered.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=8728" class="externalLink"&gt;Profile Import Tool&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for importing users and updating their profile properties in MOSS 2007 when using forms based authentication.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=11150" class="externalLink"&gt;CQWP Dynamic QueryOverride&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A subclass extension of the out-of-box CQWP that allows the CAML query to support parameter replacement from the page’s query string.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12777" class="externalLink"&gt;Check All Items in Site Directory&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for test the links in the SharePoint Portal Site Directory.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12984" class="externalLink"&gt;MOSS V-Sync 1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool to manage SharePoint lists and document library views.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=13878" class="externalLink"&gt;Content Rating for MOSS 2007&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A sample content rating service to provide visual and textual feedback on on any list/library-managed item or externally indexed item.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx" class="externalLink"&gt;View all releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jadhon</author><pubDate>Wed, 25 Jun 2008 17:29:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080625052941P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/sptoolbox/Wiki/View.aspx?title=Home&amp;version=36</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Toolbox
&lt;/h1&gt; &lt;br /&gt;&lt;b&gt;Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project includes powerful and useful tools and add-ons for SharePoint that help developers and IT pros implement SharePoint based solutions more quickly and managed them more effectively. Contributions will come from the Microsoft SharePoint Product Group, Microsoft SharePoint Online Services Group, Microsoft Information Technology Group, and Microsoft Consulting Services Group.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
&lt;b&gt;IMPORTANT: Please note that these tools are &lt;i&gt;not&lt;/i&gt; officially maintained or supported by Microsoft!&lt;/b&gt;
&lt;/h2&gt;&lt;b&gt;Support is provided only via the &lt;a href="http://www.codeplex.com/sptoolbox/Thread/List.aspx" class="externalLink"&gt;discussion forum&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in this project space.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Releases&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13878" class="externalLink"&gt;Content Rating for MOSS 2007&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A Content Rating Solution that enable users to rate internal and external MOSS 2007 items&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=13210" class="externalLink"&gt;Developing Custom ToolPart Pane for WebParts&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A template to develop custom toolpart pane for WebParts &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8366" class="externalLink"&gt;CopyTimer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for measuring SharePoint performance.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=8255" class="externalLink"&gt;Alert Pipeline&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: Creates ability to run custom code when alerts are triggered.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=8728" class="externalLink"&gt;Profile Import Tool&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for importing users and updating their profile properties in MOSS 2007 when using forms based authentication.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=11150" class="externalLink"&gt;CQWP Dynamic QueryOverride&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A subclass extension of the out-of-box CQWP that allows the CAML query to support parameter replacement from the page’s query string.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12777" class="externalLink"&gt;Check All Items in Site Directory&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool for test the links in the SharePoint Portal Site Directory.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=12984" class="externalLink"&gt;MOSS V-Sync 1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A tool to manage SharePoint lists and document library views.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=sptoolbox&amp;amp;ReleaseId=13878" class="externalLink"&gt;Content Rating for MOSS 2007&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;: A sample content rating service to provide visual and textual feedback on on any list/library-managed item or externally indexed item.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx" class="externalLink"&gt;View all releases&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jadhon</author><pubDate>Wed, 25 Jun 2008 17:29:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080625052927P</guid></item></channel></rss>