We recently updated all of our references to the Syncfusion 13.1 release from the 12.4 version. Prior to the update we were having no issues at all. Now we get :
System.IO.FileNotFoundException occurred
_HResult=-2147024894
_message=Could not load file or assembly 'Syncfusion.ReportViewer.WPF, Culture=neutral' or one of its dependencies. The system cannot find the file specified.
HResult=-2147024894
IsTransient=false
Message=Could not load file or assembly 'Syncfusion.ReportViewer.WPF, Culture=neutral' or one of its dependencies. The system cannot find the file specified.
Source=mscorlib
FileName=Syncfusion.ReportViewer.WPF, Culture=neutral
FusionLog==== Pre-bind state information ===
LOG: DisplayName = Syncfusion.ReportViewer.WPF, Culture=neutral
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: Syncfusion.ReportViewer.WPF, Culture=neutral | Domain ID: 1
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Projects/HenningSoftwareVisualEstiTrack/VisualEstiTrack/VisualEstiTrack/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Projects\HenningSoftwareVisualEstiTrack\VisualEstiTrack\VisualEstiTrack\bin\Debug\VisualEstiTrack.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: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Projects/HenningSoftwareVisualEstiTrack/VisualEstiTrack/VisualEstiTrack/bin/Debug/Syncfusion.ReportViewer.WPF.DLL.
LOG: Attempting download of new URL file:///C:/Projects/HenningSoftwareVisualEstiTrack/VisualEstiTrack/VisualEstiTrack/bin/Debug/Syncfusion.ReportViewer.WPF/Syncfusion.ReportViewer.WPF.DLL.
LOG: Attempting download of new URL file:///C:/Projects/HenningSoftwareVisualEstiTrack/VisualEstiTrack/VisualEstiTrack/bin/Debug/Syncfusion.ReportViewer.WPF.EXE.
LOG: Attempting download of new URL file:///C:/Projects/HenningSoftwareVisualEstiTrack/VisualEstiTrack/VisualEstiTrack/bin/Debug/Syncfusion.ReportViewer.WPF/Syncfusion.ReportViewer.WPF.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:
We have double checked that every assembly is now referencing the new version and that each assembly that the report designer is dependent upon has been referenced. Where there any major changes made that could cause this exception? Also, is there a reason that the reportdesigner.dll is not available via the Syncfusion Wpf Nuget?