i have used iLSpy to decompile a .NET EXE file after the process is completed. i copied the content of xaml files from iLSpy one by one, saved the as unicode files and replaced the baml files in Visual studio project. With the binary files (baml) the program run perfectly With the new replaced xaml files there are many compiler errors.
Where is the error exactly?
Note: the errors are related to xaml design.
all references are correct.