We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem described in depth here: http://stackoverflow.com/questions/33088807/seems-to-be-a-issue-with-dll-permissions-c-sharp
The text was updated successfully, but these errors were encountered:
Now it's false by default however this makes debugging harder. We can consider enabling this when ReleaseMode == false;
false
ReleaseMode == false
Sorry, something went wrong.
I'm still having same problem, any update on this?
PS: Ignore it, I had WriteLogToDisk to true... now it's working.
Logging is disabled by default in master so shouldn't be a problem. Alternatively you can adjust directory permissions or handle log events in your app and write them to your app logs: https://github.com/soygul/NBug/blob/master/NBug/Settings.cs#L166
I didn't realised on that.
Thank you very much!
No branches or pull requests
Problem described in depth here: http://stackoverflow.com/questions/33088807/seems-to-be-a-issue-with-dll-permissions-c-sharp
The text was updated successfully, but these errors were encountered: