Is there a way to decompile .dll file into the .xaml files?
I mistakenly lost my workflow files, and I am trying to retrieve them from the published process.
I did not tick the include sources option while publishing. I downloaded the process file from orchestrator and extracted them, however I cannot find the net45 folder instead I have net6.0-windows7.0 folder which contains some .dll files.
If the package is there in the orchestrator. Then download the NuGet package and unzip it. Then you can see the .xaml files.
You can open that in the studio.
You need to find on the Studio machine the local project (usually they are in your user Documents\UiPath) and re-publish again while including the source files.
Then with the decompiler, you will see the Resources folder with XAML files.