abp icon indicating copy to clipboard operation
abp copied to clipboard

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

Open eemogz opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

eemogz avatar May 15 '24 14:05 eemogz

hi

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

image

maliming avatar May 16 '24 02:05 maliming

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

eemogz avatar May 16 '24 06:05 eemogz

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

maliming avatar May 16 '24 06:05 maliming

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

eemogz avatar May 16 '24 07:05 eemogz