WPFのNotifyIconに問題があり、2行目で例外がスローされています。リソースにあるアイコンファイルを使用する方法が見つからないようです。誰か助けてもらえますか。
notifyI = new NotifyIcon();
notifyI.Icon = new Icon("Power.ico");
notifyI.Text = "Shutdown Timer";
notifyI.Visible = true;
notifyI.MouseDoubleClick += new
System.Windows.Forms.MouseEventHandler(notifyI_MouseDoubleClick);