<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SharePoint config store</title><link>http://spconfigstore.codeplex.com/project/feeds/rss</link><description>The SharePoint Config Store is intended for SharePoint developers, and provides the framework to be able to use a SharePoint list for application configuration values. This is useful when there are certain values used in a site or application&amp;#39;s code, but we don&amp;#39;t to hardcode them or even store them in web.config. Storing such values in a list means they can be easily updated &amp;#40;possibly by end users if you choose to allow this&amp;#41; without requiring access to the web server&amp;#39;s filesystem.      Example config items for a SharePoint site&amp;#47;application&amp;#47;control could be&amp;#58;      &amp;#39;AdministratorEmail&amp;#39; - &amp;#39;bob&amp;#64;somewhere.com&amp;#39;   &amp;#39;SendWorkflowEmails&amp;#39; - &amp;#39;true&amp;#39;      The Config Store is also highly-optimized, and so offers more than just a simple implementation of just retrieving values from a list. </description><item><title>Closed Issue: Missing Column in New Item page [3197]</title><link>http://spconfigstore.codeplex.com/workitem/3197</link><description>Hey guys,&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks for the code.  I&amp;#39;ve noticed that after I deploy the WSP and activate the COnfigStore feature, I then try to create an item in the config store and notice that the sharepoint New Item page only has one field editable.  See attached image of the New Item page, the List page and the Contetn Type page.&lt;br /&gt;&amp;#160;&lt;br /&gt;Cheers&lt;br /&gt;Daniel&lt;br /&gt;</description><author>chrisobrien</author><pubDate>Thu, 16 May 2013 07:47:09 GMT</pubDate><guid isPermaLink="false">Closed Issue: Missing Column in New Item page [3197] 20130516074709A</guid></item><item><title>New Post: ECMA Script Library for ConfigStore</title><link>http://spconfigstore.codeplex.com/discussions/404098</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Chris, first of all, congratulations for the great work...&lt;/p&gt;
&lt;p&gt;Do you have any plans to add an ECMA script library for same features you have from code (C#) ?&lt;/p&gt;
&lt;p&gt;That would be very appreciated!&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Bruno Bertechini&lt;/p&gt;
&lt;/div&gt;</description><author>brunobertechini</author><pubDate>Wed, 21 Nov 2012 15:20:53 GMT</pubDate><guid isPermaLink="false">New Post: ECMA Script Library for ConfigStore 20121121032053P</guid></item><item><title>Source code checked in, #80132</title><link>http://spconfigstore.codeplex.com/SourceControl/changeset/changes/80132</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://spconfigstore.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;I don't have a test SP environment handy to repro your steps. &amp;nbsp;You can debug the&amp;nbsp;ArgumentNullException by setting the deployment configuration to "No Activation" (project properties &amp;gt; SharePoint &amp;gt; Active Deployment Configuration). &amp;nbsp; You can then debug the wsp through visual studio. &amp;nbsp;Set a breakpoint at &amp;nbsp;COB.SharePoint.Utilities.Features.ConfigStore.ConfigStoreEventReceiver.FeatureActivated, activate the feature through site settings and try to see what argument is null.&lt;/p&gt;
&lt;p&gt;...Peter&lt;/p&gt;
&lt;div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"&gt;FeatureActivated&amp;nbsp;FeatureActivated&lt;/div&gt;&lt;/div&gt;</description><author>pwalke</author><pubDate>Thu, 30 Aug 2012 15:56:14 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20120830035614P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Interestingly this time I&amp;nbsp;deployed the solution through stsadm and it worked, I then tried to activate the feature and got these error fromt he logs...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="316"&gt;
&lt;colgroup span="1"&gt;&lt;col span="1" width="64"&gt;&lt;/col&gt;&lt;col span="1" width="252"&gt;&lt;/col&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr height="20"&gt;
&lt;td width="64" height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td width="252"&gt;Name=Request (POST:http://test.it:80/_layouts/ManageFeatures.aspx?Scope=Site)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Site=/&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Feature Activation: Activating Feature 'COB.SharePoint.Utilities.ConfigStore_ConfigStore' (ID: 'ca9d918f-2845-4421-b005-65625aef5cb5') at URL http://test.it.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Caching global content types for LCID 0.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Caching global fields.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;The configuration database was queried for a non-existent object with the id 69828593-5a05-4d29-bfc6-bc55c2739067. Most commonly, this is caused by removing an SPFeatureDefinition without writing upgrade code to remove references to the feature from each site.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Failed to determine the setup path of the list schema for feature {69828593-5A05-4D29-BFC6-BC55C2739067}, list template 10100.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;The element of type 'ListInstance' for feature 'COB.SharePoint.Utilities.ConfigStore_ConfigStore' (id: ca9d918f-2845-4421-b005-65625aef5cb5) threw an exception during activation: Feature '69828593-5a05-4d29-bfc6-bc55c2739067' for list template '10100' is not installed in this farm. The operation could not be completed.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Feature Activation: Threw an exception, attempting to roll back. Feature 'COB.SharePoint.Utilities.ConfigStore_ConfigStore' (ID: 'ca9d918f-2845-4421-b005-65625aef5cb5'). Exception: System.ArgumentException: Feature '69828593-5a05-4d29-bfc6-bc55c2739067' for list template '10100' is not installed in this farm. The operation could not be completed.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureManager.&amp;lt;&amp;gt;c__DisplayClass19.&amp;lt;GetFeatureRootAndListSchemaPaths&amp;gt;b__18()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureManager.GetFeatureRootAndListSchemaPaths(Byte[]&amp;amp; userToken, Guid&amp;amp; tranLockerId, Int32 nZone, Guid databaseid, Guid siteid, Guid webid, Guid featid, Int32 ltid, String&amp;amp; sPathToF...&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;...eatureRoot, String&amp;amp; sPathToSchemaXml)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ProvisionListInstances(SPFeaturePropertyCollection props, SPSite site, SPWeb web, Boolean fForce)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ProvisionElements(SPFeaturePropertyCollection props, SPWebApplication webapp, SPSite site, SPWeb web, Boolean fForce)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, Boolean fForce)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;High&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Leaving Monitored Scope (Feature Activation: Activating Feature 'COB.SharePoint.Utilities.ConfigStore_ConfigStore' (ID: 'ca9d918f-2845-4421-b005-65625aef5cb5') at URL http://test.it.). Execution Time=2169.01170400149&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Unexpected&lt;/td&gt;
&lt;td&gt;System.ArgumentException: Feature '69828593-5a05-4d29-bfc6-bc55c2739067' for list template '10100' is not installed in this farm. The operation could not be completed.&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureManager.&amp;lt;&amp;gt;c__DisplayClass19.&amp;lt;GetFeatureRootAndListSchemaPaths&amp;gt;b__18()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureManager.GetFeatureRootAndListSchemaPaths(Byte[]&amp;amp; userToken, Guid&amp;amp; tranLockerId, Int32 nZone, Guid databaseid, Guid siteid, Guid webid, Guid featid, Int32 ltid, String&amp;amp; sPathToFeatureRoot, String&amp;amp; sPathToSchemaXml)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ProvisionListInstances(SPFeaturePropertyCollection props, SPSite site, SP...&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Unexpected&lt;/td&gt;
&lt;td&gt;...Web web, Boolean fForce)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ProvisionElements(SPFeaturePropertyCollection props, SPWebApplication webapp, SPSite site, SPWeb web, Boolean fForce)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, Boolean fForce)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, String featureName, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.SPFeatur...&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Unexpected&lt;/td&gt;
&lt;td&gt;...eCollection.Add(Guid featureId, Boolean force, SPFeatureDefinitionScope featdefScope)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.WebControls.FeatureActivator.ActivateFeature(Guid featid, SPFeatureDefinitionScope featdefScope)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.SharePoint.WebControls.FeatureActivatorItem.BtnActivateFeature_Click(Object objSender, EventArgs evtargs)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Web.UI.WebControls.Button.OnClick(EventArgs e)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr height="20"&gt;
&lt;td height="20"&gt;Medium&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Leaving Monitored Scope (Request (POST:http://test.it:80/_layouts/ManageFeatures.aspx?Scope=Site)). Execution Time=2353.96426082086&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><author>hussell</author><pubDate>Thu, 30 Aug 2012 15:41:00 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20120830034100P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for replying :)&lt;/p&gt;
&lt;p&gt;I added the soultion but when I tried to deploy I received this error...&lt;/p&gt;
&lt;p&gt;&lt;span id="ctl00_PlaceHolderMain_LabelMessage"&gt;Failed to create receiver object from assembly "COB.SharePoint.Utilities.ConfigStore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=23afbf06fd91fa64", class "COB.SharePoint.Utilities.Features.ConfigStore.ConfigStoreEventReceiver" for feature "COB.SharePoint.Utilities.ConfigStore_ConfigStore" (ID: ca9d918f-2845-4421-b005-65625aef5cb5).: System.ArgumentNullException: Value cannot be null. &lt;br /&gt;Parameter name: type &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at System.Activator.CreateInstance(Type type, Boolean nonPublic) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>hussell</author><pubDate>Thu, 30 Aug 2012 15:27:15 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20120830032715P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;I am sorry, I uploaded the wrong patch before. &amp;nbsp;Please get my latest patch and let me know if that works for you.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;/div&gt;</description><author>pwalke</author><pubDate>Thu, 30 Aug 2012 14:41:15 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20120830024115P</guid></item><item><title>Patch Uploaded: #12800</title><link>http://spconfigstore.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/pwalke'&gt;pwalke&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Correct VS2010 Solution and project file.  &lt;/p&gt;</description><author>pwalke</author><pubDate>Thu, 30 Aug 2012 14:40:24 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #12800 20120830024024P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi pwalke&lt;/p&gt;
&lt;p&gt;I tried your patched version for SP2010 but get the error &lt;em&gt;Failed to find the XML file at location 14\Template\Features\config\feature.xml&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;when I try to activate the feature; I can definitly see the feature.xml file in that location&lt;/p&gt;
&lt;p&gt;Have you come across this problem?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;Rob&lt;/p&gt;&lt;/div&gt;</description><author>hussell</author><pubDate>Thu, 30 Aug 2012 14:04:15 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20120830020415P</guid></item><item><title>New Post: Unable to use ConfigStore in an FeatureEventReceiver class</title><link>http://spconfigstore.codeplex.com/discussions/30110</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;During feature activation, the only "config" being used is stsadm.exe.config, so if you don't put the same &amp;lt;appSettings&amp;gt; in stsadm.exe.config that you have in your web.config, any attempt to use Config Store (or anything else that uses &amp;lt;appSettings&amp;gt; values for that matter) during feature activation/deactivation, will fail.&lt;/p&gt;
&lt;p&gt;On my Windows 2003 R2 (64-bit) MOSS 2007 SP2 (64-bit)&amp;nbsp;server, stsadm.exe.config can be found here:&lt;/p&gt;
&lt;p&gt;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\stsadm.exe.config&lt;/p&gt;
&lt;p&gt;Yours may be somewhere else.&lt;/p&gt;
&lt;p&gt;We also&amp;nbsp;put certain&amp;nbsp;&amp;lt;appSettings&amp;gt; into owstimer.exe.config as well, since some of our custom SharePoint Timer Jobs need environment-specific &amp;lt;appSetting&amp;gt; values and those jobs only read from owstimer.exe.config, not web.config.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>fmorriso</author><pubDate>Mon, 07 May 2012 14:54:36 GMT</pubDate><guid isPermaLink="false">New Post: Unable to use ConfigStore in an FeatureEventReceiver class 20120507025436P</guid></item><item><title>New Post: Master Page</title><link>http://spconfigstore.codeplex.com/discussions/283956</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I just found this and was able to install it. I can add items to the config so that part is working. What I would like to do now is to access this information from a master page. In other words I have a new item in the config called SiteName that I want
 plastered on the top of every page no matter which sub-site the user is on.&lt;/p&gt;
&lt;p&gt;How can I access this information from the master file?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Darrell Norton&lt;/p&gt;
&lt;/div&gt;</description><author>Myanta</author><pubDate>Thu, 22 Dec 2011 23:11:23 GMT</pubDate><guid isPermaLink="false">New Post: Master Page 20111222111123P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The as-is version isn't a SP2010 Solution.&amp;nbsp;&amp;nbsp;I upgraded the project to SP 2010 and am using it regularly.&amp;nbsp; You can download my﻿ patch here:﻿﻿﻿﻿ http://spconfigstore.codeplex.com/SourceControl/list/patches ﻿﻿&lt;/p&gt;&lt;/div&gt;</description><author>pwalke</author><pubDate>Wed, 24 Aug 2011 14:48:14 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20110824024814P</guid></item><item><title>New Post: SP 2010?</title><link>http://spconfigstore.codeplex.com/discussions/270023</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Chris!&lt;/p&gt;
&lt;p&gt;Thanks for sharing this solution. Do you know if the current version will support SP 2010?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Jose D. Parra&lt;/p&gt;
&lt;/div&gt;</description><author>jparra</author><pubDate>Tue, 23 Aug 2011 01:57:22 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010? 20110823015722A</guid></item><item><title>New Post: Config Store doesn't work for me.</title><link>http://spconfigstore.codeplex.com/discussions/67466</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@vmichael,&lt;/p&gt;
&lt;p&gt;This is happening because you're running in the context of a unit test, which is not within the scope of IIS/the web.config file. Add the Config Store entries to either the .exe.config file for your unit test framework, or to machine.config if this is a dev machine.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Chris.&lt;/p&gt;&lt;/div&gt;</description><author>chrisobrien</author><pubDate>Wed, 29 Jun 2011 22:16:41 GMT</pubDate><guid isPermaLink="false">New Post: Config Store doesn't work for me. 20110629101641P</guid></item><item><title>New Post: Config Store doesn't work for me.</title><link>http://spconfigstore.codeplex.com/discussions/67466</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;I keeping getting this error but I have The key 'ConfigStoreCacheDependencyFile' defined in web.config - any ideas?&lt;/p&gt;
&lt;p&gt;I Test method ReminderNoticeJobTest.UnitTest1.GetProperties threw exception: &lt;br /&gt;System.TypeInitializationException: The type initializer for 'COB.SharePoint.Utilities.ConfigStore' threw an exception. ---&amp;gt; System.InvalidOperationException: The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;System.Configuration.AppSettingsReader.GetValue(String key, Type type)&lt;br /&gt;COB.SharePoint.Utilities.ConfigStore..cctor()&lt;br /&gt;COB.SharePoint.Utilities.ConfigStore.GetValue(String Category, String Key)&lt;br /&gt;ReminderNoticeJobTest.UnitTest1.GetProperties() in D:\Development\mvasquez\ReminderTimerJob\ReminderNoticeJobTest\UnitTest1.cs: line 300&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am running windows server 2003 x64&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;</description><author>vmichael</author><pubDate>Wed, 29 Jun 2011 21:50:24 GMT</pubDate><guid isPermaLink="false">New Post: Config Store doesn't work for me. 20110629095024P</guid></item><item><title>New Post: SP 2010 support!</title><link>http://spconfigstore.codeplex.com/discussions/203548</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've upgraded 2.1.0.2 to SharePoint 2010. I imported the wsp to start, and the  swapped out the assembly deployment creating the assembly by code. I then  re-wired the feature receiver. The item receiver should probably be wired up via  the SP2010 tooling, but I left it in the feature receiver as it currently is. &amp;nbsp;You can feel free to download the patch from here:&lt;/p&gt;
&lt;p&gt;http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spconfigstore&amp;amp;DownloadId=239010&lt;/p&gt;&lt;/div&gt;</description><author>pwalke</author><pubDate>Fri, 13 May 2011 18:20:37 GMT</pubDate><guid isPermaLink="false">New Post: SP 2010 support! 20110513062037P</guid></item><item><title>Patch Uploaded: #9404</title><link>http://spconfigstore.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/pwalke'&gt;pwalke&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;I&amp;#39;ve upgrade 2.1.0.2 to SharePoint 2010. I imported the wsp to start, and the swapped out the assembly deployment creating the assembly by code. I then re-wired the feature receiver. The item receiver should probably be wired up via the SP2010 tooling, but I left it in the feature receiver as it currently is. &lt;/p&gt;</description><author>pwalke</author><pubDate>Fri, 13 May 2011 18:15:40 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #9404 20110513061540P</guid></item><item><title>Patch Uploaded: #9403</title><link>http://spconfigstore.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/pwalke'&gt;pwalke&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;I&amp;#39;ve upgrade 2.1.0.2 to SharePoint 2010.  I imported the wsp to start, and the swapped out the assembly deployment creating the assembly by code.  I then re-wired the feature receiver.  The item receiver should probably be wired up via the SP2010 tooling, but I left it in the feature receiver as it currently is.&lt;/p&gt;</description><author>pwalke</author><pubDate>Fri, 13 May 2011 18:08:04 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #9403 20110513060804P</guid></item><item><title>New Post: Cache issue</title><link>http://spconfigstore.codeplex.com/Thread/View.aspx?ThreadId=243645</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear Chris,&lt;/p&gt;
&lt;p&gt;When the issue was first noticed I tried using Debug view on the front end server where this was happening and that is when I noticed that local config store value was not in cache and that the value was picked only from global config store. We recycled
 app pool (blank entry in web.config) to sort it out. As this is a production environment we dont have much time to troubleshoot.&lt;/p&gt;
&lt;p&gt;you can reach me at ramana_16@hotmail.com&lt;/p&gt;
&lt;p&gt;Thanks a lot for taking your time to help me out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ramana&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>ramana16</author><pubDate>Tue, 01 Feb 2011 06:30:47 GMT</pubDate><guid isPermaLink="false">New Post: Cache issue 20110201063047A</guid></item></channel></rss>