Base solution for your next web application

Activities of "geek1913"

Question

Running ASP.Net Core & Angular 6.5.0. Tried to add a new form with the RAD Tool and get this. ... -> CustomDtoMapper.cs is being modified. Running add-migration... Build failed. -> events.component.ts is being generated. ...

Is there a way to see what failed or why?

I have created several new pages\forms with RAD Tool. When I run the site locally with VS2017 (localhost) in debug or release the "Create New" buttons work fine, but if I publish to web server they buttons do nothing. There is no error message, and Fiddler shows nothing wrong (no missing scripts or 40x errors).

Any help resolving or debugging would be great!

public AspNetZeroAbpSession(IMultiTenancyConfig multiTenancy) : base(multiTenancy) {

    }

SeverityError CodeCS7036 DescriptionThere is no argument given that corresponds to the required formal parameter 'multiTenancy' of 'ClaimsAbpSession.ClaimsAbpSession(IPrincipalAccessor, IMultiTenancyConfig, ITenantResolver, IAmbientScopeProvider<SessionOverride>)' Project*.Core..NET Framework 4.6.1 File*.Core\Runtime\Session\AspNetZeroAbpSession.cs Line29 Suppression State Active

How can this be fixed?

Showing 1 to 3 of 3 entries