2

When I try to load my Snap-In in PowerShell 1.0 it fails with an error stating that my assembly cannot be loaded due to a dependency on .NET 3.5, which is different to the version of .NET that is currently loaded.

Is it possible to work around this and have PowerShell 1.0 load a Cmdlet with a dependency on .NET 3.5, or is the only option to upgrade to PowerShell 2.0?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Daniel Fortunov
  • 43,309
  • 26
  • 81
  • 106

1 Answers1

0

Does this question/answer help at all? Using PowerShell with .NET 3.5 runtime/libraries

I'm curious about the answer as well.

Community
  • 1
  • 1
Glenn
  • 1,687
  • 15
  • 21