I always receive this ERROR: EventManager fail System.NullReferenceException: Object reference not set to an instance of an object at <StartupCode$onvif-session>.$NvtSession+SetupUserNameToken@696-2.Invoke (odm.core.SecurityUserNameToken _arg28) 0x0000d in <523c4b9b9796e861a74503839b4b3c52>:0 at Microsoft.FSharp.Control.AsyncBuilderImpl+args@720a,b.Invoke (a a) 0x0001f in <4ba2125c904cf4daa74503835c12a24b>:0 at runtime. I tried checking all the objects but none is null.
Please advice me on this issue.
I have downloaded the Events Console app from this link https://osdn.net/projects/sfnet_onvifdm/downloads/console_net4_0/EventsConsole.zip which works perfectly fine in windows OS. But my requirement is to run a similar kind of app in Linux Ubuntu 18.04. I have installed Mono runtime for this to work from this link https://www.mono-project.com/download/stable/#download-lin, but I am getting a runtime exception. I tried updating the DLL's and different versions of mono still the issue is not resolved.
I always receive this ERROR: EventManager fail System.NullReferenceException: Object reference not set to an instance of an object at <StartupCode$onvif-session>.$NvtSession+SetupUserNameToken@696-2.Invoke (odm.core.SecurityUserNameToken _arg28) 0x0000d in <523c4b9b9796e861a74503839b4b3c52>:0 at Microsoft.FSharp.Control.AsyncBuilderImpl+args@720a,b.Invoke (a a) 0x0001f in <4ba2125c904cf4daa74503835c12a24b>:0 at runtime. I tried checking all the objects but none is null. Please advice me on this issue.