New Post: Composite C1 PathInfo Issue with MVC Player
Hi, I am not sure exactly what you mean? How do I can the "RenderView" method instead. I attempted to edit the Render method to check to see if this particular page or view was been loaded then use the...
View ArticleNew Post: Composite C1 PathInfo Issue with MVC Player
Hi, I have also just noticed that 4.0 is required. My current version is 3.2. I just installed 3.2 Patch 4. Would this be ok? If not how easy is it to upgrade a site to 4.0? Thanks David
View ArticleNew Post: Composite C1 routes.MapPageRoute - Directing to a page
I have been adding some custom routes to the MVCPlayer/Route.cs which are not workingI can get this MVC route working but the problem is it simple routes directly to the view rather than the page which...
View ArticleNew Post: Composite C1 Custom Routing - Creating custom routes
down vote favorite I am trying to figure out how to create custom routes in composite C1. I have been searching around for hours and came up with noting. I realise you can use pathinfo to slightly...
View ArticleNew Post: How do I properly install a static data type with a package
I'm building a C1 Package that is including a static data type, and I need this datatype to be installed and uninstalled with the package. Right now i have the dll that contains the type included in my...
View ArticleNew Post: How do I properly install a static data type with a package
Using DataTypePackageFragmentInstaller in package install.xml The best way is to use DataTypePackageFragmentInstaller, like this:<mi:PackageFragmentInstallers...
View ArticleNew Post: Windows limitation problem detected! You have installed the website...
Hi, i have this problem, when i deploy a composite c1 app, in a iis 7.x server.. I tried to move the site, below 90 characters, like you told me, but the error persist.. I notice the path starts with...
View ArticleNew Post: How do I properly install a static data type with a package
Brilliant, thanks. Just what i needed.
View ArticleNew Post: Default content in page types
For MasterPages and Razor you check for the ID's by looking at the properties and id in the Placeholder attribute. In XML templates the Contentplaceholder id's are implicitly defined by adding the...
View ArticleNew Post: Default content in page types
Thats as may be ... however as I stated in my original post the "placeholder" attribute (well tag really) in the Masterpage does not work. So this does not work : <rendering:placeholder...
View ArticleNew Post: Default content in page types
<rendering:placeholder id="contentplaceholder"/> will never work in MasterPages, that is a XML template specific tag. The section you referred to explained how to find the ID's of ones...
View ArticleNew Post: Default content in page types
Ok got it. Thank you very much for persisting with it. I was expecting default content from Page Types to be treated differently from content defined in the masterpages. They are not, which is a good...
View ArticleNew Post: Default content in page types
Yeah, its a step in the Console when creating pages that is agnostic of what template system is used since its only operating on the raw datalayer.
View ArticleNew Post: FAQ Add-On: Invalid object name 'Composite_Lists_FAQ_Unpublished
I tried to Enable Localization for the FAQ add-on. it absolutely broke the page. My data has disappeared, I can not remove the data folder or add new data. I can not remove the add-on. Here is the full...
View ArticleNew Post: FAQ Add-On: Invalid object name 'Composite_Lists_FAQ_Unpublished
Solved. It appears that the Enable Localization renamed the the SQL tables by appending the localization language to its name eg: Composite_Lists_FAQ_Published_fr_CA when it was looking for...
View ArticleNew Post: Sourcecode on a more modern social coding platform
For all of you who hate the Codeplex Source Code interface as much as me, there is hope since the source is now available through a Mercurial repository. This means easy branching to all of you who...
View ArticleNew Post: 500 - Internal server error. deployed in IIS 7
Hi, we deployed a website in IIS 7.. and shows 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. We create the pool using 4.0 framework...
View ArticleNew Post: Javascript in Razorfunction
Tried to change the CustomContent property in the RazorFunction to string but it's not working. Is that what you are referring to in your reply ?
View ArticleNew Post: 500 - Internal server error. deployed in IIS 7
Hi! Does the 500 error has some specific detail? Just off the top of my head:Check that the application pool is started.Check the permissions Check if the website you created an application under has a...
View ArticleNew Post: Javascript in Razorfunction
Just in case... we have it documented how to change the return type of the Razor function here: http://docs.composite.net/Functions/Razor/Changing-Return-Types
View Article