TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prathap
NA
38
32.5k
XMLParseException in WPF Xaml
Jun 10 2015 3:05 AM
I have added .exe file of 'Project1' to 'Project2' . I want to open a window 'Window1' from that exe so i have added reference of exe in 'Project1'. But when i tried to open 'Window1' an error had shown 'XMLParseException Occured' in the fourth line of the code below in 'Window1'.
'Set property 'System.Windows.ResourceDictionary.Source' threw an exception.'
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/resourceDict.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</UserControl.Resources>
please someone help me find out the right way to solve this issue.
Reply
Answers (
0
)
Diffrence Image,Image Brush, Image Drawaing in WPF?
Diffrence Routed Command & Routed Event in WPF?