We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ERROR: Could not load file or assembly 'Syncfusion.Tools.WPF.Aero2'

Hi,
I have a simple application that gives me the error "Could not load file or assembly 'Syncfusion.Tools.WPF.Aero2'" ... but this file doesn't exist on my machine anywhere!
Stranger still, the error disappears if i remove the from my XAML.

The full exception is ...
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.2450.0.29, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.

And the log trace ...
=== Pre-bind state information ===
LOG: DisplayName = Syncfusion.Tools.WPF.Aero2, Version=13.2450.0.29, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
(Fully-specified)
LOG: Appbase = file:///D://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: D:\\bin\Debug\HardymanJobManager.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.2450.0.29, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89
LOG: Attempting download of new URL file:///D://bin/Debug/Syncfusion.Tools.WPF.Aero2.DLL.
LOG: Attempting download of new URL file:///D://bin/Debug/Syncfusion.Tools.WPF.Aero2/Syncfusion.Tools.WPF.Aero2.DLL.
LOG: Attempting download of new URL file:///D://bin/Debug/Syncfusion.Tools.WPF.Aero2.EXE.
LOG: Attempting download of new URL file:///D://bin/Debug/Syncfusion.Tools.WPF.Aero2/Syncfusion.Tools.WPF.Aero2.EXE.

========================================================================================================================

Code Behind

=========
using Syncfusion.Windows.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;

namespace Surveys
{
///
/// Interaction logic for Survey.xaml
///

public partial class Survey : ChromelessWindow
{
public Survey()
{
InitializeComponent();
}
}
}
========

XAML
========
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="{Binding Number}" Height="832" Width="1549" WindowState="Maximized" Padding="0" FontSize="13" TextOptions.TextFormattingMode="Display">











========


Please help!
James.


10 Replies

JR James Randle November 30, 2015 10:58 PM UTC

Sorry, the XAML didn't paste properly ... here it is again

<<syncfusion:ChromelessWindow x:class="Surveys.Survey"
 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="{Binding Number}" Height="832" Width="1549" WindowState="Maximized" Padding="0" FontSize="13" TextOptions.TextFormattingMode="Display">
               <<syncfusion:TabControlExt x:Name="tc" FontSize="20" Grid.Row="1" CloseButtonType="Hide" ShowTabListContextMenu="False" ShowTabItemContextMenu="False" AllowDragDrop="False" >
                    <<syncfusion:TabItemExt x:Name="tcScheduleAndVariations" Header="Schedule And Variations" MinWidth="150" MinHeight="20" />
                    <<syncfusion:TabItemExt x:Name="tcCosts" Header="Costs" MinWidth="150" MinHeight="20" />
                    <<syncfusion:TabItemExt x:Name="tcPerformance" Header="Performance" MinWidth="150" MinHeight="20"/>
                <</syncfusion:TabControlExt>
<</syncfusion:ChromelessWindow>


VJ Victory Jessie Selvam D Syncfusion Team December 1, 2015 11:27 AM UTC

Hi James,

We were able to reproduce the reported issue "Could not find assembly Syncfusion.Tools.WPF.Aero2 crash" and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any questions.

Regards,
Jessie


JR James Randle December 4, 2015 01:38 PM UTC

Hi Jessie,
Thanks again!


DS dsfakjhasdfkbn December 7, 2015 02:46 PM UTC

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




VJ Victory Jessie Selvam D Syncfusion Team December 8, 2015 10:43 AM UTC

Hi Alesch,

Thank you for using Syncfusion products.

We were able to reproduce the reported issue "Could not find assembly Syncfusion.Tools.WPF.Aero2 crash" and have logged defect report regarding this. A support incident to track the status of this defect and other queries has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let us know if you have any questions.

Regards,
Jessie


JT Juraj Tomana March 30, 2017 07:51 AM UTC

Hi.

I have the same problem (Syncfusion.Tools.Wpf.Aero2 failed to load...) in Syncfusion 15.1.0.33. 

Regards,
Juraj


KJ Keerthana Jegannathan Syncfusion Team March 31, 2017 04:25 AM UTC

Hi Juraj, 
 
We considered the issue “Could not load Syncfusion.Tools.WPF.Aero2” is bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates. 
 
 
Regards, 
 
Keerthana J 



IH Ian Hughes April 6, 2017 02:56 PM UTC

Please advise the status? I am also suffering from this error.


KJ Keerthana Jegannathan Syncfusion Team April 7, 2017 06:35 AM UTC

Hi Lan,  
  
We considered the issue “Could not load Syncfusion.Tools.WPF.Aero2” is bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.  
  
  
Regards,  
  
Keerthana J 



KJ Keerthana Jegannathan Syncfusion Team April 11, 2017 10:51 AM UTC

Hi All, 
  
The reported issue has been fixed internally and it will be included in our main release Volume 2 which is scheduled to be rolled out by the end of April, 2017. 
 
Regards, 
Keerthana J 


Loader.
Live Chat Icon For mobile
Up arrow icon