Inhalte aufrufen

Profilbild

installation Time exception


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 Inayat Ullah

Inayat Ullah

    Newbie

  • Members
  • Punkt
  • 5 Beiträge

Geschrieben: 13 July 2014 - 14:08

I successfully build the project. and started the installation. Now, I got this exception error.

 

 

foreach (var tasks in groupedTasks)
{
Parallel.ForEach(tasks, task => { task.Execute(); });    // exception on this line.
}

 

Exception:
Could not load file or assembly 'Microsoft.Data.Edm, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

 

 

and on the browser it is saying the installation was successful, your shop being started now. But there is no progress.  

 

​I will be always  grateful for your help.