You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Windows Form Application keeps running when main form is closed due to
USBInterface object.
Attempting to Dispose UsbInterface object by:
usb.stopRead();
usb.Disconnect();
usb = null;
throw NullReferenceException on Disconnect() .
What is the expected output? What do you see instead?
usb Object is Connected and Reading when steps above are executed.
What version of the product are you using? On what operating system?
using MS .NET 2.0
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 28 Jan 2008 at 10:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2008 at 10:04The text was updated successfully, but these errors were encountered: