Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. PM> add-migration InitialModel -force
  2. Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///Z:16.REFACCO - REPAIR FACTORY
  3. CONTROL3.0-Refacco30refaccoPortalpackagesEntityFramework.6.2.0toolsEntityFramework.PowerShell.Utility.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)"
  4. At Z:16.REFACCO - REPAIR FACTORY CONTROL3.0-Refacco30refaccoPortalpackagesEntityFramework.6.2.0toolsEntityFramework.psm1:782 char:5
  5. + $utilityAssembly = [System.Reflection.Assembly]::LoadFrom((Join-P ...
  6. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  8. + FullyQualifiedErrorId : FileLoadException
  9.  
  10. You cannot call a method on a null-valued expression.
  11. At Z:16.REFACCO - REPAIR FACTORY CONTROL3.0-Refacco30refaccoPortalpackagesEntityFramework.6.2.0toolsEntityFramework.psm1:783 char:5
  12. + $dispatcher = $utilityAssembly.CreateInstance(
  13. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. + CategoryInfo : InvalidOperation: (:) [], RuntimeException
  15. + FullyQualifiedErrorId : InvokeMethodOnNull
  16.  
  17. Exception calling "CreateInstanceFrom" with "8" argument(s): "Could not load file or assembly 'file:///Z:16.REFACCO - REPAIR FACTORY
  18. CONTROL3.0-Refacco30refaccoPortalpackagesEntityFramework.6.2.0toolsEntityFramework.PowerShell.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)"
  19. At Z:16.REFACCO - REPAIR FACTORY CONTROL3.0-Refacco30refaccoPortalpackagesEntityFramework.6.2.0toolsEntityFramework.psm1:811 char:5
  20. + $domain.CreateInstanceFrom(
  21. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  23. + FullyQualifiedErrorId : FileLoadException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement