|
-
Jan 24th, 2010, 09:59 PM
#1
Thread Starter
Member
An issue with the file name SerialPortSettings.xml
Colleagues,
In XAML I’m trying to declare XmlDataProvider objects to bind controls to XML files.
Code:
<XmlDataProvider x:Key="SerialPortOptions" Source="Settings/SerialPortOptions.xml" XPath="//Options" /> <!—- This one works. No complaints. -->
<XmlDataProvider x:Key="SerialPortSetting" Source="Settings/SerialPortSettings.xml" XPath="//SerialPorts" /> <!—- But this one gives an error. -->
The second instance generates an error:
The file Settings/SerialPortSettings.xml is not part of the project or its 'Build Action' property is not set to 'Resource'.
The SerialPortSettings.xml file is added to the project and the Build Action is set to ‘Resource’. If I rename the file to SerialPortSettingses.xml, the error disappears. What’s special or unusual about the original file name SerialPortSettings.xml?
Cheers,
- Nick
Last edited by kender; Jan 24th, 2010 at 10:02 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|