Base solution for your next web application

Activities of "fourier"

Hi, when will this be implemented?

I have followed these steps and can get the reports to work if I create a new project from scratch: https://documentation.devexpress.com/XtraReports/400197/Create-End-User-Reporting-Applications/Web-Reporting/JavaScript-Reporting/Document-Viewer/Server-Side-Configuration/Server-Side-Configuration-ASP-NET-Core

If I create and try and access the reports in the aspnet zero framework I get this error: Access to XMLHttpRequest at 'http://localhost:22742/DXXRDV' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

I have tried a few things in the startup project wrt CORS but nothing is working. Can you please help?

Question

I always have a scrollbar on my pages even if the content is small. Inspecting I see this:

element.style {
    min-height: 899px;
}

It overrides this min-height:

@media (min-width: 992px)
css?v=t3GgydK6t…i8Bfb8c1:26080
.page-content-wrapper .page-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 600px;
    padding: 10px 0 0 20px;
}

I cannot find this in the css. Can you please have a look and tell me where I can change this?

Hi,

Is it possible to get the current user data from the Core project inside one of my Manager classes that implements functions with the [UnitOfWork] attribute?

Question

Hi, If I want to add more Areas instead of just the Mpa but I want to use the same Menu structure and Layout as used in Mpa I get the below error, is there a guideline?

The controller for path '/Sales/Dashboard' was not found or does not implement IController.

Question

I created the purchased product as: MultiTennant_MVC. Afterwards I changed all the names, namespaces etc. in Visual Studio to: MultiTenant_MVC First name was spelled incorrectly with 2 n’s.

Now the language translations are not done – everything is displayed with the [ ] brackets and always in english.

What should I change?

Showing 1 to 6 of 6 entries