Jump to content
Software FX Community

Using Windows PowerShell


marco.shaw

Recommended Posts

(I am very familiar with PowerGadgets.)

Just curious whether I should be able to load charts from Windows PowerShell?

PS C:\Program Files\ChartFX Lite for .NET\bin> [reflection.assembly]::LoadFile("$pwd\ChartFX.Lite.dll")

GAC   Version   Location

---   -------   --------

False  v1.0.3705   C:\Program Files\ChartFX Lite for .NET\bin\ChartFX.Lite.dll

PS C:\Program Files\ChartFX Lite for .NET\bin> $chart=new-object SoftwareFX.ChartFX.Lite

New-Object : Cannot find type [softwareFX.ChartFX.Lite]: make sure the assembly containing this type is loaded.

At line:1 char:18

+ $chart=new-object  <<<< SoftwareFX.ChartFX.Lite

PS C:\Program Files\ChartFX Lite for .NET\bin>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...