I am having an issue with an application connecting to a USB device after a restart of the computer. I have verified that the device shows up in the list of HID Devices, but my application will not connect to it until I disconnect and reconnect the device. Has anyone had a similar experience and if so how did you fix it? The computer the device is connected to is running Windows 7 Pro SP1, and the application is a C# .NET 4.0 Windows Forms application.
UPDATE: I have tried using DEVCON remove and rescan and it does not work. It removes the device and adds the device back, but I still cannot connect to the device.