Jur
Need to keep track of things in a local application
I need to keep track of bearer tokens (1 per hour) and product catalog content (10 requests per day which i receive as csv). It has to remember that data even when the application shuts down. What is the best way to do this? It has to be a local application. Do I just throw it into a local sql database or is there a better way? I'm currently using WPF but I'm open for rebuilding since I'm trying to improve the program
3 replies
Access denied on trying to read/write on .txt file included in installation
hello guys! im new here. Anyone available to help me with deploying a winforms app? I use visual studio installer project extension to create a setup file, but after installing i get an access denied error when my app tries to read and write to a .txt file that is included in the installation
8 replies