I set the download path to %userprofile%/download
1, Running project in Studio, the files are downloaded
2, Publish project to .nupkg and add to Assistant, the files are not downloaded
I cannot upload nupkg file as attachment since I’m being restricted.
I’m using variable with this value to save path Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+"\Downloads"
as I can only say the project working fine if running via Studio.
I’ve found out the problem.
Studio was crashed while I was working so it automatically created Main(autosave).xaml
I was unaware of it and continued working on it. So when I publish, main.xaml (not updated) is chosen as main file.
Thanks