Categories
Android App Inventor HOW TO

HOW TO Download App Inventor installer if link not work

Hi,
if url is like this:
http://dl.google.com/dl/appinventor/installers/<platform>/appinventor_setup_installer_v_<version>.<extension>
and not work, try to use this:
https://dl-ssl.google.com/dl/appinventor/installers/<platform>/appinventor_setup_installer_v_<version>.<extension>

Did my HOW TO help you?

Categories
Microsoft Replication SQL Server

SQL Server Management Studio – “SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported. Specify the actual server name, ‘…'”.

When you try to access to your replication with SQL Server Management Studio show the following error message:

SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported. Specify the actual server name, ‘{server name}’. (Replication.Utilities)

Solution:

Use {server name} specified to reconnect to SQL Server Management Studio.

Did my solution solve your problem?