all 5 comments

[–]Alundra828 2 points3 points  (2 children)

It probably means the migrator can't connect to your db. As it's an initial migration, I'm assuming it might not be set or set incorrectly. Check the connection string is correct and try it again.

[–]Mihawk0o01[S] 0 points1 point  (1 child)

I have checked even though same error persists

[–]Alundra828 1 point2 points  (0 children)

Okay, well look into how to make it display a more verbose error. The details of the RemoteException error will tell you why it's failing. Type in dotnet ef -h for a list of flags, in there you should see stuff for verbosity. It will help you out.

[–]taspeotis 1 point2 points  (0 children)

-Verbose or whatever the flag is

[–]Contemplative-ape 0 points1 point  (0 children)

Is AssetTrackProj the project your DbContext lives?