This is a migrated thread and some comments may be shown as answers.

ILMerge.Merge: The assembly 'Telerik.Documents.SpreadsheetStreaming' was not merged in correctly.

14 Answers 1027 Views
SpreadStreamProcessing
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Iron
Iron
Brian asked on 05 Jan 2018, 03:14 PM

I am trying to Merge (embed) the Telerik.Documents.SpreadsheetStreaming.dll into my exe. I am able to add all of the DLL's that have referenced in my project with the exception of the one listed. I tried doing it via command line first and it did the same thing as it is when running it as a task in VS2017 Post Build Event.

 

It keeps coming back saying "It is still listed as an external reference in the target assembly."

 

14 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 08 Jan 2018, 09:24 AM
Hi Brian,

Thank you for writing.

In order to redistribute assemblies from the Document Processing Libraries, you will need to build their source code. It can be downloaded straight from your Telerik Account. Please also check the following documentation article with instructions on how to modify the source code: https://docs.telerik.com/devtools/winforms/installation-deployment-and-distribution/redistributing-telerik-ui-for-winforms#usingthe-telerik-document-processing-libraries-in-your-solutions.

I hope this helps. Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 08 Jan 2018, 01:47 PM

Thanks Hristo for responding Hristo! Downloading them now. I will mark the answer if this works for me otherwise I will update with more details.

 

 

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 08 Jan 2018, 02:23 PM

Hristo, I downloaded the Source and unzipped the files. The Files are named WinForms, yet the documentation included in the ZIP is for building WPF versions. The Build\Batch files also show in the command line as WPF. 

Are these the incorrect files? or am I missing something?

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 08 Jan 2018, 03:41 PM
On another note, I extracted the Telerik_UI_For_WinForms_2017_3_1017_source and open the project, and it hangs. So not able to run it or compile it.
0
Tanya
Telerik team
answered on 10 Jan 2018, 04:24 PM
Hi Brian,

The files you have downloaded are the right ones - Telerik Document Processing was initially distributed with the UI for WPF suite and I am afraid that the build documentation and file names are still not updated. Just to ensure we are on the same page, the archive containing the source of the Document Processing libraries is named Telerik_UI_For_WinForms_[version]_DPL_source.zip.

I tested both sources - of UI for WinForms and of Telerik Document Processing - and managed to build them successfully and merge the outputted binaries. Could you please send us more information about the scenario? Which is the version of Visual Studio you use? Can you also share the command you are using to merge the assemblies?

Regards,
Tanya
Progress Telerik

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 10 Jan 2018, 04:38 PM

Hello Tanya, yes, I am using the DPL source in the WinForms download.

Running VS2017 Enterprise Edition and have .NET thru v4.7 installed.

 I tried to run the command line version of ILMerge and kept getting errors. Adding it to the projects .csproj I was able to merge the dll's with the exception of the one noted above.

Here is how I am running the command to merge;

<UsingTask TaskName="ILMerge.MSBuild.Tasks.ILMerge" AssemblyFile="$(SolutionDir)\packages\ILMerge.MSBuild.Tasks.1.0.0.3\tools\ILMerge.MSBuild.Tasks.dll" />
<Target Name="AfterBuild">
  <ItemGroup>
    <MergeAsm Include="$(OutputPath)$(TargetFileName)" />
    <MergeAsm Include="$(OutputPath)BnsfLib.dll" />
    <MergeAsm Include="$(OutputPath)TelerikExport.dll" />
    <MergeAsm Include="$(OutputPath)TelerikData.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.WinControls.GridView.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.WinControls.Themes.Windows8.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.WinControls.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.WinControls.UI.dll" />
    <MergeAsm Include="$(OutputPath)TelerikCommon.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Documents.SpreadsheetStreaming.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Documents.Core.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Documents.Fixed.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Documents.Spreadsheet.dll" />
    <MergeAsm Include="$(OutputPath)Telerik.Windows.Zip.dll" />
  </ItemGroup>
  <PropertyGroup>
    <MergedAssembly>$(ProjectDir)$(OutDir)CTCStatistics.exe</MergedAssembly>
  </PropertyGroup>
  <Message Text="ILMerge @(MergeAsm) -> $(MergedAssembly)" Importance="high" />
  <ILMerge InputAssemblies="@(MergeAsm)" OutputFile="$(MergedAssembly)" TargetKind="SameAsPrimaryAssembly" Closed="true" />
</Target>
0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 10 Jan 2018, 04:43 PM
Tanya, I re-extracted the source code files and was able to compile them without errors.
0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 11 Jan 2018, 01:31 PM

Alright, after going thru each step by step again, I was able to compile both the DPL and the WinForms Source. I copied the binaries from the DPL into the BIN folder of the compiled WinForms source. Added them as references, and recompiled my program. I still get the error with the SpresheetStreaming dll.

What did I miss?

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 11 Jan 2018, 04:24 PM

I am attaching the ILMerge log with the results of the last time I tried to merge.

Set platform to '4.0', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Set platform to 'v2', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe'.
 Successfully read in assembly.
 There were no errors reported in CTCStatistics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll'.
 Successfully read in assembly.
 There were no errors reported in BnsfLib's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Documents.SpreadsheetStreaming's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.GridView's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadDock's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadSpreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.Themes.Windows8's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.UI's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Core's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Fixed's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Zip's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikCommon's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikData's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikExport's metadata.
Checking to see that all of the input assemblies have a compatible PeKind.
 CTCStatistics.PeKind = ILonly, Requires32bits
 BnsfLib.PeKind = ILonly
 Telerik.Documents.SpreadsheetStreaming.PeKind = ILonly
 Telerik.WinControls.PeKind = ILonly
 Telerik.WinControls.GridView.PeKind = ILonly
 Telerik.WinControls.RadDock.PeKind = ILonly
 Telerik.WinControls.RadSpreadsheet.PeKind = ILonly
 Telerik.WinControls.Themes.Windows8.PeKind = ILonly
 Telerik.WinControls.UI.PeKind = ILonly
 Telerik.Windows.Documents.Core.PeKind = ILonly
 Telerik.Windows.Documents.Fixed.PeKind = ILonly
 Telerik.Windows.Documents.Flow.PeKind = ILonly
 Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Zip.PeKind = ILonly
 TelerikCommon.PeKind = ILonly
 TelerikData.PeKind = ILonly
 TelerikExport.PeKind = ILonly
All input assemblies have a compatible PeKind value.
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Drawing'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Drawing' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Drawing.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Data'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Data' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Data.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Xml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Xml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Xml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.Documents.SpreadsheetStreaming' is referencing assembly 'System.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Core' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Core.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Windows.Forms' is referencing assembly 'Accessibility'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Accessibility' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Accessibility.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'WindowsBase'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'PresentationCore'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'PresentationFramework'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Core' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'System.Xaml'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Xaml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Xaml.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Fixed' is referencing assembly 'System.Security'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Security' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Security.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Spreadsheet' is referencing assembly 'System.Numerics'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Numerics' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Numerics.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Windows.Documents.Fixed'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Fixed' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Documents.SpreadsheetStreaming'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Documents.SpreadsheetStreaming' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'. (Used referencing Module's directory.)
Merging assembly-level attributes from input assemblies for the target assembly.
Merging assembly 'CTCStatistics' into target assembly.
Merging assembly 'BnsfLib' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'BnsfLib') to 'BnsfLib.<PrivateImplementationDetails>'
Merging assembly 'Telerik.Documents.SpreadsheetStreaming' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Documents.SpreadsheetStreaming' being deleted from target assembly
Merging assembly 'Telerik.WinControls' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls') to 'Telerik.WinControls.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls' being deleted from target assembly
Merging assembly 'Telerik.WinControls.GridView' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.GridView') to 'Telerik.WinControls.GridView46410935.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.GridView') to 'Telerik.WinControls.GridView.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.GridView' being deleted from target assembly
Merging assembly 'Telerik.WinControls.RadDock' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.RadDock') to 'Telerik.WinControls.RadDock47180780.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.RadDock') to 'Telerik.WinControls.RadDock.<PrivateImplementationDetails>'
Merging assembly 'Telerik.WinControls.RadSpreadsheet' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet47322237.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type 'Telerik.WinControls.UI.Properties.Resources' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet.Resources'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet.<PrivateImplementationDetails>'
Merging assembly 'Telerik.WinControls.Themes.Windows8' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.Themes.Windows8') to 'Telerik.WinControls.Themes.Windows848068826.BitmapSuffixInSameAssemblyAttribute'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.Themes.Windows8' being deleted from target assembly
Merging assembly 'Telerik.WinControls.UI' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI48069064.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type 'Telerik.WinControls.UI.Properties.Resources' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI.Resources'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.UI' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Core' into target assembly.
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.AssemblyProtection' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49646273.AssemblyProtection'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.LicensingMode' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49646273.LicensingMode'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.TelerikLicense' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49646273.TelerikLicense'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.TrialMessages' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49646273.TrialMessages'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Core' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Fixed' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Fixed' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Flow' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow.FormatProviders.Pdf' into target assembly.
Merging assembly 'Telerik.Windows.Documents.Spreadsheet' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' being deleted from target assembly
Merging assembly 'Telerik.Windows.Zip' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Zip' being deleted from target assembly
Merging assembly 'TelerikCommon' into target assembly.
Merging assembly 'TelerikData' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'TelerikData') to 'TelerikData.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikData' being deleted from target assembly
Merging assembly 'TelerikExport' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikExport' being deleted from target assembly
Copying 5 Win32 Resources from assembly 'CTCStatistics' into target assembly.
Transferring entry point 'CTC_Statistics.Program.Main' from assembly 'CTCStatistics' to assembly 'CTCStatistics'.
 There were no errors reported in the target assembly's metadata.
ILMerge: Writing target assembly 'C:\#support\Apps\CTCStatistics.exe'.
AssemblyResolver: Assembly 'System' is referencing assembly 'System.Configuration'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Configuration' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Configuration.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.EnterpriseServices'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.EnterpriseServices' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.EnterpriseServices.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Transactions'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Transactions' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Transactions.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Xml' is referencing assembly 'System.Data.SqlXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Data.SqlXml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Data.SqlXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'UIAutomationProvider'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'UIAutomationTypes'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
The assembly 'Telerik.Documents.SpreadsheetStreaming' was not merged in correctly. It is still listed as an external reference in the target assembly.

0
Tanya
Telerik team
answered on 12 Jan 2018, 04:20 PM
Hi Brian,

Thank you for sharing the log.

From the logged messages, seems like the assemblies UIAutomationProvider.dll and UIAutomationTypes.dll are missing and the dependencies on them cannot be resolved. These assemblies come from the .NET Framework and are usually located in its folder and registered in the GAC. Could you please check that? If they are indeed missing, you could try repairing the .NET framework.

Regards,
Tanya
Progress Telerik

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 12 Jan 2018, 04:35 PM

Morning Tanya, Yes, those two assemblies were not in my project. Added them in and recompiled, then ran ILMerge. Here are the results; Failed again, with a different reason.

Set platform to '4.0', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Set platform to 'v2', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe'.
 Successfully read in assembly.
 There were no errors reported in CTCStatistics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll'.
 Successfully read in assembly.
 There were no errors reported in BnsfLib's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Documents.SpreadsheetStreaming's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.GridView's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadDock's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadSpreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.Themes.Windows8's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.UI's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Core's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Fixed's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Zip's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikCommon's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikData's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikExport's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationProvider's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationTypes's metadata.
Checking to see that all of the input assemblies have a compatible PeKind.
 CTCStatistics.PeKind = ILonly, Requires32bits
 BnsfLib.PeKind = ILonly
 Telerik.Documents.SpreadsheetStreaming.PeKind = ILonly
 Telerik.WinControls.PeKind = ILonly
 Telerik.WinControls.GridView.PeKind = ILonly
 Telerik.WinControls.RadDock.PeKind = ILonly
 Telerik.WinControls.RadSpreadsheet.PeKind = ILonly
 Telerik.WinControls.Themes.Windows8.PeKind = ILonly
 Telerik.WinControls.UI.PeKind = ILonly
 Telerik.Windows.Documents.Core.PeKind = ILonly
 Telerik.Windows.Documents.Fixed.PeKind = ILonly
 Telerik.Windows.Documents.Flow.PeKind = ILonly
 Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Zip.PeKind = ILonly
 TelerikCommon.PeKind = ILonly
 TelerikData.PeKind = ILonly
 TelerikExport.PeKind = ILonly
 UIAutomationProvider.PeKind = ILonly
 UIAutomationTypes.PeKind = ILonly
All input assemblies have a compatible PeKind value.
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Drawing'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Drawing' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Drawing.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Data'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Data' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Data.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Xml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Xml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Xml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.Documents.SpreadsheetStreaming' is referencing assembly 'System.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Core' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Core.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Windows.Forms' is referencing assembly 'Accessibility'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Accessibility' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Accessibility.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'WindowsBase'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'PresentationCore'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'PresentationFramework'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Core' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'System.Xaml'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Xaml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Xaml.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Fixed' is referencing assembly 'System.Security'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Security' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Security.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Spreadsheet' is referencing assembly 'System.Numerics'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Numerics' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Numerics.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Windows.Documents.Fixed'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Fixed' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Documents.SpreadsheetStreaming'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Documents.SpreadsheetStreaming' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'. (Used referencing Module's directory.)
Merging assembly-level attributes from input assemblies for the target assembly.
Merging assembly 'CTCStatistics' into target assembly.
Merging assembly 'BnsfLib' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'BnsfLib') to 'BnsfLib.<PrivateImplementationDetails>'
Merging assembly 'Telerik.Documents.SpreadsheetStreaming' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Documents.SpreadsheetStreaming' being deleted from target assembly
Merging assembly 'Telerik.WinControls' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls') to 'Telerik.WinControls.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls' being deleted from target assembly
Merging assembly 'Telerik.WinControls.GridView' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.GridView') to 'Telerik.WinControls.GridView46412533.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.GridView') to 'Telerik.WinControls.GridView.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.GridView' being deleted from target assembly
Merging assembly 'Telerik.WinControls.RadDock' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.RadDock') to 'Telerik.WinControls.RadDock47182378.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.RadDock') to 'Telerik.WinControls.RadDock.<PrivateImplementationDetails>'
Merging assembly 'Telerik.WinControls.RadSpreadsheet' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet47323835.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type 'Telerik.WinControls.UI.Properties.Resources' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet.Resources'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.RadSpreadsheet') to 'Telerik.WinControls.RadSpreadsheet.<PrivateImplementationDetails>'
Merging assembly 'Telerik.WinControls.Themes.Windows8' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.Themes.Windows8') to 'Telerik.WinControls.Themes.Windows848070424.BitmapSuffixInSameAssemblyAttribute'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.Themes.Windows8' being deleted from target assembly
Merging assembly 'Telerik.WinControls.UI' into target assembly.
Duplicate type name: modifying name of the type 'System.Drawing.BitmapSuffixInSameAssemblyAttribute' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI48070662.BitmapSuffixInSameAssemblyAttribute'
Duplicate type name: modifying name of the type 'Telerik.WinControls.UI.Properties.Resources' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI.Resources'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'Telerik.WinControls.UI') to 'Telerik.WinControls.UI.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.UI' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Core' into target assembly.
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.AssemblyProtection' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49647871.AssemblyProtection'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.LicensingMode' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49647871.LicensingMode'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.TelerikLicense' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49647871.TelerikLicense'
Duplicate type name: modifying name of the type 'Telerik.Windows.Documents.Licensing.TrialMessages' (from assembly 'Telerik.Windows.Documents.Core') to 'Telerik.Windows.Documents.Core49647871.TrialMessages'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Core' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Fixed' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Fixed' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Flow' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow.FormatProviders.Pdf' into target assembly.
Merging assembly 'Telerik.Windows.Documents.Spreadsheet' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' being deleted from target assembly
Merging assembly 'Telerik.Windows.Zip' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Zip' being deleted from target assembly
Merging assembly 'TelerikCommon' into target assembly.
Merging assembly 'TelerikData' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'TelerikData') to 'TelerikData.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikData' being deleted from target assembly
Merging assembly 'TelerikExport' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikExport' being deleted from target assembly
Merging assembly 'UIAutomationProvider' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'UIAutomationProvider' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'UIAutomationProvider' being deleted from target assembly
Merging assembly 'UIAutomationTypes' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'UIAutomationTypes' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'UIAutomationTypes' being deleted from target assembly
Copying 5 Win32 Resources from assembly 'CTCStatistics' into target assembly.
Transferring entry point 'CTC_Statistics.Program.Main' from assembly 'CTCStatistics' to assembly 'CTCStatistics'.
 There were no errors reported in the target assembly's metadata.
ILMerge: Writing target assembly 'C:\#support\Apps\CTCStatistics.exe'.
AssemblyResolver: Assembly 'System' is referencing assembly 'System.Configuration'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Configuration' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Configuration.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.EnterpriseServices'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.EnterpriseServices' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.EnterpriseServices.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Transactions'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Transactions' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Transactions.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Xml' is referencing assembly 'System.Data.SqlXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Data.SqlXml' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Data.SqlXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'. (Used referencing Module's directory.)
The assembly 'Telerik.Documents.SpreadsheetStreaming' was not merged in correctly. It is still listed as an external reference in the target assembly.

 

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 12 Jan 2018, 07:45 PM

Tanya, I see where it wanted a couple of more assemblies added, added them and now I get this error;

Set platform to '4.0', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Set platform to 'v2', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Accessibility.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationCore.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationFramework.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Configuration.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.DataSetExtensions.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.SqlXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Deployment.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Drawing.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Numerics.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Printing.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Security.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Windows.Input.Manipulations.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xaml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.Linq.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\WindowsBase.dll
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe'.
 Successfully read in assembly.
 There were no errors reported in CTCStatistics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Accessibility.dll'.
 Successfully read in assembly.
 There were no errors reported in Accessibility's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll'.
 Successfully read in assembly.
 There were no errors reported in BnsfLib's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationCore.dll'.
 Successfully read in assembly.
 There were no errors reported in PresentationCore's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationFramework.dll'.
 Successfully read in assembly.
 There were no errors reported in PresentationFramework's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Configuration.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Configuration's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.DataSetExtensions.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data.DataSetExtensions's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.SqlXml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data.SqlXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Deployment.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Deployment's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.dll'.
 Successfully read in assembly.
 There were no errors reported in System's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Drawing.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Drawing's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Numerics.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Numerics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Printing.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Printing's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Security.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Security's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Windows.Input.Manipulations.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Windows.Input.Manipulations's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xaml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xaml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.Linq.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xml.Linq's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Documents.SpreadsheetStreaming's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.GridView's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadDock's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadSpreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.Themes.Windows8's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.UI's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Core's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Fixed's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Zip's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikCommon's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikData's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikExport's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationProvider's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationTypes's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\WindowsBase.dll'.
 Successfully read in assembly.
 There were no errors reported in WindowsBase's metadata.
Checking to see that all of the input assemblies have a compatible PeKind.
 CTCStatistics.PeKind = ILonly, Requires32bits
 Accessibility.PeKind = ILonly
 BnsfLib.PeKind = ILonly
 PresentationCore.PeKind = ILonly
 PresentationFramework.PeKind = ILonly
 System.Configuration.PeKind = ILonly
 System.Data.DataSetExtensions.PeKind = ILonly
 System.Data.PeKind = ILonly
 System.Data.SqlXml.PeKind = ILonly
 System.Deployment.PeKind = ILonly
 System.PeKind = ILonly
 System.Drawing.PeKind = ILonly
 System.Numerics.PeKind = ILonly
 System.Printing.PeKind = ILonly
 System.Security.PeKind = ILonly
 System.Windows.Input.Manipulations.PeKind = ILonly
 System.Xaml.PeKind = ILonly
 System.Xml.PeKind = ILonly
 System.Xml.Linq.PeKind = ILonly
 Telerik.Documents.SpreadsheetStreaming.PeKind = ILonly
 Telerik.WinControls.PeKind = ILonly
 Telerik.WinControls.GridView.PeKind = ILonly
 Telerik.WinControls.RadDock.PeKind = ILonly
 Telerik.WinControls.RadSpreadsheet.PeKind = ILonly
 Telerik.WinControls.Themes.Windows8.PeKind = ILonly
 Telerik.WinControls.UI.PeKind = ILonly
 Telerik.Windows.Documents.Core.PeKind = ILonly
 Telerik.Windows.Documents.Fixed.PeKind = ILonly
 Telerik.Windows.Documents.Flow.PeKind = ILonly
 Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Zip.PeKind = ILonly
 TelerikCommon.PeKind = ILonly
 TelerikData.PeKind = ILonly
 TelerikExport.PeKind = ILonly
 UIAutomationProvider.PeKind = ILonly
 UIAutomationTypes.PeKind = ILonly
 WindowsBase.PeKind = ILonly
All input assemblies have a compatible PeKind value.
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'System.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Core' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Core.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'PresentationUI'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'ReachFramework'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Transactions'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Transactions' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Transactions.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.EnterpriseServices'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.EnterpriseServices' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.EnterpriseServices.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Core' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Windows.Documents.Fixed'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Fixed' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Documents.SpreadsheetStreaming'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Documents.SpreadsheetStreaming' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'. (Used referencing Module's directory.)
Merging assembly-level attributes from input assemblies for the target assembly.
Merging assembly 'CTCStatistics' into target assembly.
Merging assembly 'Accessibility' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Accessibility' being deleted from target assembly
Merging assembly 'BnsfLib' into target assembly.
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'BnsfLib') to 'BnsfLib.<PrivateImplementationDetails>'
Merging assembly 'PresentationCore' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'PresentationCore' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'PresentationCore' being deleted from target assembly
Merging assembly 'PresentationFramework' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'PresentationFramework' being deleted from target assembly
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'PresentationFramework' being deleted from target assembly
Merging assembly 'System.Configuration' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Configuration' being deleted from target assembly
Merging assembly 'System.Data.DataSetExtensions' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data.DataSetExtensions' being deleted from target assembly
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'System.Data.DataSetExtensions' being deleted from target assembly
Merging assembly 'System.Data' into target assembly.
Duplicate type name: modifying name of the type '_GUID' (from assembly 'System.Data') to 'System.Data35952756._GUID'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.ModuleLoadException' (from assembly 'System.Data') to 'System.Data35952756.ModuleLoadException'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.ModuleLoadExceptionHandlerException' (from assembly 'System.Data') to 'System.Data35952756.ModuleLoadExceptionHandlerException'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.ModuleUninitializer' (from assembly 'System.Data') to 'System.Data35952756.ModuleUninitializer'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.LanguageSupport' (from assembly 'System.Data') to 'System.Data35952756.LanguageSupport'
Duplicate type name: modifying name of the type 'gcroot<System::String ^>' (from assembly 'System.Data') to 'System.Data35952756.gcroot<System::String ^>'
Duplicate type name: modifying name of the type '<CppImplementationDetails>.$ArrayType$$$BY00Q6MPBXXZ' (from assembly 'System.Data') to 'System.Data35952756.$ArrayType$$$BY00Q6MPBXXZ'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.Progress' (from assembly 'System.Data') to 'System.Data35952756.Progress'
Duplicate type name: modifying name of the type '<CrtImplementationDetails>.ThisModule' (from assembly 'System.Data') to 'System.Data35952756.ThisModule'
Duplicate type name: modifying name of the type '_EXCEPTION_POINTERS' (from assembly 'System.Data') to 'System.Data35952756._EXCEPTION_POINTERS'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data' being deleted from target assembly
Merging assembly 'System.Data.SqlXml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data.SqlXml' being deleted from target assembly
Merging assembly 'System.Deployment' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Deployment' being deleted from target assembly
Merging assembly 'System' into target assembly.
Duplicate type name: modifying name of the type 'System.Configuration.PrivilegedConfigurationManager' (from assembly 'System') to 'System37039974.PrivilegedConfigurationManager'
Duplicate type name: modifying name of the type '<PrivateImplementationDetails>' (from assembly 'System') to 'System.<PrivateImplementationDetails>'
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System' being deleted from target assembly
Merging assembly 'System.Drawing' into target assembly.
ERROR!!: Duplicate type 'System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute' found in assembly 'System.Drawing'. Do you want to use the /alllowDup option?
Set platform to '4.0', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Set platform to 'v2', using directory 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Accessibility.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationCore.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationFramework.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Configuration.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.DataSetExtensions.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.SqlXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Deployment.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Drawing.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Numerics.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Printing.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Security.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Windows.Input.Manipulations.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xaml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.Linq.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll
 F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\WindowsBase.dll
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\CTCStatistics.exe'.
 Successfully read in assembly.
 There were no errors reported in CTCStatistics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Accessibility.dll'.
 Successfully read in assembly.
 There were no errors reported in Accessibility's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\BnsfLib.dll'.
 Successfully read in assembly.
 There were no errors reported in BnsfLib's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationCore.dll'.
 Successfully read in assembly.
 There were no errors reported in PresentationCore's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationFramework.dll'.
 Successfully read in assembly.
 There were no errors reported in PresentationFramework's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Configuration.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Configuration's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.DataSetExtensions.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data.DataSetExtensions's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.SqlXml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Data.SqlXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Deployment.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Deployment's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.dll'.
 Successfully read in assembly.
 There were no errors reported in System's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Drawing.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Drawing's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Numerics.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Numerics's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Printing.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Printing's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Security.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Security's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Windows.Input.Manipulations.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Windows.Input.Manipulations's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xaml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xaml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.Linq.dll'.
 Successfully read in assembly.
 There were no errors reported in System.Xml.Linq's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Documents.SpreadsheetStreaming's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.GridView's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadDock.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadDock's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.RadSpreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.RadSpreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.Themes.Windows8's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.WinControls.UI's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Core's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Fixed's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Flow.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll'.
 Successfully read in assembly.
 There were no errors reported in Telerik.Windows.Zip's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikCommon's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikData's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikExport.dll'.
 Successfully read in assembly.
 There were no errors reported in TelerikExport's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationProvider's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll'.
 Successfully read in assembly.
 There were no errors reported in UIAutomationTypes's metadata.
Trying to read assembly from the file 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\WindowsBase.dll'.
 Successfully read in assembly.
 There were no errors reported in WindowsBase's metadata.
Checking to see that all of the input assemblies have a compatible PeKind.
 CTCStatistics.PeKind = ILonly, Requires32bits
 Accessibility.PeKind = ILonly
 BnsfLib.PeKind = ILonly
 PresentationCore.PeKind = ILonly
 PresentationFramework.PeKind = ILonly
 System.Configuration.PeKind = ILonly
 System.Data.DataSetExtensions.PeKind = ILonly
 System.Data.PeKind = ILonly
 System.Data.SqlXml.PeKind = ILonly
 System.Deployment.PeKind = ILonly
 System.PeKind = ILonly
 System.Drawing.PeKind = ILonly
 System.Numerics.PeKind = ILonly
 System.Printing.PeKind = ILonly
 System.Security.PeKind = ILonly
 System.Windows.Input.Manipulations.PeKind = ILonly
 System.Xaml.PeKind = ILonly
 System.Xml.PeKind = ILonly
 System.Xml.Linq.PeKind = ILonly
 Telerik.Documents.SpreadsheetStreaming.PeKind = ILonly
 Telerik.WinControls.PeKind = ILonly
 Telerik.WinControls.GridView.PeKind = ILonly
 Telerik.WinControls.RadDock.PeKind = ILonly
 Telerik.WinControls.RadSpreadsheet.PeKind = ILonly
 Telerik.WinControls.Themes.Windows8.PeKind = ILonly
 Telerik.WinControls.UI.PeKind = ILonly
 Telerik.Windows.Documents.Core.PeKind = ILonly
 Telerik.Windows.Documents.Fixed.PeKind = ILonly
 Telerik.Windows.Documents.Flow.PeKind = ILonly
 Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.PeKind = ILonly
 Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PeKind = ILonly
 Telerik.Windows.Zip.PeKind = ILonly
 TelerikCommon.PeKind = ILonly
 TelerikData.PeKind = ILonly
 TelerikExport.PeKind = ILonly
 UIAutomationProvider.PeKind = ILonly
 UIAutomationTypes.PeKind = ILonly
 WindowsBase.PeKind = ILonly
All input assemblies have a compatible PeKind value.
Merging assembly-level attributes from input assemblies for the target assembly.
Merging assembly 'CTCStatistics' into target assembly.
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Drawing'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Drawing' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Drawing.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'Telerik.WinControls.UI'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.WinControls.UI' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.UI.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Data'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Data' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'Telerik.WinControls.GridView'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.WinControls.GridView' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.GridView.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'Telerik.WinControls.Themes.Windows8'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.WinControls.Themes.Windows8' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.Themes.Windows8.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'System.Windows.Forms'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Windows.Forms' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Windows.Forms.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'TelerikData'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'TelerikData' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikData.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'CTCStatistics' is referencing assembly 'Telerik.WinControls'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.WinControls' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.WinControls.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Xml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Xml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.UI' is referencing assembly 'TelerikCommon'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'TelerikCommon' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\TelerikCommon.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Windows.Forms' is referencing assembly 'Accessibility'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Accessibility' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Accessibility.dll'. (Used referencing Module's directory.)
Merging assembly 'Accessibility' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Accessibility' being deleted from target assembly
Merging assembly 'BnsfLib' into target assembly.
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Configuration'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Configuration' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Configuration.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Transactions'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Transactions' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Transactions.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.EnterpriseServices'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.EnterpriseServices' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.EnterpriseServices.dll'. (Used framework directory.)
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Numerics'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Numerics' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Numerics.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'BnsfLib' is referencing assembly 'System.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Core' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Core.dll'. (Used framework directory.)
Merging assembly 'PresentationCore' into target assembly.
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'WindowsBase'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'WindowsBase' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\WindowsBase.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'UIAutomationProvider'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'UIAutomationProvider' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationProvider.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'System.Xaml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Xaml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Xaml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'UIAutomationTypes'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'UIAutomationTypes' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\UIAutomationTypes.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'System.Windows.Input.Manipulations'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Windows.Input.Manipulations' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Windows.Input.Manipulations.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationCore' is referencing assembly 'System.Deployment'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Deployment' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Deployment.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'WindowsBase' is referencing assembly 'System.Security'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Security' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Security.dll'. (Used referencing Module's directory.)
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'PresentationCore' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'PresentationCore' being deleted from target assembly
Merging assembly 'PresentationFramework' into target assembly.
AssemblyResolver: Assembly 'System.Xml' is referencing assembly 'System.Data.SqlXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Data.SqlXml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Data.SqlXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'PresentationCore'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'PresentationCore' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\PresentationCore.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'PresentationUI'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'System.Printing'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'System.Printing' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\System.Printing.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'PresentationFramework' is referencing assembly 'ReachFramework'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'PresentationFramework' being deleted from target assembly
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'PresentationFramework' being deleted from target assembly
AssemblyResolver: Assembly 'PresentationUI' is referencing assembly 'PresentationFramework'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
 AssemblyResolver: Did not find assembly in framework directory.
AssemblyResolver: Unable to resolve reference. (It still might be found, e.g., in the GAC.)
Merging assembly 'System.Configuration' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Configuration' being deleted from target assembly
Merging assembly 'System.Data.DataSetExtensions' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data.DataSetExtensions' being deleted from target assembly
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'System.Data.DataSetExtensions' being deleted from target assembly
Merging assembly 'System.Data' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data' being deleted from target assembly
Merging assembly 'System.Data.SqlXml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Data.SqlXml' being deleted from target assembly
Merging assembly 'System.Deployment' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Deployment' being deleted from target assembly
Merging assembly 'System' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System' being deleted from target assembly
Merging assembly 'System.Drawing' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Drawing' being deleted from target assembly
Merging assembly 'System.Numerics' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Numerics' being deleted from target assembly
Merging assembly 'System.Printing' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'System.Printing' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Printing' being deleted from target assembly
Merging assembly 'System.Security' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Security' being deleted from target assembly
Merging assembly 'System.Windows.Input.Manipulations' into target assembly.
Assembly level attribute 'System.Security.SecurityTransparentAttribute' from assembly 'System.Windows.Input.Manipulations' being deleted from target assembly
Merging assembly 'System.Xaml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Xaml' being deleted from target assembly
Merging assembly 'System.Xml' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Xml' being deleted from target assembly
Merging assembly 'System.Xml.Linq' into target assembly.
AssemblyResolver: Assembly 'System.Xml.Linq' is referencing assembly 'System.Runtime.Serialization'.
 AssemblyResolver: Attempting referencing assembly's directory.
 AssemblyResolver: Did not find assembly in referencing assembly's directory.
 AssemblyResolver: Attempting input directory.
 AssemblyResolver: Did not find assembly in input directory.
 AssemblyResolver: Attempting user-supplied directories.
 AssemblyResolver: No user-supplied directories.
 AssemblyResolver: Attempting framework directory.
Resolved assembly reference 'System.Runtime.Serialization' to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Runtime.Serialization.dll'. (Used framework directory.)
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'System.Xml.Linq' being deleted from target assembly
Merging assembly 'Telerik.Documents.SpreadsheetStreaming' into target assembly.
AssemblyResolver: Assembly 'Telerik.Documents.SpreadsheetStreaming' is referencing assembly 'Telerik.Windows.Zip'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Zip' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Zip.dll'. (Used referencing Module's directory.)
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Documents.SpreadsheetStreaming' being deleted from target assembly
Merging assembly 'Telerik.WinControls' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls' being deleted from target assembly
Merging assembly 'Telerik.WinControls.GridView' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.GridView' being deleted from target assembly
Merging assembly 'Telerik.WinControls.RadDock' into target assembly.
Merging assembly 'Telerik.WinControls.RadSpreadsheet' into target assembly.
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Core' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.WinControls.RadSpreadsheet' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Spreadsheet' is referencing assembly 'Telerik.Windows.Documents.Core'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Core' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Core.dll'. (Used referencing Module's directory.)
Merging assembly 'Telerik.WinControls.Themes.Windows8' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.Themes.Windows8' being deleted from target assembly
Merging assembly 'Telerik.WinControls.UI' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.WinControls.UI' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Core' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Core' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Fixed' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Fixed' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Flow' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Flow.FormatProviders.Pdf' into target assembly.
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Flow.FormatProviders.Pdf' is referencing assembly 'Telerik.Windows.Documents.Flow'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Flow' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Flow.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Flow.FormatProviders.Pdf' is referencing assembly 'Telerik.Windows.Documents.Fixed'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Fixed' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'. (Used referencing Module's directory.)
Merging assembly 'Telerik.Windows.Documents.Spreadsheet' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' into target assembly.
AssemblyResolver: Assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' is referencing assembly 'Telerik.Windows.Documents.Spreadsheet'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Spreadsheet' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Spreadsheet.dll'. (Used referencing Module's directory.)
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml' being deleted from target assembly
Merging assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf' being deleted from target assembly
Merging assembly 'Telerik.Windows.Zip' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'Telerik.Windows.Zip' being deleted from target assembly
Merging assembly 'TelerikCommon' into target assembly.
Merging assembly 'TelerikData' into target assembly.
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikData' being deleted from target assembly
Merging assembly 'TelerikExport' into target assembly.
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Documents.SpreadsheetStreaming'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Documents.SpreadsheetStreaming' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Documents.SpreadsheetStreaming.dll'. (Used referencing Module's directory.)
AssemblyResolver: Assembly 'TelerikExport' is referencing assembly 'Telerik.Windows.Documents.Fixed'.
 AssemblyResolver: Attempting referencing assembly's directory.
Resolved assembly reference 'Telerik.Windows.Documents.Fixed' to 'F:\Documents\Visual Studio 2015\Projects\BNSF Built Apps\CTCStatistics\CTC Statistics\bin\Debug\Telerik.Windows.Documents.Fixed.dll'. (Used referencing Module's directory.)
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'TelerikExport' being deleted from target assembly
Merging assembly 'UIAutomationProvider' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'UIAutomationProvider' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'UIAutomationProvider' being deleted from target assembly
Merging assembly 'UIAutomationTypes' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'UIAutomationTypes' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'UIAutomationTypes' being deleted from target assembly
Merging assembly 'WindowsBase' into target assembly.
Assembly level attribute 'System.Security.SecurityCriticalAttribute' from assembly 'WindowsBase' being deleted from target assembly
Assembly level attribute 'System.Security.AllowPartiallyTrustedCallersAttribute' from assembly 'WindowsBase' being deleted from target assembly
Copying 5 Win32 Resources from assembly 'CTCStatistics' into target assembly.
Transferring entry point 'CTC_Statistics.Program.Main' from assembly 'CTCStatistics' to assembly 'CTCStatistics'.
 There were no errors reported in the target assembly's metadata.
ILMerge: Writing target assembly 'C:\#support\Apps\CTCStatistics.exe'.

 

0
Accepted
Boby
Telerik team
answered on 17 Jan 2018, 01:24 PM
Hello Brian,

We are still not able to reproduce the exact issue. On our side, merging Telerik.Documents.SpreadsheetStreaming with a simple exe is successful. 

I would suggest the following steps:
- check the version of ILMerge you are using. On our side, we are using the latest 2.12.1208.0, downloaded from NuGet. I tried to install the ILMerge.MSBuild.Tasks.1.0.0.3 which it seems you are using, and it uses an older version of ILMerge. Using it on the command line, I get different errors, which seem related to what you are getting:
-  "Unresolved assembly reference not allowed: PresentationFramework." error. It seems this could be worked around using the approach from the first comment to this SO question - namely to add  /lib:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF" parameter. Then I got another error related to System.Core.dll, which is described here.
- if the version is the same at your side, could you please confirm that you are getting the same error when invoking ILMerge from the command line, and send us the following:
- the exact command that you are executing
- all of the binaries that you are trying to merge. If proprietary binaries are included, you could try to isolate the issue without them. As the forum is public, I would suggest sending the binaries in a separate support ticket if this is the case.

Regards,
Boby
Progress Telerik

0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 18 Jan 2018, 02:29 PM

HI Boby, 

Ok, here is what I did to fix it and get it to compile correctly with the DLL's into the EXE.

 remove the all ILMerge references in the project. Added the ILMerge NuGet you said to use. FIrst tired to run as a postbuild event, and kept getting errors. Tried it as a Command Line and received errors.

Then I found a different article on line that mentioned a different ILMerge.task NuGet item.

https://www.nuget.org/packages/MSBuild.ILMerge.Task/

The MSBuild.ILMerge.Task will automatically take any DLL's that are listed as Copy Local and integrate them into the final exe. I had one or two small errors, however in the end it worked perfectly.

 

Thanks for the help.

Tags
SpreadStreamProcessing
Asked by
Brian
Top achievements
Rank 1
Iron
Iron
Answers by
Hristo
Telerik team
Brian
Top achievements
Rank 1
Iron
Iron
Tanya
Telerik team
Boby
Telerik team
Share this question
or