I need help.
When i’m trying to install Entity-framework to my class library in my solution, i’m getting an error:
Exception calling “CreateInstanceFrom” with “8” argument(s): “Could not load file or assembly ‘file:///D:#work#web\DanceClubCMS\packages\EntityFramework.5.0.0\tools\EntityFramework.PowerShell.dll’ or one of its dependencies.
Не удается найти указанный файл.” => (translate from russian – file not found)
At D:#work#web\DanceClubCMS\packages\EntityFramework.5.0.0\tools\install.ps1:10 char:34
+ $appDomain.CreateInstanceFrom <<<< (
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
please help me. How can i fix that problem?
I found the solution. The problem was in way to my project ‘file:///D:#work#web\’ character ‘#’ its a bad practice… thanks.