New Post: Error when trying to uninstall blog
Hi, Please note that Composite C1 was moved to https://github.com/Orckestra/C1-CMS Composite C1 Packages - https://github.com/Orckestra/C1-Packages I reported the Blog package issue here -...
View ArticleNew Post: Error when trying to uninstall blog
Thank you for the information about github and the help. I was able to uninstall the blog, thank you..!! :-)
View ArticleCommented Feature: Feature request: Add support for sql based in-process...
Composite C1 currently support two kinds of data stores: a file and xml based store and Microsoft SQL Server. Something in between would be nice - a file and sql based database running in-process like...
View ArticleCommented Feature: Feature request: Add support for sql based in-process...
Composite C1 currently support two kinds of data stores: a file and xml based store and Microsoft SQL Server. Something in between would be nice - a file and sql based database running in-process like...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
Hi all! After successful integration of Hangfire the scheduled jobs won't be processed. If I click Enqueue button or restart C1, the jobs will complete. I have no clue about the problem. C1 logs don't...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
@Nime I'm not aware of any errors in the CompositeC1Storage provider that should prevent your job from executing. Can you provide some more context about how the job is registered in Hangfire and what...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
I found nothing in C1 logs. And there are no Hangfire logs. Can I use C1 Log as Hangfire's 3rd party logger? The problem, it seems like Hangfire misses the events. I have no problem with Enqueue()...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
@Nime If you're using the CompositeC1Contrib.ScheduledTasks backage, it will route all Hangfires logs to C1's Server log. If not, you're welcome to copy the code from...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
I've downloaded the Hangfire source and used the project instead of compiled Hangfire.Core.dll. During the debug, Hangfire worked as expected. And then I've copied the newest dlls into C1 bin folder....
View ArticleNew Post: Composite 4.3 Copy Paste Function Bug
Is it just me or is copy/paste completely broken on 4.3 when it comes to functions? Some times it won't copy at all and sometimes it only copies a function's content but not the function markup, other...
View ArticleNew Post: Scheduled Hangfire tasks won't enque
Strange. I have to admit that i've never used the BackgroundJob.Schedule() method, i've always either Enqueued my jobs them, or added them as recurring,. and I've never had any issues with the jobs...
View ArticleNew Post: URL ALIAS (CphCloud) DON'T WORK
Hi Magnus, I have recently setup a fresh Neptune site and went to add the UrlAlias Package, but after accepting the terms and clicking install, the site took a significant amount of time to load, then...
View ArticleNew Post: Assembly mismatch for Newtonsoft.Json when using Hangfire with...
Up to the latest version 4.3 I used Hangfire + Hangfire.CompositeC1 for performing scheduled background jobs. I had Newtonsoft.Json referenced as Nuget-Package with version 7.0.1 and had my C1 package...
View ArticleNew Post: Programmatically adding external c# functions
Hi I have been playing with C1 and I am testing some c# external functions. I have them compiled and added to the bin. Following this page I can add them to the console and all works as...
View ArticleNew Post: Programmatically adding external c# functions
There are two ways you can go ahead and do it programmatically. The first way is just to mimic the manual operation you did by adding External Function in the Console. You do that by adding one or more...
View ArticleNew Post: Programmatically adding external c# functions
Thanks for the quick reply burningice. OK, I am just working through the help docs. I have a simple class below with some helper methods for the selector widget for use in datatypes and razor...
View ArticleNew Post: Assembly mismatch for Newtonsoft.Json when using Hangfire with...
Ok - new week, new try, new luck... Once again I simply forgot to add the XML namespace (xmlns="urn:schemas-microsoft-com:asm.v1") to the assemblyBinding node in web.config. Whoever has invented this...
View ArticleNew Post: Assembly mismatch for Newtonsoft.Json when using Hangfire with...
Glad to hear that you got it working... usually there is a obvious simple explanation, even though it can be an annoying detail.
View ArticleNew Post: Assembly mismatch for Newtonsoft.Json when using Hangfire with...
Yeah - but most annoying in that case was the fact, that I stumbled upon this issue in other projects earlier. I should have known it :) Anyway - I read somewhere else, that you always like to hear...
View ArticleNew Post: Assembly mismatch for Newtonsoft.Json when using Hangfire with...
I'm even gladder now :) Hangfire is indeed an awesome, but yet so simple tool, and should be available for everyone. I do recognize though, that especially smaller sites mostly run C1 on XML files , so...
View Article