diff -r 80065ab20b84 -r b68cb7c8d5ce Hardware/TBalancer/TBalancerGroup.cs --- a/Hardware/TBalancer/TBalancerGroup.cs Thu Jun 03 22:40:18 2010 +0000 +++ b/Hardware/TBalancer/TBalancerGroup.cs Sat Jun 05 09:40:57 2010 +0000 @@ -55,6 +55,7 @@ FTD2XX.FT_CreateDeviceInfoList(out numDevices); } catch (DllNotFoundException) { return; } catch (ArgumentNullException) { return; } + catch (EntryPointNotFoundException) { return; } FT_DEVICE_INFO_NODE[] info = new FT_DEVICE_INFO_NODE[numDevices]; FTD2XX.FT_GetDeviceInfoList(info, ref numDevices);