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

Activities of "razkhan78"

Hello, We are using AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We want to disable logging each and every event happening in system. We only want to log exceptions. Reason: It seems to be affecting system performance significantly.

Please do let us know if there is a way to do so via some configuration changes or any other way?

Can you please reply us ? what should we do ?

We found these files from code, do we need to change them?

Are you talking about Zero? --> Yes

What is your product version? --> 4.0

What is your product type (Angular or MVC)? --> MVC

What is product framework type (.net framework or .net core)? --> .net core

Or is it a free startup template for ABP? --> No it is not free startup it is paid.

Hello, We have boilerplate project , in layout.cshtml we have render following css file

<link rel="stylesheet" abp-href="/view-resources/Areas/App/Views/_Bundles/vendors.bundle.css" asp-append-version="true" />

I have alredy added asp-append-version attriubtue that render with version and whenever we change anything in css file it will update in next publish But we abp-href attribute not allowing to render version.

If i replace abp-href with href only then it renders like below on the page

<link rel="stylesheet" href="/view-resources/Areas/App/Views/_Bundles/vendors.bundle.css?v=0l9zLicnowsXZpVQU1j7_kKT4IoqT-6EWfm-5dkrzqo&amp;v=0l9zLicnowsXZpVQU1j7_kKT4IoqT-6EWfm-5dkrzqo" href="/view-resources/Areas/App/Views/_Bundles/vendors.bundle.css" />

Can you please guide us what is the use of abp-href and why it is not working with versioning ?

Our boilerplate version is 4.0

Hello , I am working with boilerplate front-end is Jquery and backed is .Net core . In that for Host user there email setting option available. I have added my sendgrid SMTP credentials but for host user email is not sending.

I have no idea why it is behaving like this. all the host user confifuration is reading in __emailsender object but email is not going

We are facing error when we put Feature Dependency on controller, so it seems to be issue in some internal class of ABP zero.

Hello

We are using Feature Edition in our system. And we have started getting this error "FeatureChecker can not get a feature value by name. TenantId is not set in the IAbpSession!".

We are suspecting that this is sometimes happening when in browser we don't have tenant selected. It seems to be some internal code.

So please let us know how we can get solution on this?

Hello we are using asp.net core2.1 and jQuery. We have used datatable in many of our pages and facing strange issue of lost css of datatable.min.css. see attached.

Below are the cases when we are seeing issue. Case 1: 1)Open page - datatable is fine 2)Hit F5 or click reload button on chrome - doing this 2nd or 3rd time causing css issue on pagination , suddenly appears searchbox and paging dropdown gets to the top. 3)If after seeing issue if again do reload it gets back to normal.

Case 2: 1)Open page 2) Go to different page from menu 3)Come back to same page from menu link and issue occurs( css issue on pagination , suddenly appears searchbox and paging dropdown gets to the top) & then only if you do ctrl+F5 then it seems to be gone.

Please let us know on this if it has something to do wih version of datatable.

We have 2 DB on a local server and on the live server.

We have one method that fetches data based on primary key id from "Risks" table.

var riskDetail =  _riskRepository.Get(input.Id??0);

It gives me an error when I run on live server with live db but it is working on local server with local db I have checked live server's DB schema is same, a table is there and data is also there in the table, still, it is giving this error.

Showing 81 to 90 of 112 entries