Find SQL Server Instance on other computer on LAN
See the question and my original answer on StackOverflowYou need to use another ManagedComputer constructor, like this one:
public ManagedComputer (
string machineName
)
You need to use another ManagedComputer constructor, like this one:
public ManagedComputer (
string machineName
)