Can not run the application in the debug folder of Visual Studio Solution?

advertisements

I can not run the application in Debug folder without admin rights.Whenever I run it without admin rights, the JIT-debugger window appears. What's the problem? Help me please I need a quick solution.

Update:

Here is the debugger

after pressing yes

.

Here I can see that can't read path from settings, but when I run it as admin it doesn't give me any exception. Maybe it can't read because there some stuck with file permissions.

The message indicates "Object reference not set to an instance of the object.. " In fact, I expect that person programmed in Visual Studio should be familiar of such kind exceptions.


Click Yes. It is trying to be helpful and show you what unhandled exception is bombing your program. Whether that will provide a quick solution is unguessable.