I have installed unity5.3.5 in a machine and found that unless my machine is connected to internet, it is giving the following error. whereas a machine with unity5.3.1 does not show any issues.
the error is
SocketException: No such host is known. Requesting for help
System.Net.Dns.hostent_to_IPHostEntry (System.String h_name, System.String[] h_aliases, System.String[] h_addrlist)
System.Net.Dns.GetHostByName (System.String hostName)
System.Net.Dns.GetHostEntry (System.String hostNameOrAddress)
MySql.Data.Common.StreamCreator.GetDnsHostEntry (System.String hostname)
Rethrow as Exception: Call to GetHostEntry failed after 00:00:00 while querying for hostname 'localhost': SocketErrorCode=HostNotFound, ErrorCode=11001, NativeErrorCode=11001.
MySql.Data.Common.StreamCreator.GetDnsHostEntry (System.String hostname)
MySql.Data.Common.StreamCreator.GetHostEntry (System.String hostname)
MySql.Data.Common.StreamCreator.GetStreamFromHost (System.String pipeName, System.String hostName, UInt32 timeout)
MySql.Data.Common.StreamCreator.GetStream (UInt32 timeout)
MySql.Data.MySqlClient.NativeDriver.Open ()
Rethrow as MySqlException: Unable to connect to any of the specified MySQL hosts.
MySql.Data.MySqlClient.NativeDriver.Open ()
MySql.Data.MySqlClient.Driver.Open ()
MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings)
MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection ()
MySql.Data.MySqlClient.MySqlPool.GetPooledConnection ()
MySql.Data.MySqlClient.MySqlPool.TryToGetDriver ()
↧