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
If the call to ComponentActivator.LoadAssemblyAndGetFunctionPointer fails it doesn't reset the value of the output parameter to null. It will leave potentially "random" value in it. It would be cleaner to reset the value to null.