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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This demo is great and I want to integrate the role manage functions in my project.
In connection string, MultipleActiveResultSets=true is a feature of sqlserver, if set to false, openning RolesManage page will get exception such as
MultipleActiveResultSets=true
InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first.
And if i use MySql, there's no way to set MultipleActiveResultSets=true(not supported at all, web app cannot start).
So I think somewhere in UserRolesController.cs could be improved to avoid this exception. But I'm not yet able to fix myself. Could you have a look?
UserRolesController.cs
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This demo is great and I want to integrate the role manage functions in my project.
In connection string,
MultipleActiveResultSets=true
is a feature of sqlserver, if set to false, openning RolesManage page will get exception such asAnd if i use MySql, there's no way to set
MultipleActiveResultSets=true
(not supported at all, web app cannot start).So I think somewhere in
UserRolesController.cs
could be improved to avoid this exception.But I'm not yet able to fix myself. Could you have a look?
The text was updated successfully, but these errors were encountered: