MissingMethodException
Status: Alpha
Brought to you by:
jwhite909
Hallo
I want to create a new Instance of BindingList<IAttachedPicture>.
The AddNew-Method raises an MissingMethodException.
What I want to do is to assign a list of pictures to multiple mp3 files (as possible with iTunes). Therefore I have to create a new instance of BindingList<IAttachedPicture> and have to fill it in order to assign this picturelist to all IID3v2 tags (not the list itself but element by element).
I am not shure if this is an bug or a design goal.
For the second case: You have a workarround for me?
Thank you for your great work
xslimwoolf