guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
1.01k stars 313 forks source link

dotnet core: "One or more errors occurred. (Error communicating with remote scheduler)" #63

Closed albertoceriotti closed 1 year ago

albertoceriotti commented 5 years ago

Hi Gury, I have a problem with your demo project about dotnet core I had remap the connection to quartz, so without using the CreateScheduler method but attaching to the CqSamples.Quartz3.SystemWeb.RemoteScheduler project because I need to try to simulate the connection to a windows service

When I test it, I catch the exception "One or more errors occurred. (Error communicating with remote scheduler" Can you help me, please

Thanks in advance

guryanovev commented 5 years ago

.NET Core version Quartz.NET does not support remote scheduler, so there is no ability to communicate [RemoteScheduler] <--> [PanelHost] if at least one of [RemoteScheduler]/[PanelHost] runs on .NET Core.