Activities of "lataing"

Image attributes are commonly used. Have we considered developing for suite?

That means it can't be created automatically through suite, right? Manual writing required?

  • ABP Framework version: v5.0.0-rc.1
  • UI type: Blazor
  • DB provider: EF Core

How do I create image upload properties with ABP suite?

Because suite v5.0.0-beta.3 could not create the project, I returned v5.0.0-beta.2.

My current suite version is v5.0.0-beta.2. The preview version is not checked for the created project. The created project is 4.4.4, but v5.0.0-beta.3 is created after the preview version is checked

I added entities in version 4.4.4, but prompted me:

Suite is not compatible with your ABP project. Your ABP Suite version (5.0.0-beta.2) and your ABP project version (4.4.4) is not the same! Install ABP Suite 4.4.4 via the following CLI command: abp suite install --version 4.4.4

I added entities in v5.0.0-beta.3, but prompted me:

Error occurred on DB migration step: Build started... Build succeeded. The Entity Framework tools version '5.0.11' is older than that of the runtime '6.0.0'. Update the tools for the latest features and bug fixes. See https://aka.ms/AAc1fbw for more information. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Method 'AppendIdentityWhereCondition' in type 'Pomelo.EntityFrameworkCore.MySql.Update.Internal.MySqlUpdateSqlGenerator' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=6.0.0.0, Culture=neutral, PublicKeyToken=2cc498582444921b' does not have an implementation. at Microsoft.Extensions.DependencyInjection.MySqlServiceCollectionExtensions.AddEntityFrameworkMySql(IServiceCollection serviceCollection) at Pomelo.EntityFrameworkCore.MySql.Infrastructure.Internal.MySqlOptionsExtension.ApplyServices(IServiceCollection services) at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.ApplyServices(IDbContextOptions options, ServiceCollection services) at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.g__BuildServiceProvider|4_0(IDbContextOptions options, ConcurrentDictionary2 configurations) at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd[TArg](TKey key, Func3 valueFactory, TArg factoryArgument) at Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache.GetOrAdd(IDbContextOptions options, Boolean providerRequired) at Microsoft.EntityFrameworkCore.DbContext..ctor(DbContextOptions options) at Volo.Abp.EntityFrameworkCore.AbpDbContext1..ctor(DbContextOptions1 options) at ddddd.EntityFrameworkCore.dddddDbContext..ctor(DbContextOptions1 options) in E:\ddddd\src\ddddd.EntityFrameworkCore\EntityFrameworkCore\dddddDbContext.cs:line 67 at ddddd.EntityFrameworkCore.dddddDbContextFactory.CreateDbContext(String[] args) in E:\ddddd\src\ddddd.EntityFrameworkCore\EntityFrameworkCore\dddddDbContextFactory.cs:line 21 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Span1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) at Microsoft.EntityFrameworkCore.Design.Internal.DbContextOperations.CreateContextFromFactory(Type factory, Type contextType) at Microsoft.EntityFrameworkCore.Design.Internal.DbContextOperations.<>c__DisplayClass24_0.b__1() at Microsoft.EntityFrameworkCore.Design.Internal.DbContextOperations.CreateContext(Func1 factory) at Microsoft.EntityFrameworkCore.Design.Internal.DbContextOperations.CreateContext(String contextType) at Microsoft.EntityFrameworkCore.Design.Internal.MigrationsOperations.AddMigration(String name, String outputDir, String contextType, String namespace) at Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigrationImpl(String name, String outputDir, String contextType, String namespace) at Microsoft.EntityFrameworkCore.Design.OperationExecutor.AddMigration.<>c__DisplayClass0_0.<.ctor>b__0() at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.<>c__DisplayClass3_0`1.b__0() at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.Execute(Action action) Exception has been thrown by the target of an invocation.

-

So I can't enjoy the latest features of suite v5.0.0 preview?

Question

#2091

When will the new version be updated? I also encountered the same problem and can't start suite now

  • ABP Framework version: 4.4.0-rc.2
  • UI type: Angular / MVC / Blazor

ABP suite was unable to create the project

I created a project with suite, and I want to read the data in the second existing database. How do I achieve this? At present, we only support independent database through modules.

@liangshiwei

I am using is the latest 4.3.1 module generated by the version of the suite, in Blazor. Host program and don't have the < YourProjectName > BundleContributor. Cs file.

Did you try again? I don't think it will be so slow

I have try again many times, in different computers are the same.

I am using suite to create module project, how to run Blazor Server?

@liangshiwei Hello, I didn't find the <YourProjectName>BundleContributor.cs file. Can you tell me the exact location?

I created the module through suite, and did not make any changes, just run it directly. And when I run BSDemo.IdentityServer, I need to wait many minutes, which is much slower than running BSDemo.Web.Unified directly. It took 5.1 minutes to display the successful login

By the way, for the module I created, I added a page to BSDemo.Blazor.Server project. How can I run blazor server to view it?

  • ABP Framework version: v4.3.0
  • UI type: Blazor Module
  • Exception message and stack trace:
  • Steps to reproduce the issue: Run the BSDemo.IdentityServer and BSDemo.HttpApi.Host projects, and then run BSDemo.Blazor.Host, but it can't be started and stays on the loading page. Why?
Showing 1 to 10 of 19 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11