Problem with gauges...

Gauge for WPF Forum

Posted 13 years ago by Krzysiek
Version: 11.1.0542
Avatar
hello,
I'm trying to make a Gauge on DocumentWindow...but every time I have problem:

"Set connectionId threw an exception. Row number 10, position 14"

My xaml looks like this:

<docking:DocumentWindow x:Class="AirPlanePanel.View.FrontPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:docking="http://schemas.actiprosoftware.com/winfx/xaml/docking"
xmlns:shared="http://schemas.actiprosoftware.com/winfx/xaml/shared"
xmlns:prism="http://www.codeplex.com/prism"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:asd="clr-namespace:ActiproSoftware.Products.Gauge;assembly=ActiproSoftware.Gauge.Wpf351"
xmlns:gauge="http://schemas.actiprosoftware.com/winfx/xaml/gauge" <- here is a problem
mc:Ignorable="d"
d:DesignHeight="323" d:DesignWidth="400"
Title="Front Panel" >
<StackPanel>
<gauge:CircularGauge Margin="97,95,0,0" Name="circularGauge1" Height="102" Width="124" />
</StackPanel>
</docking:DocumentWindow>

I was trying with every Controls form Gauge section, and nothing good happened.

Comments (2)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hello,

Sorry, it's hard to tell what the issue could be without seeing it in action. What you have above looks fine, assuming you have referenced the ActiproSoftware.Gauge.Wpf351 assembly.

If you can please put together a small sample project that reproduces your issue and email it over then we can take a closer look. Be sure to remove any executables or change the extension of the zip file to ensure it gets past our email filters.


Actipro Software Support

Posted 13 years ago by Krzysiek
Avatar
I've solved it. My download was incorrect, and something was wrong with Gauge reference. Now I've downloaded new one, and everything is working :)

Have a nice day ^^
The latest build of this product (v24.1.2) was released 3 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.