Hi Team,
I'm trying to add a RadNotifyIcon into my telerik wpf project, but it keeps throwing the error below in xaml file
"the name RadNotifyIcon does not exist in the current namespace".
<telerik:RadNotifyIcon x:Name="NotifyIcon"
ShowTrayIcon="False"
TrayIconSource="/NotifyIcon;component/Icons/TelerikWPFNotifyIcon.ico"
PopupContentTemplate="{StaticResource NotifyIconPopupContentTemplate}" />
I did follow the below options , but still not working.
- clean and rebuild project
- adding reference to the telerik.windows.controls and telerik.windows.controls.navigation
- deleting obj and bin folder and rebuild project
- close and open visual studio
- restart my windows
- change build platform to x86 from anycpu and vice versa.
the visual studio version I'm using is Microsoft Visual Studio Community 2022 (64-bit) - Current, Version 17.4.3
Any suggestion will be helpful.
Thanks,
Lenin.