I developed a windows application using C# in .net framework and published using clickonce deployment on network server. There were multiple users and worked successfully. It has been using MS Access 2003 as backend. The problem is network server is being shut down soon. Hence, I moved the application and the database to a local computer and published again using click once deployment. Anytime a user tries to open the application, the message pops up that application cannot be downloaded. The workgroup information is missing or opened exclusively by another user.
None of the set up changed except, that it is on local drive on a desktop. There is no chance that anyone tries open the database. Please help. I am stuck...
Below is the connection string as well. The mdw file and mdb file are in the same folder on local drive
Thank you!
I tried including Jet OLEDB:Database Password=password. It did not help too