Home > Uncategorized > WPF NotifyIcon 1.0.8 released

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!


Author: Categories: Uncategorized Tags:
  1. TonyE
    April 29th, 2016 at 12:32 | #1

    Occasionally I’m getting the error “Could not set OS Version”. Any thoughts on that? We’re running Windows 7.

  2. TonyE
    April 29th, 2016 at 18:04 | #2

    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……

  1. No trackbacks yet.