abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.37k stars 3.33k forks source link

create a project with abp cli by referencing locall but I am getting error #19838

Open eemogz opened 2 weeks ago

eemogz commented 2 weeks ago

Is there an existing issue for this?

Description

I am trying to create a project with abp cli by referencing locall but I am getting the attached errors. The cli command I am using is “abp new MyAbpProject -t app --local-framework-ref --abp-path ‘C:\Users\Oguzhan\Desktop\abp_git_clone\framework’ ” local-path

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

abp clı 8.1.2

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

maliming commented 2 weeks ago

hi

If the projects exist. You can try to build it using the dotnet build command.

image

eemogz commented 2 weeks ago

I tried but I can't fix it, it gives an error in the IIdentityDbContext class, it asks me to do something that it normally doesn't want to do, language settings explode in the domain layer. Please tell me step by step how to pull and use mvc pages with abp starter kit repository classes and application services. The steps given in the document are incomplete, hard to follow.

Ekran_goruntusu_2024-05-10_180707

maliming commented 2 weeks ago

Ensure the abp_git_clone repostory is on rel-8.1 branch when you use 8.1.2 template project.

eemogz commented 2 weeks ago

I am using the latest version of abp cli and when I pulled the project from git repo https://github.com/abpframework/abp.git I pulled it with vs studio via this link.

@maliming