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
When running the shell application I get following unhandled exception in the EthernetPort class when the NIC is already being used by another BACnet OWS. I currently have Delta Controls enteliWEB connecting over ethernet so it can not bind to that adaptor.
Hi,
When running the shell application I get following unhandled exception in the EthernetPort class when the NIC is already being used by another BACnet OWS. I currently have Delta Controls enteliWEB connecting over ethernet so it can not bind to that adaptor.
private LibPcapLiveDevice _getCaptureDevice()
{
var devices = LibPcapLiveDeviceList.Instance.Where(dev => dev.Interface != null);
An unhandled exception of type 'SharpPcap.DeviceNotReadyException' occurred in SharpPcap.dll
Maybe we should add some error checking to this to handle this common situation.
The text was updated successfully, but these errors were encountered: