<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hy there,<BR> <BR>actually i'm codding an application that will edit the id3tags in C#.<br>In the testing it will works fine by so all files that i used, but now I have an exception with 1 mp3 file.<BR> <BR>System.OutOfRangeException {"Der Index war außerhalb des Arraybereichs."}<br><BR>foreach (string mp3File in mp3Files)<br>{<br> TagLib.File mp3Tag = TagLib.File.Create(mp3File);<br>}<BR> <BR>I deleted all ID3Tags from File, changed the name of File and search a newer taglib/sharp.dll (I have 2.1.0.0) but the Exception comes belong. <BR> <BR>It's that an error by me, on the file or its a bug in the dll?<br><BR>Thanks for Support me :)<br><br>Raphy<BR>                                    </div></body>
</html>