The provider did not return a ProviderManifestToken string.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello,

I having trouble accessing my MSSQL Database and opening my website, when I lauch the website on my localhost server I'm hit with this error

The provider did not return a ProviderManifestToken string.

In Visual Studio 2010 in ScheduleTaskServices.cs line 66 is highlighted here is the code

    query = query.OrderByDescending(t => t.Seconds);

Any help would be highly appreciated.

I'm also working on the MSSQL error as well

TITLE: Connect to Server
------------------------------

Cannot connect to SHOP.

------------------------------
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: 2)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------

Thanks again

Richard.
12 years ago
Sorted VIA Protocol was enabled..

Knocking of the SQL Server.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.