VMware Cloud Community
nareshunik
Enthusiast
Enthusiast

vcheck tools script problem.

i am using vcheck tools GUI script but i get below error message,

https://github.com/Sneddo/vCheck-Tools

error message.

Unable to load XAML: .NET Framework is missing or invalid XAML code was en

countered.

At line:1 char:11

+ .\Test.ps1 <<<<

    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorExcep

   tion

    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio

   n,Test.ps1

0 Kudos
2 Replies
LucD
Leadership
Leadership

Which PowerShell version are you using ?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
sneddo
Hot Shot
Hot Shot

Hey, this isn't really a PowerCLI issue, but will answer you here as well.

At the moment this is really a proof of concept, I expect quite a lot of these bugs.

Try the following:

  • Make sure you have the latest code- I must have updated with a buggy version by mistake at some point.
  • Rename to vCheck-Tools.ps1
  • Make sure there is a vCheck directory in the same directory containing the latest vCheck versions (or at least you need the VMware style as the image is used from this)

Next time just submit an issue on Github Smiley Happy

0 Kudos