New Post: Performance Issues - Composite C1 Console Hangs
Composite C1 is intended for this use scenario, but there are a few settings worth focusing on when you have intensive use of the C1 Console. Edit ~/App_Data/Composite/Composite.config and locate the...
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
I can say that we have a Solution running with 14 websites and 70 editors in the same C1 installation. The main site is http://www.dhf.dk/ and then it has all its branches. The server is a 4 core...
View ArticleNew Post: Manual upgrade 4.0 -> 4.1
Deleting the table from the database fixed it for me. However, I ran into another problem on pages where I use WebForms Validator Controls: Exception type: InvalidOperationException Exception message:...
View ArticleNew Post: Range attribute in DataFolderElements node seems to be...
Hi @macj2k The issue is SqlDataProvider specific, and reproducible in C1 4.1, but will be fixed in the next version.
View ArticleCommented Issue: Range attribute on DataFolderElements does not work...
https://compositec1.codeplex.com/discussions/449608Comments: ** Comment from web user: napernik ** Reproducible on SqlDataProvider only
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
Thanks for the reply guys. I'll make the change and see if it has an affect but 1 question. If the editors were only working on their own sites, would this setting change really make a difference? In...
View ArticleNew Post: Instaling themes from Artisteer in to Composite4.0
Ruchic1 wrote: How to create fixed sized box on the page?By inserting table of 1 row and 1 column i created a box and want to insert a picture in it but i want the table should be of fixed size and...
View ArticleClosed Unassigned: DataFolderElements FirstLetterOnly has problems with...
<DataFolderElements Type="FSD.Data.Types.IGlossary" FieldGroupingName="Word" FirstLetterOnly="true" Display="Compact">In this case labels with lowercase first letter disapearsComments:...
View ArticleClosed Unassigned: Page cache don't work on Version 4.1 and IE 11 [1830]
Hi,I am using Windows 8.1, and I noticed a strange behavior in my site running Composite C1 4.1If I exclusively visit the site using IE 11, the page cache do not work. That is, each time I press the...
View ArticleCommented Unassigned: System.InvalidOperationException: Compiling less caused...
Hello,I receive the error detailed below when running Composite C1 on my Windows 2012 x64 Server. I installed via the web platform installer, and dont appear to have any sort of theme because of this...
View ArticleCommented Unassigned: Composite c1 - How to display data reference data in...
Hi,I have been having problems figuring out the best way to display referenced data within Composite c1. Here is the scenario.....I have a data type called Candidate. This data type has various fields...
View ArticleClosed Unassigned: Composite c1 - How to display data reference data in Razor...
Hi,I have been having problems figuring out the best way to display referenced data within Composite c1. Here is the scenario.....I have a data type called Candidate. This data type has various fields...
View ArticleCommented Unassigned: Source/CultureName in IPage [1844]
We have the following problem with our multi-culture site: sometimes after a page is edited and published, it suddenly gets using the same template, but in different language, so that the visual...
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
@TheRocket786 yes it should. Moving to SQL server will likely help more.
View ArticleCreated Unassigned: QueryStringValue returns nothing when used as a value of...
Source: http://compositec1.codeplex.com/discussions/472364#post1133363Also registered in HQ TFS as Issue # 4574 Repro:1. Install the package (attached: Test.ShowQueryString.zip) with 2 user control...
View ArticleNew Post: QueryStringValue not reflecting querystring in function in usercontrol
Seems to be a bug Registered here: https://compositec1.codeplex.com/workitem/1850
View ArticleCommented Unassigned: QueryStringValue returns nothing when used as a value...
Source: http://compositec1.codeplex.com/discussions/472364#post1133363Also registered in HQ TFS as Issue # 4574 Repro:1. Install the package (attached: Test.ShowQueryString.zip) with 2 user control...
View ArticleNew Post: QueryStringValue not reflecting querystring in function in usercontrol
Looks more to me that you're overabusing the C1 functions system. Why not just do <f:function runat="server" name="Layout.Operation.List"> <f:param name="Title" value="blablabla" />...
View ArticleNew Post: Display two fields in a select list label?
Is it possible to display two fields (ex: Firstname Lastname) in a select lists label in C1? In my key value I have Id, and in my label value I would like to display both Firstname and Lastname. Anyone...
View ArticleNew Post: Display two fields in a select list label?
Just make sure to populate the options with the Return Value of a method you call yourself. The easiest is like this In your form markup, use this as Options<ff:StaticMethodCall...
View Article