-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
getting "Object reference not set to an instance of an object" while generating a key #61
Comments
I'm also getting this error, but the reported line is different. Below is the trace of the error.
I suspect that routeValues is null when I get this error, which happens when a potentially dangerous request is made. Here is the error message that precedes this error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First thanks for this fabulous feature!
I'm using donut caching successfully for a while, but sometimes I receive an "Object reference not set to an instance of an object" at:
I guess cacheSettings is null. Do you have a clue where I can find a solution to this problem?
Thanks, Glenn
The text was updated successfully, but these errors were encountered: