작성
·
175
0
Enable-Migrations : 'Enable-Migrations' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오.
위치 줄:1 문자:1
+ Enable-Migrations
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Enable-Migrations:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
에러가 뜨길래
안되서 구글 찾아서 뭘 설치하라고 해서
Install-Package EntityFramework –IncludePrerelease
설치했더니 에러가 밑에 처럼 바뀌었습니다
targets framework '.NETStandard'. The Entity Framework Package Manager Console Tools don't support this framework.
아 제가 모르고 wep api가 아닌 파인드앱에서 수정해서 생긴 문제 였습니다 죄송합니다