I, am using package manager console to perform the database migration.
I used the following command
Add-Migration init
This command work perfectly and created the migration object as see in the below image
Now I am using
Update-Database
command to create the database however I, am getting an error as shown below
I have used the solution provide here and this question.
However, this solution is not working for me from visual studio.
I, am able to use the sql server from SSMS. This error is from visual studio.
Here is the firewall screen shot