vb_help_needed
New member
- Joined
- Mar 14, 2007
- Messages
- 1
- Programming Experience
- 1-3
Good Morning - If someone could help me out, I'd be eternally grateful. First, I am using the trial version of Visual Studio .net 2005 Professional with Crystal Reports. I developed a simple windows form program to display a Crystal Report in the Crystal Report Viewer control. It does some other stuff, but primarily it displays and exports reports.
I can build and debug the program without an issue. I test it on my PC and it works great. I then changed the project to a "release" build. Again, I can run the executable without issue on my PC. As soon as I move the program to another computer that does not have the same security settings as my PC, it immediately throws the "JIT Debugging failed with the following error: Access Is Denied" error message. It does not even display the form. On the source PC, I think I found every option that references debugging and I turned it off. Yet I still have the same JIT debugging errors on the second PC.
EDIT: I should add that I do not want the solution to be "add your username to the Debugger Users group". I'd like to know how I can disable all debugging so end users do not get this exception.
Can anyone please help???
Thanks for your time.
I can build and debug the program without an issue. I test it on my PC and it works great. I then changed the project to a "release" build. Again, I can run the executable without issue on my PC. As soon as I move the program to another computer that does not have the same security settings as my PC, it immediately throws the "JIT Debugging failed with the following error: Access Is Denied" error message. It does not even display the form. On the source PC, I think I found every option that references debugging and I turned it off. Yet I still have the same JIT debugging errors on the second PC.
EDIT: I should add that I do not want the solution to be "add your username to the Debugger Users group". I'd like to know how I can disable all debugging so end users do not get this exception.
Can anyone please help???
Thanks for your time.
Last edited: