My application uses sqldmo to retrieve the list of sql servers in the
network, it works fine in some machines, but it is crashing the
application in others, no error and no exception, it shuts down the
application. It fails in the following line:
SQLDMO.NameList sqlServers = sqlApp.ListAvai lableSQLServers ();
any ideas?
thanks
musachy
network, it works fine in some machines, but it is crashing the
application in others, no error and no exception, it shuts down the
application. It fails in the following line:
SQLDMO.NameList sqlServers = sqlApp.ListAvai lableSQLServers ();
any ideas?
thanks
musachy
Comment