Quantcast
Channel: AvalonDock
Viewing all articles
Browse latest Browse all 2690

New Post: Error on install from NUGet

$
0
0
Hi

I have a problem installing the Avalon Dock from a nuget package

I get the follow error below

WPF\packages\Xceed.Products.Wpf.Toolkit.AvalonDock.2.8.15465.16500\tools\install.ps1:296 char:1
  • [int] $major = $package.Version.Version.Major
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
    • FullyQualifiedErrorId : PropertyNotFoundStrict
The property 'Version' cannot be found on this object. Verify that the property exists.
At ...\packages\Xceed.Products.Wpf.Toolkit.AvalonDock.2.8.15465.16500\tools\install.ps1:297 char:1
  • [int] $minor = $package.Version.Version.Minor
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
    • FullyQualifiedErrorId : PropertyNotFoundStrict
Successfully installed 'Xceed.Products.Wpf.Toolkit.AvalonDock 2.8.15465.16500' to RMS Mapping WPF
========== Finished ==========

Has anyone got any cluse about what the problem is ?

Regards

Colin

Viewing all articles
Browse latest Browse all 2690

Trending Articles