0

ASP.Net 상용구 프레임 워크에서 작업하고 있었지만 이제는 그 컴퓨터를 사용할 수 없습니다. 그러나 Google 드라이브에는 백업이 있습니다. 어떻게 그 백업을 제대로 사용할 수 있습니까? 데이터베이스 생성, 프로젝트 실행 등 ??? 나는, 패키지 관리자를 사용하여 사용-마이그레이션 및 업데이트 데이터베이스에 오류가Enable-Migrations 오류가 발생하는 명령

Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///F:\Qubit 
Systems\ShipperBuyerV1\module-zero-template-2.1.1\src\packages\EntityFramework.6.1.3\tools\EntityFramework.PowerShell.Utility.dll' or one of its dependencies. Operation is not supported. 
(Exception from HRESULT: 0x80131515)" 
At F:\Qubit Systems\ShipperBuyerV1\module-zero-template-2.1.1\src\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:780 char:5 
+  $utilityAssembly = [System.Reflection.Assembly]::LoadFrom((Join-P ... 
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
+ CategoryInfo   : NotSpecified: (:) [], MethodInvocationException 
+ FullyQualifiedErrorId : FileLoadException 

You cannot call a method on a null-valued expression. 
At F:\Qubit Systems\ShipperBuyerV1\module-zero-template-2.1.1\src\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:781 char:5 
+  $dispatcher = $utilityAssembly.CreateInstance(
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
+ CategoryInfo   : InvalidOperation: (:) [], RuntimeException 
+ FullyQualifiedErrorId : InvokeMethodOnNull 

Exception calling "CreateInstanceFrom" with "8" argument(s): "Could not load file or assembly 'file:///F:\Qubit 
Systems\ShipperBuyerV1\module-zero-template-2.1.1\src\packages\EntityFramework.6.1.3\tools\EntityFramework.PowerShell.dll' or one of its  dependencies. Operation is not supported. (Exception 
from HRESULT: 0x80131515)" 
At F:\Qubit Systems\ShipperBuyerV1\module-zero-template-2.1.1\src\packages\EntityFramework.6.1.3\tools\EntityFramework.psm1:809 char:5 
+  $domain.CreateInstanceFrom(
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
+ CategoryInfo   : NotSpecified: (:) [], MethodInvocationException 
+ FullyQualifiedErrorId : FileLoadException 
+0

이 파일이 있는지 확인하십시오. F : \ Qubit Systems \ ShipperBuyerV1 \ modul e-zero-template-2.1.1 \ src \ packages \ EntityFramework.6.1.3 \ tools \ EntityFramework.PowerShell.Utility.dll –

+0

예이 파일은 지정된 경로에 있습니다. 이제 어떻게해야할까요? Sir @Alper – MMG

답변

0

명령을 얻고 다시 설치 엔티티 프레임 워크 :

Uninstall-Package EntityFramework -Force 
다음

각 프로젝트에 대한 설치한다 :

Install-Package EntityFramework 

Visual Studio를 다시 시작하십시오.

+0

자세한 내용은이 주제를 확인하십시오. -> https://stackoverflow.com/questions/12318107/en-code-first-entity-framework-vs-web-express-2012/14994432#14994432 –

+0

Sir @Alper this entity-framework를 다시 설치하면 오류가 발생했습니다. 실행중인 스크립트가 비활성화되어 있기 때문에 파일 F : \ Qubit Systems \ ShipperBuyerV1 \ module-zero-template-2.1.1 \ src \ packages \ EntityFramework.6.1.3 \ tools \ install.ps1을로드 할 수 없습니다. 이 시스템에서. – MMG

+0

Sir @Alper "install.p s1" – MMG

0

당신이 시도 할 수 :

  • 실행 VS를 관리자로
  • 청소 & 당신이 완료 업데이트 패키지 -Reinstall을 사용할 수 있습니다
  • 어떤 경우에 OBJ 폴더

제거를 재 구축 모든 패키지를 다시 설치하십시오.