Print Page | Close Window

problems getting started

Printed From: IdeaBlade
Category: Cocktail
Forum Name: Community Forum
Forum Discription: A professional application framework using Caliburn.Micro and DevForce
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3285
Printed Date: 18-Apr-2024 at 7:47am


Topic: problems getting started
Posted By: jkattestaart
Subject: problems getting started
Date 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



Replies:
Posted By: mgood
Date 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.
 



Print Page | Close Window