Base solution for your next web application

Activities of "tcon"

I did a new test download of version 5.3. I restored NuGet Packages, built the application and it built fine. I ran the unit tests and a few tests keep failing. I haven't made any changes to the code, it's just a clean run from the download. I've included one of the error messages below. Any guidance will be appreciated.

Test Name:	TC.SuiteTestDemo.Tests.Editions.EditionAppService_Tests.Should_Create_Edition
Test FullName:	TC.SuiteTestDemo.Tests.Editions.EditionAppService_Tests.Should_Create_Edition
Test Source:	C:\source\SuiteTestDemo\src\Tests\TC.SuiteTestDemo.Tests\Editions\EditionAppService_Tests.cs : line 32
Test Outcome:	Failed
Test Duration:	0:00:04.93
*** Stack Trace Omitted ***
Result Message:	
AutoMapper.AutoMapperMappingException : Error mapping types.

Mapping types:
ImmutableList`1 -> List`1
System.Collections.Immutable.ImmutableList`1[[Abp.Application.Features.Feature, Abp, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null]] -> System.Collections.Generic.List`1[[TC.SuiteTestDemo.Editions.Dto.FlatFeatureDto, TC.SuiteTestDemo.Application, Version=5.3.0.0, Culture=neutral, PublicKeyToken=null]]
---- AutoMapper.AutoMapperMappingException : Error mapping types.

Mapping types:
Feature -> FlatFeatureDto
Abp.Application.Features.Feature -> TC.SuiteTestDemo.Editions.Dto.FlatFeatureDto

Type Map configuration:
Feature -> FlatFeatureDto
Abp.Application.Features.Feature -> TC.SuiteTestDemo.Editions.Dto.FlatFeatureDto

Property:
DisplayName
-------- System.NullReferenceException : Object reference not set to an instance of an object.

When calling any appservice method we are receiving an "Unable to find OptionsExtensionClass" error in TrainingSuite.TSuite.EntityFrameworkCore ChangeDbContextOptionsType ChangeOptionsType<T>(DbContextOptions options)

Any ideas?

Thanks, Will

Hello,

We are in the process of converting an existing database with existing users to the new Abp database. One of the tasks is to occasionally clear the AbpUsers table and transform and reload from the legacy database. Is there a way to accomplish this without manually clearing all of the child tables and reloading OR dropping all of the foreign keys, loading the tables, and recreating the keys/constraints?

Thanks, Will

Thanks for posting, we are experiencing the same problem too with our ci/cd implementation in vsts. Did you end up automating this fix so you don't have to manually minify and publish to prod?

Attached settings. Tried multiple times and no luck. Tried again this morning and still having issues. It does not matter what items we select in the drop downs, it always results in a 500 error. If this is specific to our account, please contact us directly.

See attached screenshot

I'm trying to create an ASP.NET Core MVC project using v5.0.4 and Frameworkv4.6.1 and I keep getting a 500 error. Is there a timeline as to when this will be back up?

Thank you.

There is still an error occurring on the <a class="postlink" href="https://aspnetzero.com/">https://aspnetzero.com/</a> website when users attempt to create a demo site.

Yes, this is also happening when you attempt to create a demo from the <a class="postlink" href="https://aspnetzero.com/">https://aspnetzero.com/</a> homepage:

Could not made request to <a class="postlink" href="http://demo.aspnetzero.com/api/services/app/tenant/CreateTenant">http://demo.aspnetzero.com/api/services ... eateTenant</a>! StatusCode: InternalServerError, ReasonPhrase: Internal Server Error

I am also receiving a 500 error when attempting to download v.5.0.2:

Showing 1 to 10 of 18 entries