Aktivity „sean.alford“

Odpoveď

I'm receiving the error below after building and running a new ABP Suite 2.5.0 project. Note, I also experienced this issues in 2.4.0

Steps to Reproduce

  1. Create a new project using ABP Suite 2.5.0 or 2.4.0
  2. Build and Run DBMigrator application to deploy database.
  3. Build and Run Web application.

Problem HTTP Error 500.30 - ANCM In-Process Start Failure

Log File

2020-04-13 14:42:30.366 -04:00 [INF] Starting web host.
2020-04-13 14:42:33.465 -04:00 [FTL] Host terminated unexpectedly!
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Solution

  1. Add <i>Microsoft.EntityFrameworkCore</i> to the <i>Acme.Bookstore.EntityFrameworkCore.DbMigrations</i> project.
  2. Rebuild & Run Project.
Odpoveď

I am using abp cli and abp suite version 2.6.2.0. As you can see in the domain project below, I followed Alper's instructions Volo.Abp.Commercial.SuiteTemplate.dll from #48. However, I am still receiving this error.

<i>NOTE:</i> I did not receive any errors when restoring NuGet packages.

Module - (Created with abp cli 2.6.2 while logged in)

abp new Eagle.Aery.Core -t module-pro

Odpoveď

I updated to ABP Suite 2.7.0.0 today. I get this error message when I click 'Save and generate'

NOTES:

  1. The project was originally created with ABP Suite 2.6.2.
  2. ABP Suite 2.7.0.0 Updated ABP Packages completed succfully.
  3. I also updated all of the NuGet packages manualy.

Odpoveď

@Alper, sorry for the delay. I'm just getting started this morning. I'm getting ready to try it now.

Odpoveď

@Alpher, that did not fix the problem.

Here's how I updated/reinstaled ABP Suite

  1. dotnet tool update -g Volo.Abp.Cli
  2. abp login username@domain.com -p ########
  3. abp suite update

Save and generate Result

I'm going to create a new project wiht abp suite 2.7.0.0 and try that next.

Odpoveď

ABP Suite 2.7.0.0

node/yarn Versions

Create Solution

Result

Add Entity

Save and generate Result

Odpoveď

@Alper, it is working now. I don't know why... I starting diggin into the suite logs to find more info for you and it just started working.

Odpoveď

@AndrewT

https://blog.abp.io/abp/ABP-Framework-v2_7_0-Has-Been-Released

https://github.com/abpframework/abp/releases/tag/2.7.0

@Alper,

The Ticket entity does have an Id (Guid). It inherits from FullAuditedAggregateRoot. I guess I could use an int/long for the Id and display the Id on the UI as the Ticket #. However, the ticket numbers would not be sequancial across tenants so that wouldn't work.

To be honest I'm not following your proposed solution. Are you suggesting that I create a new entity/repo (SequentialNumber) just to store a Ticket Number? We do not need SequenceName, just a int/long. This seems like a lot of extra effort to provide this Ticket Number requirement. Especially since the RDBMS already provides this functionalitly.

Questions How are you guys storing the Question #? This question is #150. Where is that value storted? Is it the Question Id, a property of Question, or is it a navigation link that is stored in seperate table?

I need to create a Navigation Link to an application/tenant user. Where is the AppUserDto located?

@Alper, I cannot find the AppUserDto in the applications contrarcts project. The AppUsers model is in the domian project where you'd expect it to be.

Zobrazených 1 až 10 z 51 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11