jogibear9988 wrote:
The application is runed from local C:\ of the pc's
Here is the entire code with no code behind
I'd think this has any relation to the toolkit!Thank You for you answer... could you please elaborate Maybe you have Network drives in your PATH Variable
Maybe you have Network drives in your PATH Variable
The application is runed from local C:\ of the pc's
Here is the entire code with no code behind
<Window x:Class="testWPF2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:testWPF2"
mc:Ignorable="d" xmlns:wpfTool="clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit"
Title="MainWindow" Height="350" Width="525">
<wpfTool:BusyIndicator Name="wpfLoading" BusyContent="Se Tiparesc Etichetele..." >
<StackPanel>
<Label>test</Label>
</StackPanel>
</wpfTool:BusyIndicator>
</Window>