Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys.I try to a project develop with HardCodet NotifyIcon Wpf but i have a error like "XamlParseException" when i use hardcodet notify icon dll.I to examined sample and tutorial project but i have still a error.What reason this?

I use VS2013 NET4.5.
I thank you.....

What I have tried:

I tried a few ways.I changed target framework and i added notifyicon wpf projects to my projects.
Posted
Updated 25-Dec-16 10:06am

1 solution

That exception means that your XAML has some illegal characters or markup in the source file, and there were problems in parsing the markup. Check that file by opening it again; Visual Studio will show the maximum of support there. Target frameworks are relevant a lot, as this exception is primarily thrown in .NET framework v3 and v3.5. Kindly read the remarks section in the following link.

XamlParseException Class (System.Windows.Markup)[^]
 
Share this answer
 
v2
Comments
Member 11152823 26-Dec-16 3:37am    
I thank you.But i never used illegal characters in my project.I just give a error when HardCodet Wpf extended tool.I just added that extended tool to my project.I did not change source file of This library.

Thank You.
Soundly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900