New Post: How to update the Image Title and Description from code?
Hi all, I am working in a page to allow users update the images attributes, but I have the follow error in this line: c.Update<IMediaFile>(image); The error is:An exception of type...
View ArticleNew Post: How to update the Image Title and Description from code?
Auto response: :-) I changed it:var images = c.Get<IImageFile>().Where(i => i.FolderPath == folder.Path); For this:var images = c.Get<IMediaFile>().Where(i => i.FolderPath ==...
View ArticleNew Post: Managing input validation on the Page.aspx renderer.
Hi all; I have a C1 page, with an MVC route handler on it. The page contains a form, which gets posted through the C1 stack into my MVC controller (using the MvcPlayer function available from the...
View ArticleNew Post: Missing Namespace
HI I am trying to move a composite site from one hosting service to another (not azure). I did an ftp download and uploaded to the new server and I get the following error The type or namespace...
View ArticleNew Post: C1 Membership and Roleprovider
I've released a version 0.5.2 of the Security package which now supports inheritance on pages. Media files and folders should follow shortly. It basically means that permissions for a page is now...
View ArticleCommented Feature: TABLES FEATURE - Simple Int Data Type (System.Int) logical...
I can see an easier workflow and would personally benefit with an option to create Sql Tables implementing Primary Id's with simple Integer data types instead of being limited to 30 character GUID's...
View ArticleNew Post: Missing Namespace
Check the bin folder on the server and make sure that the Composite.dll and Composite.*.dll's are all there?
View ArticleNew Post: C1 Membership and Roleprovider
Awesome @burningice! Thanks for sharing with everyone! :)
View ArticleNew Post: Missing Namespace
Thanks... Seems to have been the problem re-uploaded the bin and all is fine now :) Another question
View ArticleNew Post: Visual Studio and Composite
Hi I would like to add features (connection to database etc) to an website. I opened it as "Website" using Visual Studio but I don't see how to view the existing content and work on it. Or how to add...
View ArticleNew Post: Visual Studio and Composite
Adding a page using code: http://docs.composite.net/Data/Adding-pages-with-Csharp Using the UI: http://users.composite.net/Pages
View ArticleNew Post: Issue Player: Bad signature
Hi, our old C1 site cannot display newly added PDF docs in IssuePlayer. Old docs have no problem. I think the newer files couldn't be uploaded.Site version: Composite C1 3.2 Patch 4 Build no....
View ArticleNew Post: UpLoad Multiple Mediafiles
When uploading mediafiles in a zip archive, the filename (without Ext.) is automatically placed into the Title Field. How can this be avoided? uploading single files is not a solution - LOL Greetings,...
View ArticleNew Post: Error: XSLT file path \Composite\AspNet\MvcPlayer.xsl found 0...
Hi, My site has seemed to start getting an error on all my MVC forms when adding them to the page using the MVCPlayer. I am not sure why this is happening. I checked the directory of the MVCPlayer and...
View ArticleNew Post: https enforcer
Could you please explain if https enforcer (https://www.composite.net/Add-on-Market/Packages/Composite.Navigation.HttpsEnforcer/UserManual) works only for version 2.0 as the installation guide says? Is...
View ArticleNew Post: https enforcer
HttpsEnforcer works with version 4.1 (since version 4.1 is newer than 2.0). Notice that HttpsEnforcer can be configured to not redirect you when you are logged into the C1 Console - so to test this,...
View ArticleNew Post: Razor views in the C1 console
Did you make sure to put the file within the ~/Composite folder?
View ArticleNew Post: Razor views in the C1 console
Ah, no I didn't! In my tests I just had them under the root, moving it under composite sorts out the authenticated access and makes things tidier than using the UserValidationFacade.IsLoggedIn()...
View Article