I am having difficulties in using package manager database migration.
I am using VS20015 RC1 , SQL Express
Any help is appreciated. I will try to create the db first and then try again.
$utilityAssembly = [System.Reflection.Assembly]::LoadFrom((Join-P ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You cannot call a method on a null-valued expression. At C:\inetpub\wwwroot\PerfectBI\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:781 char:5
$dispatcher = $utilityAssembly.CreateInstance(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exception calling "CreateInstanceFrom" with "8" argument(s): "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." At C:\inetpub\wwwroot\PerfectBI\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:809 char:5
$domain.CreateInstanceFrom(
~~~~~~~~~~~~~~~~~~~~~~~~~~~
PM> Update-Database -ConnectionString "Server=DEV04\SQLEXPRESS; Database=PerfectBI; User=sa;Password=*****" -ConnectionProviderName "System.Data.SqlClient" -Verbose -ProjectName "PerfectBI.EntityFramework" Using StartUp project 'PerfectBI.Tests'. Exception calling "LoadFrom" with "1" argument(s): "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." At C:\inetpub\wwwroot\PerfectBI\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:780 char:5
$utilityAssembly = [System.Reflection.Assembly]::LoadFrom((Join-P ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You cannot call a method on a null-valued expression. At C:\inetpub\wwwroot\PerfectBI\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:781 char:5
$dispatcher = $utilityAssembly.CreateInstance(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exception calling "CreateInstanceFrom" with "8" argument(s): "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." At C:\inetpub\wwwroot\PerfectBI\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:809 char:5
$domain.CreateInstanceFrom(
~~~~~~~~~~~~~~~~~~~~~~~~~~~