Hello,
I have shipped a new version of my app that integrates a new plugin (so a new C# dll), and I have seen several logs like this:
2019-10-24 19:58:48,404 (ERROR) </Files/vendor.js> (:1613) - Fail to create plugin [uknown type] instance: System.ArgumentNullException
Looking in the BrowserError
log, I can see this
24/10/2019 20:28:57.344 Fail to create plugin [uknown type] instance: System.ArgumentNullException details: System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at CEFBrowserProcess.V8.OverwoflApi.CreatePluginInstance(ServiceObjectData data, CefFrame frame)
Do you know what could be causing this?
And do you know what I could do to prevent this error from happening again?
Thanks!
192cffe7-828a-4790-8fea-0684cf48d6b2.zip (780.3 KB)