I have this xml format.i want to form dictionary using c#
<?xml version="1.0" encoding="utf-8"?>
<root>
<key value="22.wav">
<Index>1</Index>
</key>
<key value="22.wav">
<Index>0</Index>
</key>
<key value="22.wav">
<Index>7</Index>
</key>
<key value="22.wav">
<Index>13</Index>
</key>
</root>
How do i form?.Please Help me.Here Key is ex:value=22.wav and value=1 when i try to form dictionary It shows error same key with value already added