WPF - Copying resources on publishing -
i'm developing wpf application has reference of c# class library. c# class library has few xml files i'm copying output embed resources.
when debug wpf application, xml copied debug folder of wpf , app runs properly. when publish application errors because application isn't finding resources.
i must admit i'm introducing wpf, haven't understand yet process of publishing , installing application.
those xml files should published vs in "aplication files" folder of published folder? if yes, i'm doing wrong?
by way, i'm accessing files in code (of c# class library) appdomain.currentdomain.basedirectory
thanks
are using click once publishing? can define dependencies need , each 1 place must have.
Comments
Post a Comment