The provider did not return a ProviderManifestToken string Entity Framework
Posted
by PearlFactory
on Geeks with Blogs
See other posts from Geeks with Blogs
or by PearlFactory
Published on Mon, 21 Nov 2011 03:09:02 GMT
Indexed on
2011/11/21
17:52 UTC
Read the original article
Hit count: 307
Moved from Home to work and went to fire up my project and after long pause
"The provider did not return a ProviderManifestToken string"
or even More Abscure
ProviderIncompatable Exception
Now after 20 mins of chasing my tail re different ver of EntityFramework 4.1 vs 4.2...blahblahblah
Look inside at the inner exception
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible
DOH!!!!
Or a clean translation is that it cant find SQL or is offline or not running. SO check the power is on/Service running or as in my case
Edit web.config & change back to Work SQL box
Hope you dont have this pain as the default errors @ the moment suck balls in the EntityFramework 4.XX releases
Cheers
© Geeks with Blogs or respective owner