I have a small .NET application deployed using "Setup and Deployment" wizard. The problem is that when I run it with the user having administrator rights, it runs without any errors, and if the user doesn't have administrator rights then it gives the error
Application encountered an error and needs to close
When I check the error report, it says:
P9: System.unauthorizedaccess
I even checked the option "Install to Everyone", but to no use.
What might be the issue?