I'm developing an app for kiosk and I substituted explorer.exe
registry address to my app.exe
. When I want to work with XML file, the program throws an error:
There is an error in xml document(0,0):
I even tried embedding dlls using Costura.Fody package but it didn't work as well. Any ideas?