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

Activities of "adudley"

Hi maliming

I'm not getting anything more than the following:

Hi maliming

ASP.NET Zero version? - I've tried v7.0.0 and v7.2.2 (ASP.NET Core & Angular)

Ugh, I found the problem. The (video) tutorial missed out that the PersonListDto class must inherit from FullAuditedEntityDto in order to access the id.

The video tutorial skips this very important step, however the written tutorial does have the correct code.

The video tutorial is a little bit problematic, for instance tutorial 36 has been incorrectly edited with another video (42?) which also led to a lot of confusion. I would advise sticking to the written tutorial for now.

Just to let you know, having mapped out all the dependencies for abp and abp zero, then looking into modules, it makes more sense now.

I've a console app working with dependency injection... infact, the simplest thing to say would be...

just copy the .migrations project

I'll be able to fit in webjobs into a working console app without much trouble I would think. I'll let you know.

Hi @ismcagdas yes thanks i did, but since it dosn't use the Core version of asp net boilerplate, is not quite there. Tried to convert it but coudn't get it there.

Given the core version is now the only version asp net zero are adding to in the future (https://docs.aspnetzero.com/documents/zero/latest/Version-Differences) you'd think the team would update the samples or add to them maybe?

sounds like your db is in a deadlock situation

use sp_who2 to get all running transactions and it will show you if they are deadlocked

you cant delete from a table and insert at the same time

you can only have multiple readers not writers

if yiu have a writer then you cant have amy other readers

above statements are general simplifications but mostly hold true in sql server

Hi
sorry no i cant get this to work, im pretty new to the Core way of starting applications

asp net boilerplate has a full example of how to get hangfire working in a console app

that would be great if you guys have that same thing but using Core

is it possible to het this working as a webjob and ise existing entities? ive hired someone whos ised asp net boilerplate for many more years than me and he's also struggling considerably so far

thanks for any assistance

just want to use your great framwork but on a separate background process

Me Neither.

When I visit https://github.com/orgs/aspnetzero/invitation it clearly says no invitation found (my github account name is AdamDudley)

Can you please assist.

Thanks

Answer

Thanks for that.

For the the next poor soul....

now you have a lib folder with just the js files in.

You then need to rerun the other tasks, to create the .min versions of files.

Showing 11 to 19 of 19 entries