2007-02-07 01:01:09 UTC
I noticed recompiling had some strange things for me too in .net 2003. Was there an issue with using the controls as is with your projects that maybe I can help with?
I currently use the controls without recompiling the source. Recompiling was a whole different animal for me because of the huge differences between the 6.0 and .net 2003 versions in handling timers and events. Midifile probably worked because it basically just accesses the hard disk to store a midifile so not a lot to worry about. Midio has more advanced algorithms to handle the timers and events as you probably noticed. I will take a look around again and see if I notice something.