Hi
I started using your tools and were happy with it for a few days making more or less some progress but got now the same Exception (only different dll version):
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.
Details:
System.IO.FileNotFoundException occurred
_HResult=-2147024894
_message=Could not load file or assembly 'Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.
HResult=-2147024894
IsTransient=false
Message=Could not load file or assembly 'Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.
Source=mscorlib
FileName=Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
FusionLog==== Pre-bind state information ===
LOG: DisplayName = Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
(Fully-specified)
LOG: Appbase = file:///C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin\Debug\MyProg.Wpf.UI.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: Syncfusion.Tools.WPF.Aero2, Version=13.3450.0.18, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
LOG: Attempting download of new URL file:///C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin/Debug/Syncfusion.Tools.WPF.Aero2.DLL.
LOG: Attempting download of new URL file:///C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin/Debug/Syncfusion.Tools.WPF.Aero2/Syncfusion.Tools.WPF.Aero2.DLL.
LOG: Attempting download of new URL file:///C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin/Debug/Syncfusion.Tools.WPF.Aero2.EXE.
LOG: Attempting download of new URL file:///C:/DEV/Apps/MyProg/MyProg.Wpf.UI/bin/Debug/Syncfusion.Tools.WPF.Aero2/Syncfusion.Tools.WPF.Aero2.EXE.
StackTrace:
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
InnerException:
This occurs only after adding a syncfusion:CheckListBox to my DataTemplate in syncfusion:GridTemplateColumn. If I remove the CheckListBox everything works ok.
XAML:
<syncfusion:GridTemplateColumn
MappingName="MyDataProperty"
HeaderText="My Title">
<!--TextBlock loaded in Display mode-->
<syncfusion:GridTemplateColumn.CellTemplate>
<DataTemplate>
<TextBlock Text="{Binding MyDataProperty.DisplayName}" />
</DataTemplate>
</syncfusion:GridTemplateColumn.CellTemplate>
<!--ComboBox loaded in Edit mode-->
<syncfusion:GridTemplateColumn.EditTemplate>
<DataTemplate>
<syncfusion:CheckListBox
>
<syncfusion:CheckListBoxItem Content="Item 1"/>
<syncfusion:CheckListBoxItem Content="Item 2"/>
<syncfusion:CheckListBoxItem Content="Item 3"/>
<syncfusion:CheckListBoxItem Content="Item 4"/>
</syncfusion:CheckListBox>
</DataTemplate>
</syncfusion:GridTemplateColumn.EditTemplate>
</syncfusion:GridTemplateColumn>
This did not worked anyway because the ChecklistBox has only the size of the datagrid cell and the CheckListBox content is barely visible. Perhaps I open another support call for that I don't know how to make an wider area for the ChecklistBox.
Note: I added the ChecklistBox control by drag & drop to my view. Visual Studio 2013 then paused for about 15 seconds and recovered then.
Before that, I could not type/use "syncfusion:CheckListBox ......". without error. I assume a reference has been added automatically.
Note: Today, I installed "Syncfusion Essential Tools WPF" on my machine. Unfortunately I don't know anymore before or after the error ocurred.
If you have a solution for the problem of the other reporting person I would be happy to enable me also trying the solution on my machine.
Thanks a lot