Closed Issue: Users perspective missing in Composite C1 4 beta 2 [1624]
I found the users and groups within the System perspective. Was this a design decision to move it into there, or is this a bug?Screen shot attached.Server log shows no issues. It is a fresh install...
View ArticleCommented Issue: Users perspective missing in Composite C1 4 beta 2 [1624]
I found the users and groups within the System perspective. Was this a design decision to move it into there, or is this a bug?Screen shot attached.Server log shows no issues. It is a fresh install...
View ArticleCommented Issue: Users perspective missing in Composite C1 4 beta 2 [1624]
I found the users and groups within the System perspective. Was this a design decision to move it into there, or is this a bug?Screen shot attached.Server log shows no issues. It is a fresh install...
View ArticleNew Post: Problem working with tree
burningice wrote: If TreeDefinitions doesn't do what you want, you can always handcraft your own trees. Remember that TreeDefinitions is just one way of creating trees and while its super easy to...
View ArticleNew Post: A few questions about understanding how Composite C1 works
There is always a way to migrate back and forth between the types of dataproviders. Even if there is only an official XML -> SQL migrator, its pretty straight forward to write one that goes the...
View ArticleNew Post: A few questions about understanding how Composite C1 works
Thanks so much to you both for your input. Before posting these questions, I already installed C1 and migrated it to MSSQL database via SqlDataProvider (I installed it before the migration). It depends...
View ArticleNew Post: A few questions about understanding how Composite C1 works
Thanks so much to you both for your input. Before posting these questions, I already installed C1 and migrated it to MSSQL database via SqlDataProvider (I installed it before the migration). It depends...
View ArticleNew Post: A few questions about understanding how Composite C1 works
I migrated data into a MSSQL database. What does it mean? It means that all data schema and data that used to be handled by the default XmlDataProvider have now been moved to your SQL Server database...
View ArticleNew Post: A few questions about understanding how Composite C1 works
mddc wrote: This is most puzzling to me. I actually deleted my sql user account after the migration. However, the home page and other pre-installed pages are still accessible. And the page I added...
View ArticleNew Post: Does visual studio 2012 pro work with this download (Composite C1...
At codeplex, I downloaded Composite C1 3.2 (IIS & Visual Studio 2010) Is it okay for me to use visual studio 2012 pro with it? Thanks!
View ArticleNew Post: Execute Workflow Action from an aspx code-behind file.
Hi @macj2k Check out this thread http://compositec1.codeplex.com/discussions/362463
View ArticleNew Post: Does visual studio 2012 pro work with this download (Composite C1...
Yes, you can iuse both vs2010 and vs2012.
View ArticleNew Post: Cryptic error messages being displayed on screen.....
Ha! Another dev did all the client-side stuff (html/js/css) so I didn't even think to look there. Turns out it was the StackLayout layout system that was causing the issue. thanks!
View ArticleNew Post: A few questions about understanding how Composite C1 works
Can I create a block of content, then I specify a few pages and page regions for this block to show up? Yes - we haven't published an easy to install package that does this (we really should), so here...
View ArticleNew Post: FuntionFilter inside of a custom Tree Definition not working, want...
It looks like the FunctionFilter doesn't support External C# functions. I decided to try to create an Inline C# function and copied the logic into that and it worked as expected! So I'm good to go now....
View ArticleNew Post: Page type with content picker
Hey guys, I got it working now. I created a function with: Input: datareference<Newsitem> (for the pick of an item) and input datareference<C1 Page> (for the pick of Detailed page) Function...
View ArticleNew Post: FuntionFilter inside of a custom Tree Definition not working, want...
Just to make sure: Have you added your external C# Function in the C1 Console before using it in the tree definition? Thank you
View ArticleNew Post: A few questions about understanding how Composite C1 works
Is this one time deal for all blocks? Yes, the data type creation would give you the data layer and editing UI and the function created would enable you to insert any shared content in just about any...
View ArticleNew Post: FuntionFilter inside of a custom Tree Definition not working, want...
It looks like the FunctionFilter doesn't support External C# functions. The issue is that our External C# Function feature don't handle static classes - kind of silly (and I'm logging a bug on it as I...
View ArticleNew Post: FuntionFilter inside of a custom Tree Definition not working, want...
Ah ha! I moved the filter logic back into the external assembly (where I originally had it) and did not make the class static this time. Works like a charm! thanks!
View Article