Base solution for your next web application

Activities of "geek1913"

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!

This helped with the logon resulting in json issue. I now get to the dashboard as expected. Thx!

I still have an issue with the Admin menu expanding. It changes what ever URL i'm currently on to URL#. This could be something with the settings. I was playing with the those before the other json issue showed up.

I have the same issue with same version.

I noticed that the "/Account/Login" page fails to load "/view-resources/Areas/App/Views/_Bundles/account-layout-libs.min.css"

I have run yarn and npm run create-bundles but it doesn't seem to minify everything.

hey @antonis,

did you figure out how to work the migrator command into your VSTS CI\CD? I found this thread by running down the same issue as you (no exe produced), and saw you had the same goal. Just curious what you did in the build\release config to handle the database updates.

thx.

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 11 to 15 of 15 entries