Closed bezzad closed 9 years ago
The MAC and IP address in cache and server database declare to nvarchar(20) and when the network was offline then the NetworkHelper class return the Network Not Available
value and this has 21 char length. So that is to caused a sql exception and again raise that and again exception occurred !
The IP and MAC address length changed to 50 characters and this problem solved in from server and local databases.
When network is not available then mac address is not work and throw a network exception! this is a high level problem, because maybe make dead loop in program for every exception in exception.