Hello MMSarria,
Do you configure the connection string properly after install? Does the Access file located in your application folder? If the assess file is missing, you will have to add it manually into the “Application Folder�in setup project. If all the necessary files are there, you may consider a run time debugging.
To do the runtime debugging, add “System.Diagnostics.Debugger.Break();�into the function which do the update/insert/delete. After you install the application, please run it and do the update/insert/delete operation. It will hit the break point and let you debug the source code.
Hope this helps you to find the problem. If you have any problem, please feel free to tell me.
Sincerely,
Kira Qian
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!