I have been working on your driver, first 2-3 times it
works correctly but then after next day it started giving
error "Object reference not set etc etc".
I tried to debug the application and found that in
IDbConnection.Open method, the exception occurs at
System.Net.Dns.GetHostByName() , in this method,
typing IP address or any hostname or any localhost have
no effect. Everytime it keep on giving error.
Attached is Details of Stack and Exception
Attached is Snapshot of Debugger