Base solution for your next web application

Activities of "drg"

Answer

Hi @ryancyq and @ismcagdas,

I followed all needed changes to fix the problem and it worked. Thanks a lot!

Answer

Hi @ismcagdas,

My project use .netcoreapp2.2 framework. The link doesn't work unfortunately (page not found 404).

Please help me out.

Answer

Hi @ismcagdas,

Unfortunately, it's not. Do you know another way to help me out? Any help is appreciated.

Answer

Hi @bobingham,

Didn't work, because error in script abp.signalr-client.js which is part of abp-web-resources:

// Check if SignalR is defined if (!signalR) { return; }

How to accomplish this?

Question

Hello,

I'm using version Abp 4.1.0 and I want implement signalR. I find out that the functionality is not fully implemented (some classes use a compiler directive #if FEATURE_SIGNALR) Unfortunately download latest version of ASP.Net Zero is not an option so I upgraded all packages to v4.10.1

Even more:

  • implement latest chat functionality by copying the needed classes.
  • enable signalr
  • use javascript chat.signalr.js in layout.cshtml

The application runs but I ran out into an issue with javascript abp.signalr.js and checks if abp.signalr.hubs.common is defined. If not, the whole executing is aborted.

How to make it work?

Any help is appreciated.

Kind regards Tako Verkroost

I also experienced this error. For me, the solution was clearing the cookie/application data in the browser. The default URL was probably already used with a different (zero) solution.

I upgraded to version 1.4.2 and it worked for me. Thanks a lot.

Thanks for the reply. I will try. Which version should I use to upgrade? Because I downloaded the latest version and rebuild the project from scratch.

Hi there,

I have attached the stacktrace of DBUpdateException.

Hi,

I try to send an App.SimpleMessage notification which is not working anymore. I am using version 1.2.1.0. In the previous version (0.10.3.1) it worked fine. Even if the user is subcribed, the message is not sent. If I send an NewUserRegistered notification in my application service, then it works. However, if I send an App.SimpleMessage notification, then it fails. Only what I got is an DBUpdateException. Probably is writing notifications to notification table. :cry:

Can somebody help me out? Any help is appreciated.

Kind regards, Tako Verkroost

Showing 1 to 10 of 10 entries