I am trying to run through this walkthrough on Migrating Data to SQL Azure:
http://sqlserverpedia.com/wiki/Migrating_Data_to_SQL_Azure_Using_SSIS
I can get to #24 then I get this ADO NET Connection issue / error:
------------------------------
TITLE: Connection Manager
Test connection failed because of an error in initializing provider. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
------------------------------
OLE DB connects fine to both Local and SQL Azure DB instances.
Any suggestions?