WPF NotifyIcon 1.0.8 released
April 1st, 2016
I just published a maintenance release of my WPF NotifyIcon control. The update fixes an issue with potential null references during initialization.
Links and downloads as usual on the control’s project page. Happy coding!
Occasionally I’m getting the error “Could not set OS Version”. Any thoughts on that? We’re running Windows 7.
Oops, the error reads “Could not set version”. Here’s the stack trace:
—————————
Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue
—————————
Could not set version
at Hardcodet.Wpf.TaskbarNotification.TaskbarIcon.SetVersion()
at Hardcodet.Wpf.TaskbarNotification.TaskbarIcon.CreateTaskbarIcon()
at Hardcodet.Wpf.TaskbarNotification.TaskbarIcon..ctor()
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder bi……