I have a .net application which access few dll at runtime. The issue is, when I run the application as administrator then it works fine else it fails some where without proper error.
Can my application access these dll’s at run time without admin rights?
Is there a way to determine what all components are making it to run as administrator?