❔ Storing stuff in bin folder never works when published.
I am creating a chatbot program, and the main files are saved in the bin folder and whenever I publish it, there is exception errors telling me that the files are missing.
8 Replies
Can you post the exception?
It never works when I publish the application
Looks like you need to copy your settings file in to the publish directory
Do you put the files in bin manually?
You might add your settings file to your visual studio project, then set the "Build Action" to
Content
, and also "Copy to Output Directory" to Copy if newer
. Maybe?
Those two settings are in the Properties
window when you select a file in VS.Do I put the files in the resources folder?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.