New Posts New Posts RSS Feed: problems getting started
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

problems getting started

 Post Reply Post Reply
Author
jkattestaart View Drop Down
Newbie
Newbie


Joined: 30-Jul-2010
Location: Netherlands
Posts: 37
Post Options Post Options   Quote jkattestaart Quote  Post ReplyReply Direct Link To This Post Topic: problems getting started
    Posted: 22-Feb-2012 at 1:04pm
Trying to get things working
 
I'm unable to start de test.web project.
This error is on the list
Error 1 An error occurred during metadata generation and a metadata file could not be created. Error: The provider did not return a ProviderManifestToken string. Test.Model
 
also I'm getting a javascript error when starting (using SL4)
does this have something to do with version.. I've installed the latest versions
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 22-Feb-2012 at 1:33pm
This error occurs if you don't have SQL Express installed, or not running, or Entity Framework has some other difficulty connecting to SQL Express, for example failure to login. Look at the inner exception to see the actual SQL Exception that should tell you what is going on.
With Code-First, Entity Framework needs to connect to the database server at build time to generate the metadata for the mapping.
 
The Javascript error is most likely the result of the first error, you don't have properly built assemblies.
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down