Base solution for your next web application

Activities of "bbakermmc"

Sorry, we dont use azure. We have our own SQL cluster.

Its related to azure not AspNetZero from what I can tell. Seem to be a common issue with Azure and Elastic DBs

<a class="postlink" href="https://stackoverflow.com/questions/42027191/internal-net-framework-data-provider-error-6-in-sql-azure">https://stackoverflow.com/questions/420 ... -sql-azure</a>

You would need to provide the errors. Also have you tested against a local SQL box to determine if it just Azure? My guess is its Azure and something might need to be tweaked on the context to allow for longer time outs or a setting.

Try running the migrator app and point it to your Azure DB.

Answer

They tend to follow and official unofficial monthly release for the next .X versions. the .X.Y hot fixes as needed. You can look at the "Milestones" in ABP and AspNetZero and see how far along they are, usually ABP will release first and 2-3 days later aspnetzero has the next .X release. So probably week of 15th would be earliest/maybe abp will release end of week, then aspnetzero mid week after? Just my guess..

Google says: <a class="postlink" href="https://www.exceptionnotfound.net/integers-vs-guids-the-great-primary-key-debate/">https://www.exceptionnotfound.net/integ ... ey-debate/</a>

Just follow this guide.
<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697">https://github.com/aspnetzero/aspnet-ze ... -268093697</a>

I basically made a new branch for v5 then moved each app service over individually because you will most likely need to update your HTML for BS4 instead of BS3

I use batscripts to delete the files, its annoying.

Answer

If you don't want to wrap everything in a try catch, you should be able to modify this code sample to fit your needs.

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/711">https://github.com/aspnetzero/aspnet-ze ... issues/711</a>

Answer

You can follow here: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/644">https://github.com/aspnetzero/aspnet-ze ... issues/644</a>

Showing 81 to 90 of 164 entries