My project required to update the versions of Hangfire.core and Hangfire.SqlServer from 1.6.7 to 1.7.31 . After updating these dlls, I am finding build issues in the below method- "Cannot convert from Microsoft.Practices.Unity.IUnityContainer to Unity.IUnityContainer."
I modified the code as below
The build was succeeded by while running the application I am seeing this issue -
Message: There is no explicit mapping for the categories 'Hangfire.Server.ServerJobCancellationWatcher'. The log entry was: Timestamp: 07.12.2022 12:12:55 Message: Checking for aborted jobs... Category: Hangfire.Server.ServerJobCancellationWatcher Priority: -1 EventId: 0 Severity: Verbose Title: ProcessId: 2876 Process Name: c:\windows\system32\inetsrv\w3wp.exe Thread Name: ServerJobCancellationWatcher #1 Win32 ThreadId:25488 Extended Properties:
Can someone please help m understand why I am seeing this error ? Many Thanks In Advance !