You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Current JobStorage instance has not been initialized yet. You must set it before using Hangfire Client or Server API. "+
73
-
#if NET45||NET46
74
-
"For NET Framework applications please use GlobalConfiguration.Configuration.UseXXXStorage method, where XXX is the storage type, like `UseSqlServerStorage`."
75
-
#else
76
-
"For .NET Core applications please call the `IServiceCollection.AddHangfire` extension method from Hangfire.NetCore or Hangfire.AspNetCore package depending on your application type when configuring the services and ensure service-based APIs are used instead of static ones, like `IBackgroundJobClient` instead of `BackgroundJob` and `IRecurringJobManager` instead of `RecurringJob`."
"Current JobStorage instance has not been initialized yet. You must set it before using Hangfire Client or Server API. "+
110
+
#if NET45||NET46
111
+
"For NET Framework applications please use GlobalConfiguration.Configuration.UseXXXStorage method, where XXX is the storage type, like `UseSqlServerStorage`."
112
+
#else
113
+
"For .NET Core applications please call the `IServiceCollection.AddHangfire` extension method from Hangfire.NetCore or Hangfire.AspNetCore package depending on your application type when configuring the services and ensure service-based APIs are used instead of static ones, like `IBackgroundJobClient` instead of `BackgroundJob` and `IRecurringJobManager` instead of `RecurringJob`."
0 commit comments