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

をコマンド取得しています再インストールEn​​tity Frameworkの:

Uninstall-Package EntityFramework -Force 
その後

各プロジェクトのためにそれをインストールします。

Install-Package EntityFramework 

Visual Studioを再起動します。

+0

詳細については、このトピックをチェックしてください - > https://stackoverflow.com/questions/12318107/enabling-code-first-entity-framework-vs-web-express-2012/14994432#14994432 –

+0

Sir @Alper thisエンティティフレームワークのインストール時にエラーが発生しました。ファイル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フォルダ

を削除

  • を再構築します。すべてのパッケージを再インストール

  • 関連する問題