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

Activities of "exlnt"

Question

I am working on the AspNetZero .NET Core MVC JQuery, version 6.3.1. I am copying over the code from my existing AspNetZero solution into the new version one entity at a time. I realize this issue may not necessarily be an AspNetZero issue. However the code I'm using in this issue works perfectly in my Non-AspNetZero solution and is not working here in the AspNetZero solution. I have an entity named "LegalEntity" in my application. I have one property in my EditDto for this entity that does not exist in the entity or table, name "NewNote". When I run my app and goto the edit view for "LegalEntity" which uses the EditDto in its viewmodel, i get this AutoMapper error. I then applied this codeconfiguration.CreateMap<EditLegalEntityDto, LegalEntity>().ForSourceMember(dto => dto.NewNote, opt => opt.Ignore()); into the CustomDtoMapper class. Now when I run the application I get this auto-mapper error. I can see similar ignore mappings in the CustomDtoMapper class that were added by the AspNetZero team. I am following the same coding.

Can someone tell me what I am missing or doing wrong here? Thanks! Exlnt

My AspNetZero version is 6.3.1, MVC JQuery.

Not sure I follow what you are asking me to do. But this code: abp.ui.block(); //Block the whole page works from code and console. However it does not display any overlay text or a spinner. I want some overlay text and a spinner to display. I want the same feature as used in the AspNetZero demo portal.

Also as I stated earlier the code abp.ui.setBusy does not show anything, not even an overlay.

@ryancyq - Please read my original post again. I said that code does not work either.

@ismcagdas - Jquery MVC. Net core.

I have read this ABP Document and this Forum post. I have checked my page and both scripts (blockUI  and spin.js) are loaded on the page. When I use this line of code:  abp.ui.setBusy('.login-form'); It does not show the blockUI overlay at all. When I use this line of code: abp.ui.block(); it does block the whole page. However it does NOT show any kind of "Spinner". How do I use blockUI and get it to display a spinner. Also, how do I choose the type of spinner displayed. I would very much like to use the spinner you are using on your demo portal on the AspNetZero site.

Please ignore this question. My bundles had not been fully updated. There was a NPM error that had come up, which i did not notice earlier. I ran the npm bundle command the app is working now!

I just downloaded my new licensed code from my download page. I have followed ALL of the steps on this guide: Getting-Started-Core. I ran the migrator project first to get the database created. The DB is now present. Then when I launched the MVC web project and once I get to the login page, nothing works! When I look at Chrome console, I see the errors show in the attached image ASPNETZERO_Startup_JS_Errors.JPG

I just checked into this further and script file src="/view-resources/Areas/CareOps/Views/_Bundles/account-layout-libs.js" is empty. How does this file get created or am I missing something?

We purchased a license to ASPNETZERO almost 9 months or so ago. During that time we have learned a lot and come to appreciate the benefits of using the template. The support provided has also been very helpful.

However a couple of areas that are severely lacking is your documentation and communication. I realize that English is second language for most of the ASPNETZERO team and thus the issues with documentation. I think you are doing your team and your product a disservice by not using someone who knows English as a first language to write your documents. I think it would be huge benefit to your team and your product to hire or use a professional technical writer, who knows English, to write your documents. The second area that is lacking is how you communicate the release updates and the related change logs. You need to setup a page along with your documentation that clearly details all the changes included and the breaking changes.

I dont think I am alone in voicing these concerns. Based on many of the postings I have read on this forum over the last 9 months, this is a recurring theme from your customers.

I am <span style="color:#FF0000">not </span>posting this as a criticism for the ASPNETZERO team. I am sincerely trying to give constructive feedback so that it may help you to enhance your product. In my opinion you have built something really good here and you are hurting yourself and your product with the aforementioned issues.

Respectfully, Exlnt!

When I goto my download page for my license I do not see .NET Core 2.0 as an option in the dropdown. Has the full ASPNETZERO upgrade to .NET Core 2.0 been released?

Showing 91 to 100 of 316 entries