<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp; practices SharePoint Guidance</title><link>http://spg.codeplex.com/project/feeds/rss</link><description>We develop guidance to help devs and architects build applications on SharePoint. </description><item><title>Closed Issue: TrainingBudgetWebPart: Control addition very verbose [2412]</title><link>http://spg.codeplex.com/workitem/2412</link><description>Suggest that you should create a small helper method that does the row, cell, label addition to reduce the number of lines of code.&lt;br /&gt;</description><author>alexnichols</author><pubDate>Thu, 16 May 2013 11:03:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: TrainingBudgetWebPart: Control addition very verbose [2412] 20130516110318A</guid></item><item><title>Closed Issue: RegistrationContentType.xml: Field definitions before reference in content type [2414]</title><link>http://spg.codeplex.com/workitem/2414</link><description>Fields should be defined above the content type.&lt;br /&gt;Also ...&lt;br /&gt;Sealed SHOULD Be false unless there&amp;#39;s a specific reason to seal.&lt;br /&gt;Need the DisplaceOnUpgrade&amp;#61;&amp;#34;TRUE&amp;#34; attribute on fields to force updates to be accepted.&lt;br /&gt;</description><author>alexnichols</author><pubDate>Thu, 16 May 2013 11:03:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: RegistrationContentType.xml: Field definitions before reference in content type [2414] 20130516110317A</guid></item><item><title>Closed Issue: TrainingCourseContentType.Xml: Field definitions should be above, no staticname, add displaceonupgrade [2415]</title><link>http://spg.codeplex.com/workitem/2415</link><description>Fields should be above content type that defines it.&lt;br /&gt;Remove the staticname attribute from fields&lt;br /&gt;Add DisplaceOnUpgrade&amp;#61;&amp;#34;True&amp;#34; to field attributes&lt;br /&gt;</description><author>alexnichols</author><pubDate>Thu, 16 May 2013 11:03:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: TrainingCourseContentType.Xml: Field definitions should be above, no staticname, add displaceonupgrade [2415] 20130516110317A</guid></item><item><title>Closed Issue: RegistrationApproval.aspx.cs [2420]</title><link>http://spg.codeplex.com/workitem/2420</link><description>Use of string constants that aren&amp;#39;t defined as constants&lt;br /&gt;</description><author>alexnichols</author><pubDate>Thu, 16 May 2013 11:03:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: RegistrationApproval.aspx.cs [2420] 20130516110316A</guid></item><item><title>Closed Issue: Service Locator: Removal of type previously used for TypeMapping causes breakage [6889]</title><link>http://spg.codeplex.com/workitem/6889</link><description>I created a custom ILogger, registered it with the service locator, and used it within my custom SharePoint PowerShell cmdlet. &amp;#40;Hence the Service Locator was running at farm level.&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;I then decided to no longer use the custom logger and removed it from my project. I changed the code to use the default instance for ILogger. Using it from then onwards failed, as the service locator still continued to try loading my custom logger which had been removed. I tried registering the SharePointLogger explicitly and it continued to try loading my custom logger. I also tried using RemoveTypeMapping&amp;#40;&amp;#41; and RemoveTypeMappings&amp;#40;&amp;#41; and still the problem continued. It appears to always try loading the currently stored type mappings before changing them.&lt;br /&gt;&amp;#160;&lt;br /&gt;Here is the stack trace when trying to use RemoveTypeMappings&amp;#40;&amp;#41;&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;mscorlib.dll&amp;#33;System.Activator.CreateInstance&amp;#40;System.Type type, bool nonPublic&amp;#41;&amp;#9;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.ServiceLocation.ActivatingServiceLocator.CreateInstanceFromTypeMapping&amp;#40;Microsoft.Practices.SharePoint.Common.ServiceLocation.TypeMapping typeMapping &amp;#61; &amp;#123;Microsoft.Practices.SharePoint.Common.ServiceLocation.TypeMapping&amp;#125;&amp;#41; Line 133&amp;#9;C&amp;#35;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.ServiceLocation.ActivatingServiceLocator.DoGetInstance&amp;#40;System.Type serviceType &amp;#61; &amp;#123;Name &amp;#61; &amp;#34;ILogger&amp;#34; FullName &amp;#61; &amp;#34;Microsoft.Practices.SharePoint.Common.Logging.ILogger&amp;#34;&amp;#125;, string key &amp;#61; null&amp;#41; Line 66&amp;#9;C&amp;#35;&lt;br /&gt;Microsoft.Practices.ServiceLocation.dll&amp;#33;Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance&amp;#40;System.Type serviceType &amp;#61; &amp;#123;Name &amp;#61; &amp;#34;ILogger&amp;#34; FullName &amp;#61; &amp;#34;Microsoft.Practices.SharePoint.Common.Logging.ILogger&amp;#34;&amp;#125;, string key &amp;#61; null&amp;#41;&amp;#9;&lt;br /&gt;Microsoft.Practices.ServiceLocation.dll&amp;#33;Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance&amp;#60;Microsoft.Practices.SharePoint.Common.Logging.ILogger&amp;#62;&amp;#40;&amp;#41;&amp;#9;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.this&amp;#91;string&amp;#93;.set&amp;#40;string key &amp;#61; &amp;#34;PnP.Config.Key.Microsoft.Practices.SharePoint.Common.TypeMappings&amp;#34;, string value &amp;#61; &amp;#34;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#92;&amp;#34;1.0&amp;#92;&amp;#34; encoding&amp;#61;&amp;#92;&amp;#34;utf-16&amp;#92;&amp;#34;&amp;#63;&amp;#62;&amp;#92;r&amp;#92;n&amp;#60;ArrayOfTypeMapping xmlns&amp;#58;xsi&amp;#61;&amp;#92;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#92;&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#92;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#92;&amp;#34; &amp;#47;&amp;#62;&amp;#34;&amp;#41; Line 178&amp;#9;C&amp;#35;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.Configuration.ConfigManager.SetInPropertyBag&amp;#40;string key &amp;#61; &amp;#34;Microsoft.Practices.SharePoint.Common.TypeMappings&amp;#34;, object value &amp;#61; Count &amp;#61; 0, Microsoft.Practices.SharePoint.Common.Configuration.IPropertyBag propertyBag &amp;#61; &amp;#123;Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag&amp;#125;&amp;#41; Line 386&amp;#9;C&amp;#35;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.SetTypeMappingsList&amp;#40;System.Collections.Generic.List&amp;#60;Microsoft.Practices.SharePoint.Common.ServiceLocation.TypeMapping&amp;#62; typeMappings &amp;#61; Count &amp;#61; 0&amp;#41; Line 285&amp;#9;C&amp;#35;&lt;br /&gt;Microsoft.Practices.SharePoint.Common.dll&amp;#33;Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.RemoveTypeMappings&amp;#60;Microsoft.Practices.SharePoint.Common.Logging.ILogger&amp;#62;&amp;#40;&amp;#41; Line 199&amp;#9;C&amp;#35;&lt;br /&gt;</description><author>arangas</author><pubDate>Thu, 16 May 2013 11:03:15 GMT</pubDate><guid isPermaLink="false">Closed Issue: Service Locator: Removal of type previously used for TypeMapping causes breakage [6889] 20130516110315A</guid></item><item><title>New Post: Sharepoint Guidance 2013</title><link>http://spg.codeplex.com/discussions/432464</link><description>&lt;div style="line-height: normal;"&gt;SPG is the bible &amp;amp; one of the MUST read content in the web for sharepoint developers! Cannot wait guys :-)&lt;br /&gt;
&lt;br /&gt;
Jamil Haddadin&lt;br /&gt;
&lt;/div&gt;</description><author>jamilhaddadin</author><pubDate>Tue, 23 Apr 2013 04:43:56 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Guidance 2013 20130423044356A</guid></item><item><title>New Post: 2013 Patterns &amp; Practices</title><link>http://spg.codeplex.com/discussions/440335</link><description>&lt;div style="line-height: normal;"&gt;Would love to see beta/draft of this valuable document for 2013. Will it all be about Sandbox solution? Hum...&lt;br /&gt;
&lt;br /&gt;
Please let us know!&lt;br /&gt;
&lt;/div&gt;</description><author>godind</author><pubDate>Mon, 15 Apr 2013 14:09:51 GMT</pubDate><guid isPermaLink="false">New Post: 2013 Patterns &amp; Practices 20130415020951P</guid></item><item><title>New Post: Sharepoint Guidance 2013</title><link>http://spg.codeplex.com/discussions/432464</link><description>&lt;div style="line-height: normal;"&gt;Can't wait to get my hands on the 2013 Practices &amp;amp; Pattern Guide!!!&lt;br /&gt;
&lt;/div&gt;</description><author>godind</author><pubDate>Mon, 11 Mar 2013 14:19:58 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Guidance 2013 20130311021958P</guid></item><item><title>New Post: SetWeb Doesn't Appear to Work...</title><link>http://spg.codeplex.com/discussions/433845</link><description>&lt;div style="line-height: normal;"&gt;I've got this code in a _layouts/*.aspx page that I access via Central Admin. Even though I'm calling SetWeb() using another web's URL (in a different web app), the property bag returned is always that of the current context's (Central Admin) Web App.&lt;br /&gt;
&lt;br /&gt;
Why doesn't SetWeb() work in this case?&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;using (SPSite site = new SPSite(&amp;quot;http://sphot.domain.com/sites/site1/web1&amp;quot;))
{
    using (SPWeb web = site.RootWeb)
    {
        config.SetWeb(web);
        
        // aside: if you're using SetWeb, these enum labels become ambiguous, since I should no longer be using the &amp;quot;Current&amp;quot; anything.
        propertyBag = config.GetPropertyBag(ConfigLevel.CurrentSPWebApplication); 

        if (config.ContainsKeyInPropertyBag(&amp;quot;setting1&amp;quot;, propertyBag))
        {
            settings.UrlsToHit = config.GetFromPropertyBag&amp;lt;List&amp;lt;string&amp;gt;&amp;gt;(&amp;quot;setting1&amp;quot;, propertyBag);
            configExists = true;
        }
        //... etc.
    }
}&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>jar240</author><pubDate>Wed, 20 Feb 2013 18:39:54 GMT</pubDate><guid isPermaLink="false">New Post: SetWeb Doesn't Appear to Work... 20130220063954P</guid></item><item><title>New Post: Sharepoint Guidance 2013</title><link>http://spg.codeplex.com/discussions/432464</link><description>&lt;div style="line-height: normal;"&gt;Hi, When is the Sharepoint guidance 2013 expected for release?&lt;br /&gt;
&lt;br /&gt;
Please include advanced details of the relevant patterns like repository etc,, all functionalities like Logging, Claim based SSO, Integration with ADFS 2 and WIF, and configuring AppFabric 1.x for sharepoint cache provider.&lt;br /&gt;
&lt;br /&gt;
 Please include advanced details around Sharepoint App too.&lt;br /&gt;
&lt;/div&gt;</description><author>Thumblena</author><pubDate>Fri, 08 Feb 2013 10:41:52 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Guidance 2013 20130208104152A</guid></item><item><title>New Post: Solution Validation fails</title><link>http://spg.codeplex.com/discussions/70952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Steffi,&lt;/p&gt;
&lt;p&gt;Send me an email to &lt;a href="mailto:larry@datasmith.biz" rel="nofollow"&gt;larry@datasmith.biz&lt;/a&gt; with your problem details, and i will try to help you.&lt;/p&gt;
&lt;/div&gt;</description><author>datasmithadvtech</author><pubDate>Wed, 06 Feb 2013 14:50:39 GMT</pubDate><guid isPermaLink="false">New Post: Solution Validation fails 20130206025039P</guid></item><item><title>New Post: Solution Validation fails</title><link>http://spg.codeplex.com/discussions/70952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi datasmithadvtech,&lt;/p&gt;
&lt;p&gt;I´m facing the same issue and the wcf activation didn´t solve this issue for me. I am not experienced when it comes to devolping, services,... So can you tell me a little more detailed what worked for you?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Steffi&lt;/p&gt;
&lt;/div&gt;</description><author>SBK</author><pubDate>Wed, 06 Feb 2013 14:07:51 GMT</pubDate><guid isPermaLink="false">New Post: Solution Validation fails 20130206020751P</guid></item><item><title>New Post: System.IO.FileNotFoundException on Microsoft.Practices.SharePoint.Common during FeatureActivated</title><link>http://spg.codeplex.com/discussions/366274</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey spdouble,&lt;/p&gt;
&lt;p&gt;you fixed this Problem meanwhile?&amp;nbsp; i have exactly the same Problem but no idea how to fix that.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;shmoo&lt;/p&gt;
&lt;/div&gt;</description><author>Der_Shmoo</author><pubDate>Tue, 08 Jan 2013 08:42:21 GMT</pubDate><guid isPermaLink="false">New Post: System.IO.FileNotFoundException on Microsoft.Practices.SharePoint.Common during FeatureActivated 20130108084221A</guid></item><item><title>New Post: SharePoint 15 and SharePoint Guidance</title><link>http://spg.codeplex.com/discussions/310364</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;has anyone meet with success tryint to migrate &amp;quot;P&amp;P&amp;quot; to .NET 4.0 to use in Sharepoint 2013?&lt;/p&gt;
&lt;/div&gt;</description><author>kamelloak</author><pubDate>Thu, 20 Dec 2012 11:10:34 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint 15 and SharePoint Guidance 20121220111034A</guid></item><item><title>New Post: SharePoint 15 and SharePoint Guidance</title><link>http://spg.codeplex.com/discussions/310364</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Any news if there will be something available for SharePoint 2013?&lt;/p&gt;
&lt;/div&gt;</description><author>spadrian</author><pubDate>Tue, 11 Dec 2012 11:11:18 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint 15 and SharePoint Guidance 20121211111118A</guid></item><item><title>New Post: SharePoint 15 and SharePoint Guidance</title><link>http://spg.codeplex.com/discussions/310364</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It seems, that the SPG Solution prevents us in VS2012 from building our wsp solutions ...&lt;/p&gt;
&lt;/div&gt;</description><author>ismailia</author><pubDate>Mon, 10 Dec 2012 13:19:44 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint 15 and SharePoint Guidance 20121210011944P</guid></item><item><title>Created Issue: UlsTraceProviderException HResult: '5' could not write to Trace Log [10565]</title><link>http://spg.codeplex.com/workitem/10565</link><description>I am upgrading a MOSS 2007 timer job solution to work for SharePoint 2010 using Visual Studio 2010.  I have been using SPG library and it was working perfectly for Logging &amp;#38;amp&amp;#59; Exception handling,  however since I updated to new library I have seen strange behaviour and my code to write to ULS log is throwing exception&amp;#58;-&lt;br /&gt;&lt;br /&gt;Log Name&amp;#58;      Application&lt;br /&gt;Date&amp;#58;          10&amp;#47;29&amp;#47;2012 1&amp;#58;50&amp;#58;53 PM&lt;br /&gt;Event ID&amp;#58;      0&lt;br /&gt;Task Category&amp;#58; None&lt;br /&gt;Level&amp;#58;         Error&lt;br /&gt;Keywords&amp;#58;      Classic&lt;br /&gt;User&amp;#58;          N&amp;#47;A&lt;br /&gt;Description&amp;#58;&lt;br /&gt;Category&amp;#58; Logging&lt;br /&gt;An error occurred while writing tot the Trace Log.&lt;br /&gt;&amp;#9;ExceptionType&amp;#58; &amp;#39;UlsTraceProviderException&amp;#39;&lt;br /&gt;&amp;#9;ExceptionMessage&amp;#58; &amp;#39;Could not write trace message&amp;#58; AuditEngine&amp;#58;&amp;#58;AuditOwnerCount - Site http&amp;#58;&amp;#47;&amp;#47;np2appl643v contains 1 administrators&amp;#39;&lt;br /&gt;&amp;#9;StackTrace&amp;#58; &amp;#39;   at Microsoft.Practices.SPG.Common.Logging.ULSTraceProvider.CheckHResult&amp;#40;UInt32 result, String errorMessage&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.Practices.SPG.Common.Logging.ULSTraceProvider.WriteTrace&amp;#40;UInt32 tag, TraceSeverity level, Guid correlationGuid, String exeName, String productName, String categoryName, String message&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.Practices.SPG.Common.Logging.TraceLogger.WriteLogMessage&amp;#40;TraceSeverity severity, String category, String message, Int32 eventId&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.Practices.SPG.Common.Logging.TraceLogger.&amp;#38;lt&amp;#59;&amp;#38;gt&amp;#59;c__DisplayClass1.b__0&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.SharePoint.SPSecurity.&amp;#38;lt&amp;#59;&amp;#38;gt&amp;#59;c__DisplayClass4.b__2&amp;#40;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;WaitCallback secureCode, Object param&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges&amp;#40;CodeToRunElevated secureCode&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.Practices.SPG.Common.Logging.TraceLogger.Trace&amp;#40;String message, Int32 eventId, TraceSeverity severity, String category&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;   at Microsoft.Practices.SPG.Common.Logging.SharePointLogger.WriteToDeveloperTrace&amp;#40;String message, Int32 eventId, TraceSeverity severity, String category&amp;#41;&amp;#39;&lt;br /&gt;&amp;#9;Source&amp;#58; &amp;#39;Microsoft.Practices.SPG.Common&amp;#39;&lt;br /&gt;&amp;#9;TargetSite&amp;#58; &amp;#39;Void CheckHResult&amp;#40;UInt32, System.String&amp;#41;&amp;#39;&lt;br /&gt;&amp;#9;Additional Data&amp;#58;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#39;HResult&amp;#39; &amp;#58; &amp;#39;5&amp;#39;&lt;br /&gt;</description><author>sudhirke</author><pubDate>Mon, 29 Oct 2012 19:17:08 GMT</pubDate><guid isPermaLink="false">Created Issue: UlsTraceProviderException HResult: '5' could not write to Trace Log [10565] 20121029071708P</guid></item><item><title>Created Issue: The SPPersistedObject, FarmSettingStore Name=_pnpFarmConfig_, could not be updated because the current user is not a Farm Administrator [10535]</title><link>http://spg.codeplex.com/workitem/10535</link><description>Hi All,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m Using SharePoint guidance library and getting following error &lt;br /&gt;&lt;br /&gt;The SPPersistedObject, FarmSettingStore Name&amp;#61;_pnpFarmConfig_, could not be updated because the current user is not a Farm Administrator.&lt;br /&gt;&lt;br /&gt;although this does not make sense to promote site user or application pool to be farm admin but i still tried that with out any help kindly find below stack trace below &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updating SPPersistedObject FarmSettingStore Name&amp;#61;_pnpFarmConfig_. Version&amp;#58; -1 Ensure&amp;#58; False, HashCode&amp;#58; 2057527, Id&amp;#58; b10d3059-6a78-407f-a790-cbc6f202dc03, Stack&amp;#58;    at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate&amp;#40;&amp;#41;     at Microsoft.Practices.SharePoint.Common.Configuration.FarmSettingStore.Load&amp;#40;SPFarm farm&amp;#41;     at Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.GetSettingStore&amp;#40;&amp;#41;     at Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.get_Item&amp;#40;String key&amp;#41;     at Microsoft.Practices.SharePoint.Common.Configuration.ConfigManager.GetProperty&amp;#40;Type settingType, String key, IPropertyBag propertyBag&amp;#41;     at Microsoft.Practices.SharePoint.Common.Configuration.ConfigManager.GetFromPropertyBag&amp;#91;TValue&amp;#93;&amp;#40;String key, IPropertyBag propertyBag&amp;#41;     at Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.GetConfigData&amp;#40;&amp;#41;     at Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.GetTypeMappings&amp;#40;&amp;#41;     at Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.CreateServiceLocatorInstance&amp;#40;SPSite site&amp;#41;     at Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.DoGetCurrent&amp;#40;SPSite site&amp;#41;     at ProActive.SharePoint.IMP.ProSolution.MVP.Presenters.COSTARIdeaPresenter.Initialize&amp;#40;&amp;#41;     at ProActive.SharePoint.MVP.MvpHelper.AddMvpUserControl&amp;#91;P,V&amp;#93;&amp;#40;Control container, String path, Action&amp;#96;1 action&amp;#41;     at ProActive.SharePoint.IMP.ProSolution.WebParts.LatestCOSTARIdeas.CreateChildControls&amp;#40;&amp;#41;     at System.Web.UI.Control.EnsureChildControls&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Control.PreRenderRecursiveInternal&amp;#40;&amp;#41;     at System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;     at System.Web.UI.Page.ProcessRequest&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41;     at System.Web.UI.Page.ProcessRequest&amp;#40;&amp;#41;     at System.Web.UI.Page.ProcessRequest&amp;#40;HttpContext context&amp;#41;     at ASP.FRONT_PAGE_ASPX__1334015311.ProcessRequest&amp;#40;HttpContext context&amp;#41;     at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest&amp;#40;HttpContext context&amp;#41;     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41;     at System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38;amp&amp;#59; completedSynchronously&amp;#41;     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps&amp;#40;Exception error&amp;#41;     at System.Web.HttpApplication.BeginProcessRequestNotification&amp;#40;HttpContext context, AsyncCallback cb&amp;#41;     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate&amp;#40;IIS7WorkerRequest wr, HttpContext context&amp;#41;     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper&amp;#40;IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags&amp;#41;     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification&amp;#40;IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags&amp;#41;     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper&amp;#40;IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags&amp;#41;     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification&amp;#40;IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;</description><author>SharePointDev2010</author><pubDate>Sun, 14 Oct 2012 15:47:26 GMT</pubDate><guid isPermaLink="false">Created Issue: The SPPersistedObject, FarmSettingStore Name=_pnpFarmConfig_, could not be updated because the current user is not a Farm Administrator [10535] 20121014034726P</guid></item><item><title>Source code checked in, #80132</title><link>http://spg.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://spg.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></channel></rss>