<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SPConfigStore Work Item Rss Feed</title><link>http://www.codeplex.com/SPConfigStore/WorkItem/List.aspx</link><description>SPConfigStore Work Item Rss Description</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>Commented Issue: Issue: No config item was found for category [5274]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=5274</link><description>I am simply trying to retrieve a value from the Config store and randomly a config item can not be found .  &lt;br /&gt;The environment is a production server with MOSS 2007. It was working fine for a few months.&lt;br /&gt;Please help or provide any insights.&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;COB.SharePoint.Utilities.InvalidConfigurationException&amp;#58; No config item was found for category &amp;#39;Human Resources&amp;#39; and key &amp;#39;Holidays&amp;#39;.&lt;br /&gt;   at COB.SharePoint.Utilities.ConfigStore.&amp;#60;&amp;#62;c__DisplayClass1.&amp;#60;GetValue&amp;#62;b__0&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper&amp;#40;Object state&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.&amp;#60;&amp;#62;c__DisplayClass4.&amp;#60;RunWithElevatedPrivileges&amp;#62;b__2&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;WaitCallback secureCode, Object param&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;   at COB.SharePoint.Utilities.ConfigStore.GetValue&amp;#40;String Category, String Key&amp;#41;&lt;br /&gt;   at Questrade.QTown.Common.QConfig.GetConfigValue&amp;#40;String configCatetory, String configKey&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: nmccready ** &lt;p&gt;I am having similar issues. The code always bombs at line 137 on ConfigStore.cs on function SPSecurity.RunWithElevatedPrivileges&amp;#40;delegate&amp;#40;&amp;#41; . Is this a better possible solution than calling that function&amp;#63; http&amp;#58;&amp;#47;&amp;#47;solutionizing.net&amp;#47;2009&amp;#47;01&amp;#47;06&amp;#47;elegant-spsite-elevation&amp;#47;&lt;/p&gt;</description><author>nmccready</author><pubDate>Thu, 13 May 2010 14:50:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issue: No config item was found for category [5274] 20100513025017P</guid></item><item><title>Created Issue: Workflow - The type initializer for 'COB.SharePoint.Utilities.ConfigStore' threw an exception. [5777]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=5777</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;We are intermittently getting this error in a workflow that reads values form the Config Store.&lt;br /&gt;&lt;br /&gt;This only happens on some instances of the workflow. Most instances hop along fine and can read the Config Store.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve verified that our web.config settings are set correctly. &lt;br /&gt;We are running with the latest version of Config Store, which was installed by completely uninstalling the previous version and reinstall&amp;#47;reactivating.&lt;br /&gt;&lt;br /&gt;Anyone see this before&amp;#63;&lt;br /&gt;</description><author>cookiekhanh</author><pubDate>Wed, 14 Apr 2010 19:24:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Workflow - The type initializer for 'COB.SharePoint.Utilities.ConfigStore' threw an exception. [5777] 20100414072444P</guid></item><item><title>Commented Issue: Unhandled type initializer [3395]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3395</link><description>I am writing a custom timer job and thought I would use the configstore to manage configuration settings for my timer job.  When the timer kicks off, it is supposed to retrieve some settings from the config store.  As soon as it trys to get the first configuration value, I get the following error&amp;#58;  &amp;#34;TypeInitializationException was unhandled by user code&amp;#34; and then &amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.  The following is an excerpt from my code&amp;#58;&lt;br /&gt;&lt;br /&gt;string NotifyEmail &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;NotifyEmail&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string SiteUrl &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;SiteUrl&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string ListName &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;ListName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I get the error on the first &amp;#34;GetValue&amp;#34; attempt.&lt;br /&gt;&lt;br /&gt;Any clues&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: heguangm ** &lt;p&gt;I have similar situation as Dipetersen that I have a timer job accessing Config Store. I added the configuration settings to the central admin&amp;#39;s web.config. However, my config store list is located in another site collection in different web application. &lt;/p&gt;&lt;p&gt;I passed the dependency file not existing problem. However, the configuration store could not find any records and the count in the dictionary is always 0.&lt;/p&gt;&lt;p&gt;From the event log, only see one excetion&amp;#58;  Event Type&amp;#58;&amp;#9;Error&lt;br /&gt;Event Source&amp;#58;&amp;#9;Windows SharePoint Services 3&lt;br /&gt;Event Category&amp;#58;&amp;#9;Timer &lt;br /&gt;Event ID&amp;#58;&amp;#9;6398&lt;br /&gt;Date&amp;#58;&amp;#9;&amp;#9;4&amp;#47;12&amp;#47;2010&lt;br /&gt;Time&amp;#58;&amp;#9;&amp;#9;3&amp;#58;16&amp;#58;05 PM&lt;br /&gt;User&amp;#58;&amp;#9;&amp;#9;N&amp;#47;A&lt;br /&gt;Computer&amp;#58;&amp;#9;DEV-MOSSA&lt;br /&gt;Description&amp;#58;&lt;br /&gt;The Execute method of job definition &amp;#35;&amp;#35;&amp;#35;&amp;#35;&amp;#35;&amp;#35;.GlobalAccountMasterSyncTimerJob &amp;#40;ID 1a8c05f5-cb18-4af9-9493-3942b61e404e&amp;#41; threw an exception. More information is included below.&lt;/p&gt;&lt;p&gt;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.&lt;/p&gt;&lt;p&gt;Any ideas here&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Guangming&lt;/p&gt;</description><author>heguangm</author><pubDate>Mon, 12 Apr 2010 19:43:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled type initializer [3395] 20100412074327P</guid></item><item><title>Commented Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=4711</link><description>When i try to use the solution, by getting a value from the configuration list, i get the following exeption&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;The key &amp;#39;ConfigStoreCacheDependencyFile&amp;#39; does not exist in the appSettings configuration section.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;I have the web.config altered to this&amp;#58;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigSiteUrl&amp;#34; value&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;myserver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigWebName&amp;#34; value&amp;#61;&amp;#34;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigListName&amp;#34; value&amp;#61;&amp;#34;Config&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigStoreCacheDependencyFile&amp;#34; value&amp;#61;&amp;#34;c&amp;#58;&amp;#92;ConfigStoreCacheDependency.txt&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: heguangm ** &lt;p&gt;make sure run iisreset&amp;#59; make sure you have the configuration changes in the right web.config&amp;#58; if you run your code in a timer job, the web.config may be the one for the central admin rather than your regular sharepoint web application.&lt;/p&gt;</description><author>heguangm</author><pubDate>Tue, 06 Apr 2010 17:55:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711] 20100406055513P</guid></item><item><title>Created Issue: Issue: No config item was found for category [5274]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=5274</link><description>I am simply trying to retrieve a value from the Config store and randomly a config item can not be found .  &lt;br /&gt;The environment is a production server with MOSS 2007. It was working fine for a few months.&lt;br /&gt;Please help or provide any insights.&lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58;&lt;br /&gt;&lt;br /&gt;COB.SharePoint.Utilities.InvalidConfigurationException&amp;#58; No config item was found for category &amp;#39;Human Resources&amp;#39; and key &amp;#39;Holidays&amp;#39;.&lt;br /&gt;   at COB.SharePoint.Utilities.ConfigStore.&amp;#60;&amp;#62;c__DisplayClass1.&amp;#60;GetValue&amp;#62;b__0&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.CodeToRunElevatedWrapper&amp;#40;Object state&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.&amp;#60;&amp;#62;c__DisplayClass4.&amp;#60;RunWithElevatedPrivileges&amp;#62;b__2&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;WaitCallback secureCode, Object param&amp;#41;&lt;br /&gt;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;   at COB.SharePoint.Utilities.ConfigStore.GetValue&amp;#40;String Category, String Key&amp;#41;&lt;br /&gt;   at Questrade.QTown.Common.QConfig.GetConfigValue&amp;#40;String configCatetory, String configKey&amp;#41;&lt;br /&gt;</description><author>rsx79</author><pubDate>Mon, 25 Jan 2010 17:48:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Issue: No config item was found for category [5274] 20100125054843P</guid></item><item><title>Commented Issue: Unhandled type initializer [3395]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3395</link><description>I am writing a custom timer job and thought I would use the configstore to manage configuration settings for my timer job.  When the timer kicks off, it is supposed to retrieve some settings from the config store.  As soon as it trys to get the first configuration value, I get the following error&amp;#58;  &amp;#34;TypeInitializationException was unhandled by user code&amp;#34; and then &amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.  The following is an excerpt from my code&amp;#58;&lt;br /&gt;&lt;br /&gt;string NotifyEmail &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;NotifyEmail&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string SiteUrl &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;SiteUrl&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string ListName &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;ListName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I get the error on the first &amp;#34;GetValue&amp;#34; attempt.&lt;br /&gt;&lt;br /&gt;Any clues&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: chrisobrien ** &lt;p&gt;&amp;#64;dipeterson,&lt;/p&gt;&lt;p&gt;What&amp;#39;s happening is that the appSettings keys the Config Store expects to find are not present in the configuation file used by the SharePoint administration service. It could be you added these to a web.config file, but this config will not be loaded by a timer job. Your options are&amp;#58;&lt;/p&gt;&lt;p&gt;- add the config keys to machine.config &amp;#40;can be seen by all applications&amp;#41;&lt;br /&gt;- create a xxxx.exe.config file for the timer job process &amp;#40;sorry, can&amp;#39;t remember where&amp;#47;what file name off the top of my head - internet search will find this info though&amp;#41; and add the keys there&lt;/p&gt;&lt;p&gt;The keys you need are detailed in the readme.txt &amp;#40;along with a couple of other steps, e.g. NTFS permissions for the cache dependency file&amp;#41;, but for convenience the appSettings keys are&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigSiteUrl&amp;#34; value&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.mySite.com&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigWebName&amp;#34; value&amp;#61;&amp;#34;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigListName&amp;#34; value&amp;#61;&amp;#34;Config Store&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigStoreCacheDependencyFile&amp;#34; value&amp;#61;&amp;#34;&amp;#92;&amp;#92;myUncPath&amp;#92;folder&amp;#92;ConfigStoreCacheDependency.txt&amp;#34; &amp;#47;&amp;#62;&lt;/p&gt;&lt;p&gt;Obviously you&amp;#39;ll need to edit for your values.&lt;/p&gt;&lt;p&gt;HTH,&lt;/p&gt;&lt;p&gt;Chris.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>chrisobrien</author><pubDate>Thu, 05 Nov 2009 23:35:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled type initializer [3395] 20091105113555P</guid></item><item><title>Commented Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=4711</link><description>When i try to use the solution, by getting a value from the configuration list, i get the following exeption&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;The key &amp;#39;ConfigStoreCacheDependencyFile&amp;#39; does not exist in the appSettings configuration section.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;I have the web.config altered to this&amp;#58;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigSiteUrl&amp;#34; value&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;myserver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigWebName&amp;#34; value&amp;#61;&amp;#34;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigListName&amp;#34; value&amp;#61;&amp;#34;Config&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigStoreCacheDependencyFile&amp;#34; value&amp;#61;&amp;#34;c&amp;#58;&amp;#92;ConfigStoreCacheDependency.txt&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: jonny666 ** &lt;p&gt;It throws the exeption here, in the ConfigStore.cs&lt;br /&gt;public static readonly string CacheDependencyFilePath &amp;#61; &amp;#40;string&amp;#41;m_Reader.GetValue&amp;#40;m_CacheFilePathKey, typeof&amp;#40;string&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;/p&gt;</description><author>jonny666</author><pubDate>Tue, 03 Nov 2009 18:03:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711] 20091103060335P</guid></item><item><title>Created Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=4711</link><description>When i try to use the solution, by getting a value from the configuration list, i get the following exeption&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;The key &amp;#39;ConfigStoreCacheDependencyFile&amp;#39; does not exist in the appSettings configuration section.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;I have the web.config altered to this&amp;#58;&lt;br /&gt;&amp;#60;add key&amp;#61;&amp;#34;ConfigSiteUrl&amp;#34; value&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;myserver&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigWebName&amp;#34; value&amp;#61;&amp;#34;&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigListName&amp;#34; value&amp;#61;&amp;#34;Config&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;add key&amp;#61;&amp;#34;ConfigStoreCacheDependencyFile&amp;#34; value&amp;#61;&amp;#34;c&amp;#58;&amp;#92;ConfigStoreCacheDependency.txt&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;</description><author>jonny666</author><pubDate>Tue, 03 Nov 2009 17:44:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting a variable in the config throws the exeption {"The key 'ConfigStoreCacheDependencyFile' does not exist in the appSettings configuration section."} [4711] 20091103054402P</guid></item><item><title>Created Issue: Changing the name of the solution, I can't install this as a site scoped solution [4709]</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=4709</link><description>I&amp;#39;ve change the name of the solution and the namespace.&lt;br /&gt;I&amp;#39;ve created a new solution with a new namespace and dragged all the files needed to the solution.&lt;br /&gt;I&amp;#39;ve altered all the needed files to have the new namespace and solution name.&lt;br /&gt;As I try to install this in my site, I recieve the message that the solution cannot be installed as a web scoped solution.&lt;br /&gt;This means that the list, contenttypes, etc are not created in my site.&lt;br /&gt;Does anyone have a guide to alter this data&amp;#63;&lt;br /&gt;</description><author>jonny666</author><pubDate>Tue, 03 Nov 2009 10:46:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Changing the name of the solution, I can't install this as a site scoped solution [4709] 20091103104626A</guid></item><item><title>Created Issue: Unable to Use ConfigStore in a Feature Receiver</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3707</link><description>This post outlines the issue&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;spconfigstore.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;30110&lt;br /&gt;&lt;br /&gt;Mark Stokes&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sharepointstudio.com&lt;br /&gt;</description><author>MarkStokes</author><pubDate>Mon, 01 Jun 2009 12:46:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to Use ConfigStore in a Feature Receiver 20090601124617P</guid></item><item><title>Created Issue: web.config settings duplicated when re-activating feature</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3599</link><description>Hey guys,&lt;br /&gt;&lt;br /&gt;Great utility&amp;#33;  I have one problem though&amp;#58;  When the feature is set to modify the web.config, the appSetting entries and expressionBuilders entry are duplicated every time the feature is re-activated.  This happens because the &amp;#39;Name&amp;#39; property on the SPWebConfigModification instance isn&amp;#39;t set correctly.  Two quick changes can address this&amp;#58;&lt;br /&gt;&lt;br /&gt;Change the Name property in ConfigStoreFeatureReceiver.addAppSetting&amp;#40;&amp;#41; from&lt;br /&gt;configMod.Name &amp;#61; string.Format&amp;#40;&amp;#34;add&amp;#91;&amp;#64;name&amp;#61;&amp;#39;&amp;#123;0&amp;#125;&amp;#39;&amp;#93;&amp;#34;, sModificationName&amp;#41;&amp;#59;&lt;br /&gt;to&lt;br /&gt;configMod.Name &amp;#61; string.Format&amp;#40;&amp;#34;add&amp;#91;&amp;#64;key&amp;#61;&amp;#39;&amp;#123;0&amp;#125;&amp;#39;&amp;#93;&amp;#34;, sKey&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Change the Name property in ConfigStoreFeatureReceiver.addExpressionBuilder&amp;#40;&amp;#41; from&lt;br /&gt;configMod.Name &amp;#61; string.Format&amp;#40;&amp;#34;add&amp;#91;&amp;#64;name&amp;#61;&amp;#39;&amp;#123;0&amp;#125;&amp;#39;&amp;#93;&amp;#34;, sModificationName&amp;#41;&amp;#59;&lt;br /&gt;to&lt;br /&gt;configMod.Name &amp;#61; string.Format&amp;#40;&amp;#34;add&amp;#91;&amp;#64;expressionPrefix&amp;#61;&amp;#39;&amp;#123;0&amp;#125;&amp;#39;&amp;#93;&amp;#34;, sPrefix&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Unfortunately web.config entries that were created with the current code will not be removed when deactivating the feature--even with these fixes.&lt;br /&gt;</description><author>ebrandes</author><pubDate>Thu, 23 Apr 2009 01:21:13 GMT</pubDate><guid isPermaLink="false">Created Issue: web.config settings duplicated when re-activating feature 20090423012113A</guid></item><item><title>Commented Issue: Missing Column in New Item page</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3197</link><description>Hey guys,&lt;br /&gt;&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;&lt;br /&gt;Cheers&lt;br /&gt;Daniel&lt;br /&gt;Comments: ** Comment from web user: chrisobrien ** &lt;p&gt;Guys - this should be fixed now in Release 2.1.0.0. Please let me know if you encounter this again. &lt;/p&gt;&lt;p&gt;Sorry for the inconvenience..&lt;/p&gt;</description><author>chrisobrien</author><pubDate>Tue, 21 Apr 2009 09:29:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing Column in New Item page 20090421092903A</guid></item><item><title>Commented Issue: Missing Column in New Item page</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3197</link><description>Hey guys,&lt;br /&gt;&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;&lt;br /&gt;Cheers&lt;br /&gt;Daniel&lt;br /&gt;Comments: ** Comment from web user: RobHamlin ** &lt;p&gt;Has there been any progress on this&amp;#63; I&amp;#39;ve installed the config store on 3 separate web apps, all worked correctly and then this happened to all of them at roughly the same time. I also cannot edit existing items&amp;#59; only one field is editable.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><author>RobHamlin</author><pubDate>Fri, 17 Apr 2009 10:16:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing Column in New Item page 20090417101630A</guid></item><item><title>Commented Issue: Missing Column in New Item page</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3197</link><description>Hey guys,&lt;br /&gt;&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;&lt;br /&gt;Cheers&lt;br /&gt;Daniel&lt;br /&gt;Comments: ** Comment from web user: RickGamble ** &lt;p&gt;Daniel,&lt;/p&gt;&lt;p&gt;Have you resolved this&amp;#63; I am getting the exact same issue on my Server 2008 64bit server. I installed it first on my Server 2003 x86 environment and it works without issue.&lt;/p&gt;&lt;p&gt;-Rick&lt;/p&gt;</description><author>RickGamble</author><pubDate>Wed, 18 Mar 2009 15:16:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Missing Column in New Item page 20090318031645P</guid></item><item><title>Commented Issue: Unhandled type initializer</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3395</link><description>I am writing a custom timer job and thought I would use the configstore to manage configuration settings for my timer job.  When the timer kicks off, it is supposed to retrieve some settings from the config store.  As soon as it trys to get the first configuration value, I get the following error&amp;#58;  &amp;#34;TypeInitializationException was unhandled by user code&amp;#34; and then &amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.  The following is an excerpt from my code&amp;#58;&lt;br /&gt;&lt;br /&gt;string NotifyEmail &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;NotifyEmail&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string SiteUrl &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;SiteUrl&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string ListName &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;ListName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I get the error on the first &amp;#34;GetValue&amp;#34; attempt.&lt;br /&gt;&lt;br /&gt;Any clues&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: dipetersen ** &lt;p&gt;Here&amp;#39;s the whole stack trace&amp;#58;&amp;#58;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;System.TypeInitializationException was unhandled by user code&lt;br /&gt;  Message&amp;#61;&amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;COB.SharePoint.Utilities.ConfigStore&amp;#34;&lt;br /&gt;  TypeName&amp;#61;&amp;#34;COB.SharePoint.Utilities.ConfigStore&amp;#34;&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at COB.SharePoint.Utilities.ConfigStore.GetValue&amp;#40;String Category, String Key&amp;#41;&lt;br /&gt;       at GavilonContractManagementTicklerJob.ContractManagementTicklerJob.CheckExpireDates&amp;#40;&amp;#41;&lt;br /&gt;       at GavilonContractManagementTicklerJob.ContractManagementTicklerJob.Execute&amp;#40;Guid targetInstanceId&amp;#41;&lt;br /&gt;       at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke&amp;#40;TimerJobExecuteData&amp;#38; data, Int32&amp;#38; result&amp;#41;&lt;br /&gt;  InnerException&amp;#58; System.InvalidOperationException&lt;br /&gt;       Message&amp;#61;&amp;#34;The key &amp;#39;ConfigStoreCacheDependencyFile&amp;#39; does not exist in the appSettings configuration section.&amp;#34;&lt;br /&gt;       Source&amp;#61;&amp;#34;System&amp;#34;&lt;br /&gt;       StackTrace&amp;#58;&lt;br /&gt;            at System.Configuration.AppSettingsReader.GetValue&amp;#40;String key, Type type&amp;#41;&lt;br /&gt;            at COB.SharePoint.Utilities.ConfigStore..cctor&amp;#40;&amp;#41;&lt;br /&gt;       InnerException&amp;#58; &lt;br /&gt;&lt;/p&gt;</description><author>dipetersen</author><pubDate>Thu, 12 Mar 2009 21:05:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled type initializer 20090312090528P</guid></item><item><title>Commented Issue: Unhandled type initializer</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3395</link><description>I am writing a custom timer job and thought I would use the configstore to manage configuration settings for my timer job.  When the timer kicks off, it is supposed to retrieve some settings from the config store.  As soon as it trys to get the first configuration value, I get the following error&amp;#58;  &amp;#34;TypeInitializationException was unhandled by user code&amp;#34; and then &amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.  The following is an excerpt from my code&amp;#58;&lt;br /&gt;&lt;br /&gt;string NotifyEmail &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;NotifyEmail&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string SiteUrl &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;SiteUrl&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string ListName &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;ListName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I get the error on the first &amp;#34;GetValue&amp;#34; attempt.&lt;br /&gt;&lt;br /&gt;Any clues&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: dipetersen ** &lt;p&gt;UPDATE&amp;#58;  &lt;/p&gt;&lt;p&gt;Looking a little closer, the inner-exception is&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#123;&amp;#34;The key &amp;#39;ConfigStoreCacheDependencyFile&amp;#39; does not exist in the appSettings configuration section.&amp;#34;&amp;#125;&lt;/p&gt;&lt;p&gt;Since this code is running as a JobDefinition, do you think this has something to do with the error I am receiving&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><author>dipetersen</author><pubDate>Thu, 12 Mar 2009 20:50:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled type initializer 20090312085045P</guid></item><item><title>Created Issue: Unhandled type initializer</title><link>http://spconfigstore.codeplex.com/WorkItem/View.aspx?WorkItemId=3395</link><description>I am writing a custom timer job and thought I would use the configstore to manage configuration settings for my timer job.  When the timer kicks off, it is supposed to retrieve some settings from the config store.  As soon as it trys to get the first configuration value, I get the following error&amp;#58;  &amp;#34;TypeInitializationException was unhandled by user code&amp;#34; and then &amp;#34;The type initializer for &amp;#39;COB.SharePoint.Utilities.ConfigStore&amp;#39; threw an exception.  The following is an excerpt from my code&amp;#58;&lt;br /&gt;&lt;br /&gt;string NotifyEmail &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;NotifyEmail&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string SiteUrl &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;SiteUrl&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;string ListName &amp;#61; ConfigStore.GetValue&amp;#40;&amp;#34;ContractManagement&amp;#34;,&amp;#34;ListName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I get the error on the first &amp;#34;GetValue&amp;#34; attempt.&lt;br /&gt;&lt;br /&gt;Any clues&amp;#63;&lt;br /&gt;</description><author>dipetersen</author><pubDate>Thu, 12 Mar 2009 20:42:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Unhandled type initializer 20090312084223P</guid></item><item><title>Created Issue: Missing Column in New Item page</title><link>http://www.codeplex.com/SPConfigStore/WorkItem/View.aspx?WorkItemId=3197</link><description>Hey guys,&lt;br /&gt;&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;&lt;br /&gt;Cheers&lt;br /&gt;Daniel&lt;br /&gt;</description><author>danielflippance</author><pubDate>Sat, 14 Feb 2009 00:23:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Missing Column in New Item page 20090214122303A</guid></item><item><title>Closed Issue: License is GPL?</title><link>http://www.codeplex.com/SPConfigStore/WorkItem/View.aspx?WorkItemId=2704</link><description>Chris, I love this but cannot use it because it&amp;#39;s GPL&amp;#39;ed. Please switch it to LGPL &amp;#40;or another more permissive license&amp;#41; so we can rest easier using this project, without any fear we&amp;#39;ll have to release our own code under the GPL also. Not a huge deal, just please take it into consideration. Thanks, Peter&lt;br /&gt;Comments: Peter - your wish is my command. Hadn't intentionally chosen a restrictive license type!</description><author>chrisobrien</author><pubDate>Wed, 03 Dec 2008 21:57:21 GMT</pubDate><guid isPermaLink="false">Closed Issue: License is GPL? 20081203095721P</guid></item></channel></rss>