Pete,
Thank you so much for all your help! And don't worry about it! We all have lives and can get very busy.
Yes, the more issues you find the better understanding everyone will have as to what to expect or ways to work around certain outcomes.
1) I got the wireshark and will look thru it and see what I can find.
2) OK! So your not only testing Gen3 devices but also Windows 8. So far I have not seen any issues dealing with 64-bit, but I have heard through other .Net forums that there are some differences in Win 7 & Win 8.
But it could also be due to the Generation 3 code. It is possible that the crash, as you pointed out, caused the Socket to remain OPEN.
3) Have you tried running in debug in VS, and see whats happening here? The error is correct, it can not find the devConfig.bin file.
However, when this form is loaded, it looks in the folder and checks for the file. If it is NOT there, it is supposed to set the "Load" button's enabled property to FALSE.
I did not write a handler for it, as I thought users would not be able to click it if the file was not there.....
For some reason, on your computer it is either not setting the button's enabled property to false, or it has an issue with the code checking for the file.
This should be located in the Form2.cs file. It appears to work correctly on mine. (Windows 7 Pro i5 64-bit)
Also, I am currently re-packaging the GitHub files to include all 3 examples.
This will allow you to open the project in VS and be able to step through all the example applications without any issues.
I will also be adding some code that will allow you to send a .mp3 or a .mp4 file to the device and it start playing.
Should have this up by the mid of the week. This will all be part of the 5.2 version.
Anyhow, Thanks so much for the update.
Will post my finding soon.