It's acting like the instance name doesn't exist. The service is started too.
I hope someone else can shed some light. I installed a fresh instance that is named "SqlExpress2014". I ran the command:
reg.exe query "HKLM\Software\Microsoft\Microsoft SQL Server\Instance Names\SQL"
and that returns
SQLEXPRESS2014 REG_SZ MSSQL12.SQLEXPRESS2014
I have tried connecting to this instance name via SSMS (both with the "MSSQL12." prefix and without), yet the error given is:
Cannot connect to MSSQL12.SQLEXPRESS2014.
ADDITIONAL INFORMATION:
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) (Microsoft SQL Server, Error: 53)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=53&LinkId=20476
The network path was not found