
I have downloaded the project from:
http://www.hardcodet.net/wpf-notifyicon
One of the first things I'm noticing about the project (Sample Project) is that when I view the file SimpleWindowWithNotifyIcon.xaml.cs which is located in the 01 - Declaration folder I see two errors and they are:
The name 'MyNotifyIcon' does not exist in the current context
The name 'InitializeComponent' does not exist in the current context
The project builds just fine which I found to be very surprising given the red underscores under the two lines in my screenshot. I don't really understand at this point if the errors really are errors or not or what to do about them. Does anyone know more
about this with wpf-notifyicon?
What I think I understand is that MyNotifyIcon is declared in XAML not in C Sharp. As for InitializeComponent I'm still trying to determine why that would not be found in the context.
Thank you.