I need to make an app that runs in the background in WPF and need it to have a Tray Icon... I tried many different things and also found another thread with the same question, but none of those answers work...I also tried using the TrayIcon class in System.Windows.Forms
but even after referring it through COM it still shows the error
Error CS0234 The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)
I also tried referencing the DLL file but when I do so all the WPF functions throw the error
{FunctionName e.g InitializeComponent} does not exist in the current context Any help is appreciated.