New Post: Composite C1 5.0 Beta 1 released
The premise of the change is that producing, testing and supporting the manual upgrades is a direct cost for us, which is not only unpaid work that doesn't add to the product, but may even discourage...
View ArticleNew Post: Composite C1 5.0 Beta 1 released
I would suppose, buying access to the manual upgrade guides would work fine as well. Personally i seldom use the "Upgrade package", even though i have customers who pays for getting them. Its often not...
View ArticleNew Post: Composite C1 5.0 Beta 1 released
We are very interested in delivering the upgrade service in a way that best suit you guys, and preferably as automated as possible (since manual steps like modifying config files can be error prone)....
View ArticleNew Post: Composite C1 5.0 Beta 1 released
Just the good old upgrade guides are fine for me - sounds like thats what @sbornemann wants to use as well. Ie. ship them as a document together with the Upgrade Package.
View ArticleNew Post: Composite C1 5.0 Beta 1 released
We would be happy with manual upgrade guides, too. That does not mean, that they have to be free of charge. Would be interesting to know, how many developer rely on those uprade guides. Maybe a...
View ArticleNew Post: How to use newer version of...
I've downloaded the latest C1 VS project and then used Nuget to download related libraries. If I create an empty MVC project then I can use Hangfire successfully. No luck with C1.
View ArticleNew Post: How to use newer version of...
That still doesn't answer what versions you're using. C1 4.3 or 5.0 Beta 1? Hangfire 1.5.3 ? I can send you a Zip-file with a running C1 4.3 site, running Hangfire 1.5.3 if that can help you.
View ArticleNew Post: How to use newer version of...
Hangfire is 1.5.3, yesterday I was working with C1 4.3, last night I've downloaded C1 with new interface, it might be 5.0 This is one of the trimmed & working versions of the production site of...
View ArticleNew Post: How to use newer version of...
Up and running. Your problem was that you had several startuphandlers running which called UseHangFireServer (which you maybe forgot about). Calling UseHangFireServer directly without either setting...
View ArticleNew Post: How to use newer version of...
Thanks a lot! I owe you a beer : ) Below is the Startup.cs as future reference which one also uses dashboard:using CompositeC1Contrib.ScheduledTasks; using Hangfire; using Hangfire.CompositeC1; using...
View ArticleNew Post: How to use newer version of...
:) Glad that we got it to work. Tehnically you don't need these two linesGlobalConfiguration.Configuration.UseCompositeC1Storage(); app.UseHangfireDashboard(); CompositeC1Storage is being used by this...
View ArticleNew Post: How to use newer version of...
I knew but localhost/hangfire was blank without any error, so I've added these lines. It works and that's it. Thank you again, you are really a superman : )
View ArticleCreated Unassigned: Troubleshooting Server and Database Connection Problems...
To create a database connection string by using the UIExamples connection string from http://docs.composite.net websiteStandard Security:Data Source=myServerAddress;Initial Catalog=myDataBase;User...
View ArticleCreated Unassigned: RenderList Open links has invalid url [2132]
When I use a RenderList with an Open and Download button, the Open leads to an invalid URL.e.g.:...
View ArticleCommented Unassigned: RenderList Open links has invalid url [2132]
When I use a RenderList with an Open and Download button, the Open leads to an invalid URL.e.g.:...
View ArticleReleased: Composite C1 5.0 (Dez 15, 2015)
Get it on GitHub: https://github.com/Orckestra/C1-CMS/releases/tag/v5.0
View ArticleCreated Release: Composite C1 5.0 (Dec 15, 2015)
Get it on GitHub: https://github.com/Orckestra/C1-CMS/releases/tag/v5.0
View ArticleUpdated Wiki: Home
A web CMS that focus on UX and adaptabilityUPDATE: We have moved the source code to GitHub!Sponsors
View ArticleNew Post: URL configuration/Hostnames C1 5
I've just updated to v 5. I cannot find URL configuration for Hostnames that used to be under settings. Has this been moved, or removed all together? What’s the alternative?
View ArticleNew Post: URL configuration/Hostnames C1 5
This issue/change/call-it-whatever-you-want was discussed here https://github.com/Orckestra/C1-CMS/commit/31415aa5231397312e226320f994b9683b87da73. You didn't hear it from me, but if you restore these...
View Article