Base solution for your next web application

Activities of "antoniovaccher"

Hello,

I get an internal error in creating new tenant with a specific ConnectionString after migrating from Abp 1.2.0 to 1.3.1. The error happens after successful creation of the database specified in the ConnectionString in Method CreateTenant of class TenantAppService at the statement CheckErrors(await _roleManager.CreateStaticRoles(tenant.Id));

//We are working entities of new tenant, so changing tenant filter
            using (CurrentUnitOfWork.SetTenantId(tenant.Id))
            {
                //Create static roles for new tenant
                CheckErrors(await _roleManager.CreateStaticRoles(tenant.Id));

The same problem occurs in the downloaded sample application with the release 1.3.1 of abp with options Multi Page Web Application - Web application with server rendered HTML; ASP.NET MVC & jQuery. module Zero included.

Any help would be appreciated. Many Thanks in advance

Hi,

I faced the following problem and don't know how to fix it. I downloaded a project template for abp mvc+angular+module zero. After restoring packages and recompiling it gives me missing reference to abp namespace. Projects downloaded some days ago (with abp 1.0.0.0) still works perfectly.

Showing 1 to 2 of 2 entries