Я пробовал ILSpy, Dotpeek, ildasm - ничего не помогло.
Вот файл: https://drive.google.com/file/d/1e9A4it ... drive_link
Возможно, не хватает некоторого кода и некоторых файлов .xaml, очевидно, отсутствует заголовок CLI, который всегда указывается в самом конце сборки.
Сообщение об ошибке из ILSpy:
Код: Выделить всё
// This file does not contain a managed assembly.
System.BadImageFormatException: Invalid metadata section span.
at ICSharpCode.ILSpyX.LoadedAssembly.LoadAsync(Task`1 streamTask) in /_/ICSharpCode.ILSpyX/LoadedAssembly.cs:line 387
at ICSharpCode.ILSpy.TreeNodes.AssemblyTreeNode.Decompile(Language language, ITextOutput output, DecompilationOptions options)
Код: Выделить всё
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="1000" Height="187" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">
Подробнее здесь: https://stackoverflow.com/questions/792 ... t-the-part