How to debug .xaml files? [closed]

1

I have decompiled the executable of a slightly old application in order to recover the sources. It is a WPF application made with VS2010.

Decompilation is relatively easy with the available tools but recompilation requires time and a certain level of knowledge, however this recompilation is quite advanced. All files ".cs" I have debugged.

To complete the recompilation I need to debug the ".xaml" files, but I can not load the designs to correct them. I have searched the forums for information but this debugging can be cumbersome with my level of knowledge. Would someone be so kind to guide me in debugging these files, without having to use the Visual Studio debugger, if that were possible, since I do not master that debugger well? The errors are these:

  

App.xaml (5,4): error MC3073: the attribute 'Freeze' does not exist in the   XML namespace ' link '.   Line 5, position 4. About.xaml (18.5): error MC3074: the label   'ImageSource' does not exist in the XML namespace   ' link '. Line 18,   position 5. themes \ classic.xaml (6,3): error MC3074: the label   'SolidColorBrush' does not exist in the XML namespace   ' link '. Line 6,   position 3. themes \ expressiondark.xaml (2,3): error MC3074: the label   'SolidColorBrush' does not exist in the XML namespace   ' link '. Line 2,   position 3. themes \ expressionlight.xaml (2,3): error MC3074: the   label 'SolidColorBrush' does not exist in the XML namespace   ' link '. Line 2,   position 3.

Thank you in advance for your help. Isidro Padilla

    
asked by IsidroPadilla 25.05.2018 в 13:01
source

0 answers