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

Activities of "ryancyq"

Great :D

@naurinrr seems that your server doesn't allow websocket connection.

I assumed that you are using azure service. Can you try the approach mentioned here ? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1426#issuecomment-405954104">https://github.com/aspnetzero/aspnet-ze ... -405954104</a>

Is AbpValidationException being catch? It should continue to be thrown and handle by Abp framework.

If you want to handle the exception yourself, change the method return type to Task<JsonResult> .

@bobingham, I think customised tenant login is a useful feature for most cases. Therefore, we should discuss with the dev team to explore the possibility of having that feature.

@naurinrr , it could be similar to the issue report at <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1510">https://github.com/aspnetzero/aspnet-ze ... ssues/1510</a>

Can you try the approach mentioned in <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1508#issuecomment-409541165">https://github.com/aspnetzero/aspnet-ze ... -409541165</a> ?

<cite>Naurinrr: </cite> I was able to use dotnet ef migrations script --idempotent --output "script.sql" to generate a script to run on my database. The problem now is that several of the jquery libraries are not working after publishing!!

See errors [https://1drv.ms/u/s!ArBRDfNptp88hh51SqbXzkua_Zte])

The link to the live site is <a class="postlink" href="https://progentestwebmvc20180824015653.azurewebsites.net">https://progentestwebmvc20180824015653. ... bsites.net</a>

You can login to default tenancy using username admin and default password: 123qwe. I have not changed that yet.

Thanks in advance.

You can check if your account-layout-libs.min.js is available, at the specified location (_/view-resources/Areas/Petra/Views/Bundles/app-layout-libs.min.js)

Hi @sunilkosuri, can you share the screenshots of CreateAn Entity and Build Error ?

Hi @bobingham, would you mind creating the feature request in the repository instead? So that the dev team can follow up with it.

You can create it at <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/new">https://github.com/aspnetzero/aspnet-ze ... issues/new</a>

I haven't really have time to test on it. However, the log file issue should be configured at log4net side.

See <a class="postlink" href="https://stackoverflow.com/questions/1999382/intermittent-log4net-rollingfileappender-locked-file-issue">https://stackoverflow.com/questions/199 ... file-issue</a>

Do take note that it is not advisable to use multiple site with the same application folder even if it is multi-tenancy application.

Looks like you just want to read app.config in .Net Core application. If so, you can try the approach mentioned in <a class="postlink" href="https://stackoverflow.com/a/45042421/6856176">https://stackoverflow.com/a/45042421/6856176</a>

If you don't want Abp tables being migrated, just directly inherit DbContext class instead of AbpZeroDbContext class.

Showing 521 to 530 of 573 entries