Home > Net >  FluentScheduler problems in use, can't realize the timing function, also please prawns for help
FluentScheduler problems in use, can't realize the timing function, also please prawns for help

Time:10-05

Have two sets of Web site in the computer, called A, B
A: ten years ago under the Asp.Net 2.0 write (framework 2.0), and then upgrade to Asp.Net 4.0 (4.0) framework, including the project referenced in the DLL (write), was also upgraded to 4.0
B: the use of A frame structure, but in framework 4.0 write directly, use the FluentScheduler components, on the machine and the server, everything is all right

A also need to use FluentScheduler now, after add reference, anyway, all the program code are deleted, only keep the test code, the test
1, in the Global FluentScheduler. JobManager. The Initialize (new JobRegistry ()); Normal execution
2, JobRegistry normal execution,
Schedule (). ToRunNow (.) AndEvery (10) Seconds (); -- -- -- -- -- will be executed immediately once the Demo code, does not perform after
Similar to need time
Schedule (). ToRunEvery (1) Days () At (21, 21) -- shall not perform, including the use of ToRunOnceIn such as delay the
3, binding JobException, didn't also tracking error

Will be uploaded to A Server (Windows Server 2012), the results as well as the machine test

The machine at the same time open the project B, using the test code, all are normal

Preliminary suspect compatibility issues?

Have prawn know, also, please show, crazy


  • Related