Running ~~verion 7.0 of~~ ASP.Net Core & Angular UI and experiencing issue with the freeze UI spinner. When I try to login and use the wrong password the spinner pops up with the transparent white background. The error messages comes up but is behind the spinner. I cannot click ok to continue and type the correct username and password. I have to refresh the browser so the spinner goes away. Any help with this issue woudl be greatly appreciated.
Can not see more than five registered users. When selecting the drop down to view 10 or 20 or any on the filter I get no results. The pagination does not work either can not select to go next.
Hello,
I'm having trouble exporting data from an older database in to the newer database that has new fields. Please advise.
How can I modify the Registration Error view when username is already taken. Also how do I modify the error text for username already taken message.
Hello, I have created several forms and I can send email but now I'm trying to use the Email template but don't know how to called the mail template to replace {Title} {Subject}.
Here is what I'm using to send email
_emailSender.Send( to: "", subject: "", body: $"", isBodyHtml: true );
Hello,
I am using ASPNETZERO ASPNET CORE and JQuery version 4.3.3.
I need to modify the system so that when a user registers they do not receive an activation email and need to send an email to a specific email address every time a user registers.
Where on the Registration can I modify this functionality.
I'm having trouble applying authorizations on public pages. I have created a controller that holds all the private views. As soon as I apply authorize to the Controller as follows: [AbpMvcAuthorize] public class AboutController : WebPortalControllerBase { public ActionResult Index() { return View(); } } I get this error
An unhandled exception occurred while processing this request ArgumentNullException: Value cannot be null Parameter name: S system.covert.frombase64String(string s)