cwnonthehill
Member
- Joined
- Nov 5, 2012
- Messages
- 20
- Programming Experience
- 1-3
Hey guys,
I have completed work on my application, and during testing here in the office it occasionally will throw an Unhandled Exception error, mainly related to Crystal Reports which I know I can remedy by having CR installed on the end-user's PC. The one thing I find odd is that in those error logs you can actually see the location of my project folder, which is a major security issue here. My question is, how can I PROPERLY prepare my application with error handling for any possible unknowns that I might not be aware of?
Thanks,
CWN
I have completed work on my application, and during testing here in the office it occasionally will throw an Unhandled Exception error, mainly related to Crystal Reports which I know I can remedy by having CR installed on the end-user's PC. The one thing I find odd is that in those error logs you can actually see the location of my project folder, which is a major security issue here. My question is, how can I PROPERLY prepare my application with error handling for any possible unknowns that I might not be aware of?
Thanks,
CWN