marco.shaw Posted August 1, 2007 Report Share Posted August 1, 2007 (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> Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 1, 2007 Report Share Posted August 1, 2007 The type you want to use is SoftwareFX.ChartFX.Lite.Chart We have not tested loading it in powershell but it should work. Note that this is a WinForms component so you will need to host it in a Form. JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.