Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ashgadala"

Thank you so much everyone. Deleting the the obj and bin folders helped resolve the issue as well. Except the fact that i found this after two days of struggling. I wish this happened earlier.

Also, It would better if we can have instructions on deployment as well in the ASPNETZERO with out having to redirect to the microsoft documentation.

Oh wow. I figured out the issue. It is not because of the order of the columns but actually because of the columns names. I used all capital column names and in the js file created by Rad tool the columns are formatted in different format. Once i changed the columns to sentence case things rolled back to normal. I think Rad tool should have an ability to handle this.

What code do you want me to share.

All i did was , Just created a fully audited entity with six columns using the RAD tool.

Can you please elaborate on order of columns where?

I downloaded the latest version 5.5.2 core - JQuery and the runs successfully.

I started adding the entities using the RAD tool. The entity is created successfully and project builds successfully and when i run the everything loads successful and i am able to store the data into the table using the create button. I see the data in the database as well using the SSMS.

But the issues is, when i navigate to the View it does not return any data. all the columns are blank and data table error is thrown.

Here is the error: DataTables warning: table id=xxxx - Requested unknown parameter 'table.column' for row 0, column 1. For more information about this error, please see <a class="postlink" href="http://datatables.net/tn/4">http://datatables.net/tn/4</a>

FYI. in 5.4 version i did not have issues for the same entity type.

I know that issue is not with the datatables ,but the service is returning no data. I am not sure why this is. Can you please help.

I think in such case ideal thing would be merging the two accounts right?

I was testing WsFederation service.

Every thing works well as expected. But if we disable the user activation up on sign up. Once successfully registered. If the user tries to relogin before activating the account. Instead of the application throwing a message that account is still inactive it throws an exception "An unhandled exception occurred while processing the request. UserFriendlyException: Login failed! " at 711.

Not sure if this expected or if you were planning a message with account still inactive message. :?:

If this a bug i can report it on Git hub let me know.

default: throw _abpLoginResultTypeHelper.CreateExceptionForFailedLoginAttempt( loginResult.Result, externalLoginInfo.Principal.FindFirstValue(ClaimTypes.Email) ?? externalLoginInfo.ProviderKey, tenancyName ); }

Hi,

I noticed that you are md5'ing the username when the user register through the external login . Is there a reason why you are doing this ?

line 419 in account controller. model.UserName = model.EmailAddress.ToMd5();

Please ignore...I got this sorted out.It looks like there was na issue with my yarn.

Thank you so much when i try to run the getting started page Correct I am using core with jQuery and i was looking at the MVC :D documentation.

Are you able to login into the app after compiling the app with default config?

Showing 61 to 70 of 78 entries