<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CompositeC1 Discussions Rss Feed</title><link>http://compositec1.codeplex.com/discussions</link><description>CompositeC1 Discussions Rss Description</description><item><title>New Post: Use DataIdMultiSelector as codebehind parameter?</title><link>http://compositec1.codeplex.com/discussions/444266</link><description>&lt;div style="line-height: normal;"&gt;My goal with my function is that when you insert it in the editor you get to set the order of the items in the DataIdMultiSelector in the popup window. What do you have to type in my codebehind to achive this?&lt;br /&gt;
&lt;br /&gt;
The datasource for the DataIdMultiSelector is always &amp;quot;C1DB.Posts.Categories&amp;quot; so I only want the user to be able to select what categories to be added to the function (UI mode = compact).&lt;br /&gt;
&lt;/div&gt;</description><author>RASKOLNIKOOV</author><pubDate>Mon, 20 May 2013 10:19:59 GMT</pubDate><guid isPermaLink="false">New Post: Use DataIdMultiSelector as codebehind parameter? 20130520101959A</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
here you go...&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;GlobalSettingsProviderPlugins&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;      &amp;lt;add type=&amp;quot;Composite.Plugins.GlobalSettings.GlobalSettingsProviders.ConfigBasedGlobalSettingsProvider, Composite&amp;quot; name=&amp;quot;ConfigBasedGlobalSettingsProvider&amp;quot; autoCreatedAdministratorUserName=&amp;quot;admin&amp;quot; applicationName=&amp;quot;Composite C1&amp;quot; defaultCultureName=&amp;quot;en-US&amp;quot; defaultLocalizationCultureName=&amp;quot;en-US&amp;quot; enableDataTypesAutoUpdate=&amp;quot;true&amp;quot; customConfigurationDirectory=&amp;quot;~/App_Data/Composite/Configuration&amp;quot; serializedWorkflowsDirectory=&amp;quot;~/App_Data/Composite/ApplicationState/SerializedWorkflows&amp;quot; serializedConsoleMessagesDirectory=&amp;quot;~/App_Data/Composite/ApplicationState/SerializedConsoleMessages&amp;quot; generatedAssembliesDirectory=&amp;quot;~/App_Data/Composite/Cache/Assemblies&amp;quot; tempDirectory=&amp;quot;~/App_Data/Composite/Cache/Temp&amp;quot; cachePath=&amp;quot;~/App_Data/Composite/Cache/ResourceCache&amp;quot; packageDirectory=&amp;quot;~/App_Data/Composite/Packages&amp;quot; autoPackageInstallDirectory=&amp;quot;~/App_Data/Composite/AutoInstallPackages&amp;quot; broadcastConsoleElementChanges=&amp;quot;true&amp;quot; treeDefinitionsDirectory=&amp;quot;~/App_Data/Composite/TreeDefinitions&amp;quot; dataMetaDataDirectory=&amp;quot;~/App_Data/Composite/DataMetaData&amp;quot; inlineCSharpFunctionDirectory=&amp;quot;~/App_Data/Composite/InlineCSharpFunctions&amp;quot; packageLicenseDirectory=&amp;quot;~/App_Data/Composite/PackageLicenses&amp;quot; binDirectory=&amp;quot;~/Bin&amp;quot; clientCacheMinutes=&amp;quot;10080&amp;quot; serverCacheMinutes=&amp;quot;1440&amp;quot; workflowTimeout=&amp;quot;7.00:00:00&amp;quot; consoleTimeout=&amp;quot;00:05:00&amp;quot; applicationCultureNames=&amp;quot;en-US,da-DK,nb-NO,sv-SE,nl-NL,uk-UA,en-GB,de-DE&amp;quot; nonProbeableAssemblyNames=&amp;quot;System*,VJSharpCodeProvider,WebDev.*,Microsoft.Practices.EnterpriseLibrary.Common,CppCodeProvider,Microsoft.JScript,Microsoft.Practices.ObjectBuilder&amp;quot; pageTemplateFeaturesDirectory=&amp;quot;~/App_Data/PageTemplateFeatures&amp;quot; onlyTranslateWhenApproved=&amp;quot;false&amp;quot;&amp;gt;
      &amp;lt;add type=&amp;quot;Composite.Plugins.GlobalSettings.GlobalSettingsProviders.ConfigBasedGlobalSettingsProvider, Composite&amp;quot; name=&amp;quot;ConfigBasedGlobalSettingsProvider&amp;quot; 
           autoCreatedAdministratorUserName=&amp;quot;admin&amp;quot; 
           applicationName=&amp;quot;Composite C1&amp;quot; 
           defaultCultureName=&amp;quot;en-US&amp;quot; 
           enableDataTypesAutoUpdate=&amp;quot;true&amp;quot; 
           customConfigurationDirectory=&amp;quot;~/App_Data/Composite/Configuration&amp;quot; 
           serializedWorkflowsDirectory=&amp;quot;~/App_Data/Composite/ApplicationState/SerializedWorkflows&amp;quot; 
           serializedConsoleMessagesDirectory=&amp;quot;~/App_Data/Composite/ApplicationState/SerializedConsoleMessages&amp;quot; 
           generatedAssembliesDirectory=&amp;quot;~/App_Data/Composite/Cache/Assemblies&amp;quot; 
           tempDirectory=&amp;quot;~/App_Data/Composite/Cache/Temp&amp;quot;
           cacheDirectory=&amp;quot;~/App_Data/Composite/Cache&amp;quot;
           resourceCacheDirectory=&amp;quot;~/App_Data/Composite/Cache/ResourceCache&amp;quot;
           packageDirectory=&amp;quot;~/App_Data/Composite/Packages&amp;quot; 
           autoPackageInstallDirectory=&amp;quot;~/App_Data/Composite/AutoInstallPackages&amp;quot; 
           broadcastConsoleElementChanges=&amp;quot;true&amp;quot; 
           treeDefinitionsDirectory=&amp;quot;~/App_Data/Composite/TreeDefinitions&amp;quot; 
           dataMetaDataDirectory=&amp;quot;~/App_Data/Composite/DataMetaData&amp;quot; 
           inlineCSharpFunctionDirectory=&amp;quot;~/App_Data/Composite/InlineCSharpFunctions&amp;quot; 
           packageLicenseDirectory=&amp;quot;~/App_Data/Composite/PackageLicenses&amp;quot; 
           binDirectory=&amp;quot;~/Bin&amp;quot; 
           clientCacheMinutes=&amp;quot;10080&amp;quot; 
           serverCacheMinutes=&amp;quot;1440&amp;quot; 
           workflowTimeout=&amp;quot;7.00:00:00&amp;quot; 
           consoleTimeout=&amp;quot;00:05:00&amp;quot; 
           nonProbeableAssemblyNames=&amp;quot;System*,VJSharpCodeProvider,WebDev.*,Microsoft.Practices.EnterpriseLibrary.Common,CppCodeProvider,Microsoft.JScript,Microsoft.Practices.ObjectBuilder&amp;quot; 
           pageTemplateFeaturesDirectory=&amp;quot;~/App_Data/PageTemplateFeatures&amp;quot; 
           onlyTranslateWhenApproved=&amp;quot;false&amp;quot;&amp;gt;
        &amp;lt;Caching enabled=&amp;quot;true&amp;quot;&amp;gt;
          &amp;lt;add name=&amp;quot;DataAccess&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;-1&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Pages&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;2000&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Page associations&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;2000&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Ancestors&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;1000&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Child pages&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;1000&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Security permissions&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;50&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Resource strings&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;5000&amp;quot; /&amp;gt;
          &amp;lt;add name=&amp;quot;Entity token parents&amp;quot; enabled=&amp;quot;true&amp;quot; size=&amp;quot;50000&amp;quot; /&amp;gt;
        &amp;lt;/Caching&amp;gt;
      &amp;lt;/add&amp;gt;
    &amp;lt;/GlobalSettingsProviderPlugins&amp;gt; &lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>rifkijones</author><pubDate>Mon, 20 May 2013 08:30:05 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130520083005A</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;Can you post your &lt;strong&gt;GlobalSettingsProviderPlugins&lt;/strong&gt; section from Composite.config here?&lt;br /&gt;
&lt;/div&gt;</description><author>napernik</author><pubDate>Mon, 20 May 2013 08:23:19 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130520082319A</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;
&lt;div&gt;
&lt;div&gt;Hi there&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
I have attached my &amp;lt;GlobalSettingsProviderPlugins&amp;gt; from Composite.config after updating to the changes you mentioned. Unfortunately I can't remember all the steps leading up to the crash, all I can say is that I was experimenting in the console adding templates,
 page types and pages for a few hours over a couple of days. I did export XML to SQl database with the Composite sql tools package. Wish I had logged everything now. Regarding the check in, I just downloaded the zip from Codeplex, initially just to have a look
 at the application and never got round to connecting using SVN (maybe this is the first thing I should do now?) i made no other changes. I was experimenting using the basic Composite demo website. I did try upgrading from here:
&lt;a href="https://compositec1.codeplex.com/discussions/444081"&gt;https://compositec1.codeplex.com/discussions/444081&lt;/a&gt; as you suggested in an earlier discussion but I got the 'Package installation failed The package composite version requirements does not match
 the current composite' error.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
Hope this helps&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>leegodden</author><pubDate>Mon, 20 May 2013 07:39:46 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130520073946A</guid></item><item><title>New Post: how to make my "FunctionFilter" work? need some help!</title><link>http://compositec1.codeplex.com/discussions/444232</link><description>&lt;div style="line-height: normal;"&gt;i create a C# function as follows:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
using Composite.Data;
using Composite.Data.Types;

namespace XjfCms.Data
{
    public static class InlineMethodFunction
    {
        public static bool NewsContentFilter(string Content)
        {
            return Content.Contains(&amp;quot;获&amp;quot;);
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;

and use it as FunctionFilter :&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;Filters&amp;gt;
  &amp;lt;FunctionFilter&amp;gt;
    &amp;lt;function name=&amp;quot;XjfCms.Data.NewsContentFilter&amp;quot; xmlns=&amp;quot;http://www.composite.net/ns/function/1.0&amp;quot;&amp;gt;
      &amp;lt;param name=&amp;quot;Content&amp;quot; value=&amp;quot;${C1:Data:XjfCms.Data.Types.News:Content}&amp;quot; /&amp;gt;
    &amp;lt;/function&amp;gt;
  &amp;lt;/FunctionFilter&amp;gt; 
&amp;lt;/Filters&amp;gt;&lt;/code&gt;&lt;/pre&gt;

but it can't work, and get errors&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Syntax error: the element namespace &amp;quot;http://www.composite.net/ns/management/trees/treemarkup/1.0 in the&amp;quot; Filters &amp;quot;. Can not contain text. Should be a list of possible elements: namespace the http://www.composite.net/ns/management/trees/treemarkup/1.0 in ParentIdFilter, FieldFilter FunctionFilter. . Line 31, position 34 at in D: \ XjfCms \ App_Data \ Composite \ TreeDefinitions \ SearchNews.xml
Syntax error: Element naming the space &amp;quot;http://www.composite.net/ns/management/trees/treemarkup/1.0 in the&amp;quot; FunctionFilter. Can not contain text. Should be a list of possible elements: namespace &amp;quot;http://www.composite.net/ns/function/1.0,&amp;quot; function &amp;quot;. . 32 row position 71 at in D: \ XjfCms \ App_Data \ Composite \ TreeDefinitions \ SearchNews.xml
Syntax error: Element named space http://www.composite.net/ns/function/1.0 &amp;quot;in&amp;quot; function. Can not contain text. Should be a list of possible elements: namespace &amp;quot;http://www.composite.net/ns/function/1.0,&amp;quot; param &amp;quot;. . Line 33 position 157 at in D: \ XjfCms \ App_Data \ Composite \ TreeDefinitions \ SearchNews.xml
Syntax error: the element namespace &amp;quot;http://www.composite.net/ns/management/trees/treemarkup/1.0 in the&amp;quot; Filters &amp;quot;. Can not contain text. Should be a list of possible elements: namespace the http://www.composite.net/ns/management/trees/treemarkup/1.0 in ParentIdFilter, FieldFilter FunctionFilter. . Line 34 position 169 at in D: \ XjfCms \ App_Data \ Composite \ TreeDefinitions \ SearchNews.xml&lt;/code&gt;&lt;/pre&gt;

ps:i use google translate these exception message from chinese to english&lt;br /&gt;
&lt;br /&gt;
how to make it work? need your help! thanks&lt;br /&gt;
&lt;/div&gt;</description><author>xjf_hgkjzyxy</author><pubDate>Mon, 20 May 2013 01:11:13 GMT</pubDate><guid isPermaLink="false">New Post: how to make my "FunctionFilter" work? need some help! 20130520011113A</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;I re-tested with fresh source and installed/used PageComments, but I cannot reproduce the issue.&lt;br /&gt;
&lt;br /&gt;
Can you shortly describe the life cycle of your website / codebase? &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;which check-in are you running now?&lt;/li&gt;
&lt;li&gt;
where your website initially created with an earlier check-in, and was then upgraded?&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Can you describe the precise steps leading up to the crash?&lt;br /&gt;
&lt;br /&gt;
Can you send me a copy of how configuration/Composite.Core.Configuration.Plugins.GlobalSettingsProviderConfiguration/GlobalSettingsProviderPlugins looks in your Composite.config?&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 21:58:10 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519095810P</guid></item><item><title>New Post: BLOG - List of datatypes that are used?</title><link>http://compositec1.codeplex.com/discussions/444144</link><description>&lt;div style="line-height: normal;"&gt;Thanks Marcus, appreciate that.&lt;br /&gt;
Was just checking that no setting gets added to any other IPage or anything else.&lt;br /&gt;
My plan is to create a SQL store of posts for an array of local websites, but be able to allocate individual site ID's to the blog post so that blog posts are filtered to only show on the local website of choice.&lt;br /&gt;
&lt;br /&gt;
:)&lt;br /&gt;
&lt;/div&gt;</description><author>webasylum</author><pubDate>Sun, 19 May 2013 21:12:54 GMT</pubDate><guid isPermaLink="false">New Post: BLOG - List of datatypes that are used? 20130519091254P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;Hi Yes, it was Composite.Community.PageComments&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>leegodden</author><pubDate>Sun, 19 May 2013 21:08:16 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519090816P</guid></item><item><title>New Post: For those of you using the 4.0 beta source code</title><link>http://compositec1.codeplex.com/discussions/444216</link><description>&lt;div style="line-height: normal;"&gt;(post above have been updated - added info about new value to cacheDirectory)&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 20:59:48 GMT</pubDate><guid isPermaLink="false">New Post: For those of you using the 4.0 beta source code 20130519085948P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;If you can remember the steps leading up to this I would love to have them. Installed any packages?&lt;br /&gt;
&lt;br /&gt;
Also, I just notices my description above is not complete.&lt;br /&gt;
&lt;br /&gt;
Additional changes:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
cachePath was renamed to cacheDirectory - and changed value to &amp;quot;~/App_Data/Composite/Cache&amp;quot;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Marcus&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 20:57:58 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519085758P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;Hi Thanks
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;I did have everything working, and played around in the console. Now its not working so it must be something I have done in the Console, haven't changed any code. Have made the changes to the Composite.config,but getting the same error&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>leegodden</author><pubDate>Sun, 19 May 2013 20:29:16 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519082916P</guid></item><item><title>New Post: For those of you using the 4.0 beta source code</title><link>http://compositec1.codeplex.com/discussions/444216</link><description>&lt;div style="line-height: normal;"&gt;If you are downloading the source code for the 4.0 beta and use this approach to upgrade to the latest version, you need to be aware of a change introduced in check-in 25757.&lt;br /&gt;
&lt;br /&gt;
Changes were made to the file ~/App_Data/Composite/Composite.config and you need to manually apply these changes if you have a website running with pre-25757 and apply Composite.dll from check-in 25757 or later.&lt;br /&gt;
&lt;br /&gt;
Edit Composite.config and locate the element &lt;strong&gt;configuration/Composite.Core.Configuration.Plugins.GlobalSettingsProviderConfiguration/GlobalSettingsProviderPlugins/add&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Deleted attributes (no longer used):&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;defaultLocalizationCultureName&lt;/li&gt;
&lt;li&gt;
applicationCultureNames&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Renamed attributes (for consistency):&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
cachePath renamed to cacheDirectory&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
New attributes:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
resourceCacheDirectory=&amp;quot;~/App_Data/Composite/Cache/ResourceCache&amp;quot;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
See &lt;a href="https://compositec1.codeplex.com/SourceControl/changeset/25757#CompositeC1/Website/App_Data/Composite/Composite.config" rel="nofollow"&gt;https://compositec1.codeplex.com/SourceControl/changeset/25757#CompositeC1/Website/App_Data/Composite/Composite.config&lt;/a&gt; for a full diff.&lt;br /&gt;
&lt;br /&gt;
You should also be able to copy the new version for the diff and overwrite the &amp;quot;add&amp;quot; element (unless you have made changes to this element).&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 20:19:31 GMT</pubDate><guid isPermaLink="false">New Post: For those of you using the 4.0 beta source code 20130519081931P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;Tested with a fresh source download and that works okay, so I guess you already have a site running and updated it with the latest sources?&lt;br /&gt;
&lt;br /&gt;
In check-in 25757 we made changes to Composite.config - we handle this change in our upgrade packages, but since you are using the source code you need to update the &lt;strong&gt;configuration/Composite.Core.Configuration.Plugins.GlobalSettingsProviderConfiguration/GlobalSettingsProviderPlugins&lt;/strong&gt; element in &lt;strong&gt;Composite.config&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
See &lt;a href="https://compositec1.codeplex.com/SourceControl/changeset/25757#CompositeC1/Website/App_Data/Composite/Composite.config" rel="nofollow"&gt;https://compositec1.codeplex.com/SourceControl/changeset/25757#CompositeC1/Website/App_Data/Composite/Composite.config&lt;/a&gt; for a full diff. As far as I can see these changes were made (and should be replicated by you).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Deleted attributes (no longer used):&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;defaultLocalizationCultureName&lt;/li&gt;
&lt;li&gt;
applicationCultureNames&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Renamed attributes (for consistency):&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
cachePath renamed to cacheDirectory&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;New attributes:&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
resourceCacheDirectory=&amp;quot;~/App_Data/Composite/Cache/ResourceCache&amp;quot;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
Marcus&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 19:57:52 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519075752P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;HI Its VS 2012
&lt;div&gt;&lt;b style="font-family:Verdana; color:rgb(0,0,0); font-size:11px"&gt;Stack Trace:&lt;/b&gt;&lt;span style="color:rgb(0,0,0); font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif; font-size:11px"&gt;
&lt;/span&gt;&lt;br style="color:rgb(0,0,0); font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif; font-size:11px"&gt;
&lt;br style="color:rgb(0,0,0); font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif; font-size:11px"&gt;
&lt;table width="100%" bgcolor="#ffffcc" style="color:rgb(0,0,0); font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif; font-size:11px"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;
&lt;pre style="font-family:Consolas,'Lucida Console',monospace; font-size:11pt; margin-top:0px; margin-bottom:0px; padding:0.5em; line-height:14pt"&gt;[NullReferenceException: Object reference not set to an instance of an object.]
   Composite.Core.Configuration.Foundation.PluginFacades.GlobalSettingsProviderPluginFacade.&amp;lt;get_TempDirectory&amp;gt;b__14(IGlobalSettingsProvider provider) &amp;#43;36
   Composite.Core.Configuration.Foundation.PluginFacades.GlobalSettingsProviderPluginFacade.UseReaderLock(ExecuteDelegate`1 function) &amp;#43;134
   Composite.Core.Configuration.Foundation.PluginFacades.GlobalSettingsProviderPluginFacade.get_TempDirectory() &amp;#43;109
   Composite.Core.Configuration.GlobalSettingsFacadeImpl.get_TempDirectory() &amp;#43;39
   Composite.Core.Configuration.GlobalSettingsFacade.get_TempDirectory() &amp;#43;42
   Composite.Plugins.Application.ApplicationStartupHandlers.AttributeBasedApplicationStartupHandler.AttributeBasedApplicationStartupHandler.get_TempDirectoryPath() &amp;#43;39
   Composite.Plugins.Application.ApplicationStartupHandlers.AttributeBasedApplicationStartupHandler.AttributeBasedApplicationStartupHandler.get_TempFilePath() &amp;#43;81
   Composite.Plugins.Application.ApplicationStartupHandlers.AttributeBasedApplicationStartupHandler.AttributeBasedApplicationStartupHandler.GetCachedAssemblyInfo() &amp;#43;125
   Composite.Plugins.Application.ApplicationStartupHandlers.AttributeBasedApplicationStartupHandler.AttributeBasedApplicationStartupHandler..ctor() &amp;#43;166

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp; canBeCached, RuntimeMethodHandleInternal&amp; ctor, Boolean&amp; bNeedSecurityCheck) &amp;#43;0
   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark) &amp;#43;113
   System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark) &amp;#43;232
   System.Activator.CreateInstance(Type type, Boolean nonPublic) &amp;#43;83
   System.Activator.CreateInstance(Type type) &amp;#43;6
   Composite.Core.Application.Plugins.ApplicationStartupHandler.NonConfigurableApplicationStartupHandlerAssembler.Assemble(IBuilderContext context, ApplicationStartupHandlerData objectConfiguration, IConfigurationSource configurationSource, ConfigurationReflectionCache reflectionCache) &amp;#43;60
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedObjectFactory`2.Create(IBuilderContext context, TConfiguration objectConfiguration, IConfigurationSource configurationSource, ConfigurationReflectionCache reflectionCache) &amp;#43;71
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory`2.Create(IBuilderContext context, String name, IConfigurationSource configurationSource, ConfigurationReflectionCache reflectionCache) &amp;#43;78
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory`2.CreateObject(IBuilderContext context, String name, IConfigurationSource configurationSource, ConfigurationReflectionCache reflectionCache) &amp;#43;17
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfiguredObjectStrategy.BuildUp(IBuilderContext context, Type t, Object existing, String id) &amp;#43;69
   Microsoft.Practices.ObjectBuilder.SingletonStrategy.BuildUp(IBuilderContext context, Type typeToBuild, Object existing, String idToBuild) &amp;#43;172
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfigurationNameMappingStrategy.BuildUp(IBuilderContext context, Type t, Object existing, String id) &amp;#43;102
   Microsoft.Practices.ObjectBuilder.BuilderBase`1.DoBuildUp(IReadWriteLocator locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[] transientPolicies) &amp;#43;206
   Microsoft.Practices.ObjectBuilder.BuilderBase`1.BuildUp(IReadWriteLocator locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[] transientPolicies) &amp;#43;130
   Microsoft.Practices.ObjectBuilder.BuilderBase`1.BuildUp(IReadWriteLocator locator, String idToBuild, Object existing, PolicyList[] transientPolicies) &amp;#43;77
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp(IReadWriteLocator locator, String id, IConfigurationSource configurationSource) &amp;#43;151
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp(String id, IConfigurationSource configurationSource) &amp;#43;47
   Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.NameTypeFactoryBase`1.Create(String name) &amp;#43;44
   Composite.Core.Application.Foundation.PluginFacades.ApplicationStartupHandlerPluginFacade.GetApplicationStartupHandler(String handlerName) &amp;#43;203
   Composite.Core.Application.Foundation.PluginFacades.ApplicationStartupHandlerPluginFacade.OnBeforeInitialize(String handlerName) &amp;#43;102
   Composite.Core.Application.ApplicationStartupFacade.FireBeforeSystemInitialize() &amp;#43;109
   Composite.Core.WebClient.ApplicationLevelEventHandlers.ApplicationStartInitialize(Boolean displayDebugInfo) &amp;#43;287
   Composite.Core.WebClient.ApplicationLevelEventHandlers.Application_Start(Object sender, EventArgs e) &amp;#43;767
   ASP.global_asax.Application_Start(Object sender, EventArgs e) in c:\Users\leegodden\Downloads\composite\source\CompositeC1\Website\Global.asax:12

[HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) &amp;#43;9859441
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) &amp;#43;118
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) &amp;#43;172
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) &amp;#43;336
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) &amp;#43;296

[HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) &amp;#43;9873784
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) &amp;#43;101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) &amp;#43;254&lt;/pre&gt;
&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>leegodden</author><pubDate>Sun, 19 May 2013 19:26:07 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519072607P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;Can you post more details? Make sure you run a debug build and post the entire stack trace.&lt;br /&gt;
&lt;br /&gt;
What version of Visual Studio are you using?&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sun, 19 May 2013 19:00:59 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519070059P</guid></item><item><title>New Post: Object reference not set to an instance of an object.</title><link>http://compositec1.codeplex.com/discussions/444205</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
I'm using Composite C1 4.0 Beta 5, It builds OK but program breaks when trying to run with error below:&lt;br /&gt;
&lt;br /&gt;
Object reference not set to an instance of an object.&lt;br /&gt;
&lt;br /&gt;
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.&lt;br /&gt;
&lt;br /&gt;
It points to file: CompositeC1\Website\Global.asax    Line: 12 &lt;br /&gt;
&lt;br /&gt;
'ApplicationLevelEventHandlers.Application_Start(sender, e); '&lt;br /&gt;
&lt;/div&gt;</description><author>rifkijones</author><pubDate>Sun, 19 May 2013 17:46:18 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance of an object. 20130519054618P</guid></item><item><title>New Post: Available: Upgrade package fixing reported beta 4 issues</title><link>http://compositec1.codeplex.com/discussions/444081</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote&gt;
We are doing work on the Visual Editor, upgrading the TinyMCE core&lt;br /&gt;
&lt;/blockquote&gt;
what's your plan for Visual Editor?&lt;br /&gt;
&lt;br /&gt;
there is no color picker&lt;br /&gt;
font and font size selector&lt;br /&gt;
can't set table width only td&lt;br /&gt;
...&lt;br /&gt;
&lt;/div&gt;</description><author>xjf_hgkjzyxy</author><pubDate>Sun, 19 May 2013 05:32:56 GMT</pubDate><guid isPermaLink="false">New Post: Available: Upgrade package fixing reported beta 4 issues 20130519053256A</guid></item><item><title>New Post: Available: Upgrade package fixing reported beta 4 issues</title><link>http://compositec1.codeplex.com/discussions/444081</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote&gt;
We are doing work on the Visual Editor, upgrading the TinyMCE core&lt;br /&gt;
&lt;/blockquote&gt;
what's your plan for Visual Editor?&lt;br /&gt;
&lt;br /&gt;
there is no color picker&lt;br /&gt;
font and font size selector&lt;br /&gt;
can't set table width only td&lt;br /&gt;
...&lt;br /&gt;
&lt;/div&gt;</description><author>xjf_hgkjzyxy</author><pubDate>Sun, 19 May 2013 05:32:56 GMT</pubDate><guid isPermaLink="false">New Post: Available: Upgrade package fixing reported beta 4 issues 20130519053256A</guid></item><item><title>New Post: BLOG - List of datatypes that are used?</title><link>http://compositec1.codeplex.com/discussions/444144</link><description>&lt;div style="line-height: normal;"&gt;Hi Martin,&lt;br /&gt;
&lt;br /&gt;
These data types make up the blog:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Composite.Community.Blog.BlogAuthors&lt;/li&gt;
&lt;li&gt;Composite.Community.Blog.BlogEntries&lt;/li&gt;
&lt;li&gt;
Composite.Community.Blog.BlogTags&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
You find them on the data perspective below Global Datatypes - you can add new fields freely, but if you rename or make type changes the existing fields you should grab the source code from the &lt;a href="https://c1packages.codeplex.com/" rel="nofollow"&gt;package site&lt;/a&gt; and align your changes.&lt;br /&gt;
&lt;br /&gt;
Note that the BlogEntries and BlogAuthors types have custom Form Markup and you need to edit this to make changes to the blog edit forms - right-click the data type type and select 'Edit Form Markup' or use your favorite IDE to edit these files:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;~\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Entries.xml&lt;/li&gt;
&lt;li&gt;
~\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Authors.xml&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
If you want to modify the trees used by the blog package, edit these files:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;~\App_Data\Composite\TreeDefinitions\Composite.Community.Blog.Entries.xml&lt;/li&gt;
&lt;li&gt;
~\App_Data\Composite\TreeDefinitions\Composite.Community.Blog.Settings.xml&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
In ~/Composite/schemas you will sind XML schemas for form and tree editing - they can light up Visual Studio with validation and intellisense.&lt;br /&gt;
&lt;br /&gt;
Happy coding!&lt;br /&gt;
&lt;br /&gt;
Marcus&lt;br /&gt;
&lt;/div&gt;</description><author>mawtex</author><pubDate>Sat, 18 May 2013 17:47:19 GMT</pubDate><guid isPermaLink="false">New Post: BLOG - List of datatypes that are used? 20130518054719P</guid></item><item><title>New Post: BLOG - List of datatypes that are used?</title><link>http://compositec1.codeplex.com/discussions/444144</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I'm looking to customize the Blog package.&lt;br /&gt;
What datatypes are involved in any aspect of the Blog package to store settings or user content?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
Martin.&lt;br /&gt;
&lt;/div&gt;</description><author>webasylum</author><pubDate>Sat, 18 May 2013 15:35:13 GMT</pubDate><guid isPermaLink="false">New Post: BLOG - List of datatypes that are used? 20130518033513P</guid></item></channel></rss>