Base solution for your next web application

Activities of "antoniovaccher"

Hello,

the issue was already mentioned in <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1141">https://github.com/aspnetboilerplate/as ... ssues/1141</a> along with its solution. Starting the service Distributed Transaction Coordinator solved the problem.

Sorry, anyway hope this helps.

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

The nuget cache was corrupted. Clearing it fixed the problem.

The problem is with my development machine. I tried with another machine and all works perfectly.

sorry for bothering you. Anyway, I still don't know how to fix the problem..

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 5 of 5 entries