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
Hi
would you be able to point me in the right direction, or preferrably to some code that
For Asp.NetCore
I've looked in a few places. but can't quite see how this fits together yet. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/test/Abp.Zero.SampleApp.EntityFrameworkCore.ConsoleAppTest/Program.cs
and https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpEfConsoleApp
is that the answer, to re-create the entity model? like in the AbpEfConsoleApp ?
thanks for your help
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
Hi can you resolve my github request, i still don't have access to the private repositories (after adding my username under manage on your website)
Hi There
having just downloaded 6.3.1, the lib folder is missing, so all the java files are missing for the web project.
Here are some screenshots..
for the public website, it looks like this
so, I just can't figure out how to get the packages to download.
I read here: https://support.aspnetzero.com/QA/Questions/4401 (problem 3)
however, how do I run gulp manually?
I've tried a restore packaged on the npm folder (which isn't bower, but the dependancies are all in npm rather than bower in the mvc app).
Thanks for your assistance.