Hamza Khanzada

Results 15 comments of Hamza Khanzada

Any updates to the issue?

> Make sure that `UseElmah()` is after `UseAuthentication()` > e.g. > > ``` > app.UseAuthentication(); > app.UseAuthorization(); > app.UseElmah(); > ``` Saved my life.. Thankyou so much for this

> The link that @randallknutson mentioned earlier does show how this is done in that modal that comes up. This uses the **editForm** configuration like this. > > ``` >...

Hi, Sorry to interrupt guys, but I am facing a similar problem, I am dealing with multi class classification, I have my dataset that has 100 categories. The minimum number...

@Xblue6 make sure you have populated Membership Types in MembershipTypes table and All the customers in Customers table have valid membershipTypeIds

I made a PR for this issue #3

@MuriungiPatrick please close this issue as well as the PR has merged

Hi, Yes using VPN solves the problem. But for those like me who are not allowed to use VPN on our office computers can follow this temporary work around: Add...