Closed Issue: The application is offline! Composite C1 CMS deployed in...
Hi,When I deploy Composite C1 in Windows Azure I obtain the follow message: "The application is offline!"In local deployments I solved it removing the App_offline.html file located in...
View ArticleClosed Issue: StackOverflow exception when running debugger into C1 Console...
Composite 4.0 Beta 4I have the Sql Data Provider installed. When running the VS Debugger on my IIS Express based C1 instance I get a stackoverflow exception:"An unhandled exception of type...
View ArticleClosed Issue: Media Selector widget breaks on custom media providers [1707]
Quoting [iaresean](https://www.codeplex.com/site/users/view/iaresean) from thread https://compositec1.codeplex.com/discussions/446557When using a media selector widget to populate a function that has...
View ArticleClosed Issue: 4.0 beta, Form Markup parsing fail if namespaces are declared...
Based on [this thread](https://compositec1.codeplex.com/discussions/443248).Repro:Make a data type and have the following form markup for some field:```<KeySelector Label="Brand" Help=""...
View ArticleNew Post: Range attribute in DataFolderElements node seems to be...
Thanks for the response, i'm actually using version v3.2 so maybe it was fixed in v4.0+. We're using Composite as a platform for a company's Intranet (been working on it for a little over a year) so...
View ArticleNew Post: DataFacade.GetData not working reliable
You should be using the DataConnection for querying data from my understandings. The DataFacade is the underlying part and from using a new DataConnection you ensure that connections are opened to data...
View ArticleNew Post: Idea: Anyone up for creating a Nuget Package Install experience ?
This is an idea that I would like some comments on. From time to time I am working with nuget packages in my solutions/testings and came to think of the following: Lets say i want to create a package...
View ArticleNew Post: item with same key - Shared Host Problem
HI I downloaded the files from my azure hosted website. I then used FTP to upload them to the shared hosting. I get the following error when going to the site An item with the same key has already been...
View ArticleNew Post: Idea: Anyone up for creating a Nuget Package Install experience ?
you mean like this http://compositec1.codeplex.com/workitem/1235? go and vote and we maybe start on something within the C1Contrib project.
View ArticleNew Post: DataFacade.GetData not working reliable
As pksorensen mentions, you should always use the DataConnection class. DataFacade is an undocumented class, which annoyingly keeps being used by the C1 team, even in packages and code examples, but...
View ArticleNew Post: DataFacade.GetData not working reliable
If you're using DataConnection, there's no need to call ThreadDataManager.EnsureInitialized(). Usage of DataFacade is not recommended, as it a more low level operation and, as for now, requires...
View ArticleNew Post: Run C# code before each C1 page is rendered
Why don't you just do it the plain vanilla asp.net way? Register a IHttpModule and attach an eventhandler for PostMapRequestHandler. In here you can check if the current request maps to a C1 page, and...
View ArticleNew Post: Upgrade Custom Packages
I always thought that if you nicely increased your package's version number (example: 1.0.0 -> 1.0.1) Composite C1 (v4.0) would update your package, or offer you to upgrade. Yesterday I tried...
View ArticleNew Post: Run C# code before each C1 page is rendered
Nice one burningice. I will be using this technique. Thank you for the solid example.
View ArticleNew Post: Upgrade Custom Packages
Composite C1 Project @CompositeC1 sorry, but the current package builder does not add support for upgrading existing bitsEdwin Meester @millenniumv3 anything I can add to the install.XML for that...
View ArticleNew Post: Will provide free software for feedback ...
Not many people have given version 4 a review so let me give y'all a gentle kick: if you have worked with our version 4, please go to http://compositec1.codeplex.com/releases/view/107254#ReviewsAnchor...
View ArticleNew Post: Change source code for Insert Table
HI I'd like to change/add an insert table code to create <td align="center"> can anyone give me some hints where and how? Regards Meir
View ArticleReviewed: Composite C1 4.0 (Aug 06, 2013)
Rated 5 Stars (out of 5) - Orchard took me weeks and I gave up. Umbraco failed right up front. Composite C1 - up and running in seconds, everything is really lightweight, just works - don't even need...
View ArticleReviewed: Composite C1 4.0 (Aug 06, 2013)
Rated 5 Stars (out of 5) - Simply the best CMS out there. No CMS is easier to built great, scalable and maintainable websites on.
View Article