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

Activities of "alper"

give it a try! it's recommended to upgrade to latest version in entity framework github issues.

Glad that your problem is resolved ;)

Hi,

That's fixed on the following commit <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/commit/680f66f78f1718ca9948770b1beb3911b09fe094">https://github.com/aspnetzero/aspnet-ze ... 11b09fe094</a>

You can see the changes for angular/src/app/shared/layout/footer.component.htmland also angular/src/app/shared/layout/side-bar.component.ts

Hi,

My suggestion is create all entities (poco classes ) in "aspnet zero" prior to your existing database. Run update-database and create an empty database. Then import your existing data to this empty database. Reset old user passwords. Match old roles to new roles.

The migration will not be so smooth. You may need to write a custom application to handle these logics.

hi,

it's normal behaviour. World map gets data every 3 seconds from host to refresh map.

1- Changing a current user's settings needs cache invalidation. But i don't think you need to clear cache. Because you are creating a new user who's not logged on.

2- The framework works like this; if a setting's default value is same as new value no database operations will be done. If you change a setting to a default value so you cannot see a record in database. If you change setting rather then the default value and you don't see it in AbpSettings table; share the related full code.

Great ;)

As i see you have broken link.. See my screenshot

Hi,

The exception is "An established connection was aborted by the software in your host machine". It is a configuration problem.

This is not related to Asp.Net Zero. It's related with your mail server configuration. As far as i see you are trying to send mail via GoDaddy mail service using port 25. I think it's wrong. Maybe you should use Outgoing (SMTP) SSL => 465

Checkout godaddy settings <a class="postlink" href="https://in.godaddy.com/help/mail-server-addresses-and-ports-for-setting-up-your-email-24071">https://in.godaddy.com/help/mail-server ... mail-24071</a>

Hi,

These kind of errors happen, if you write a custom query that concanates strings. But if you don't use a custom t-sql then can you write the linq query that causes this exception? Try to install the latest Oracle drivers (12.2.1100 )

Showing 1341 to 1350 of 1377 entries