Hi,
steps to reproduce:
-
Create new solution [DemoSolution]
-
Add new Module [FirstModule] -> Install module to [DemoSolution]. Graph Build. OK.
-
Create new Entity in [main]. Failed. Error on build. Errors are in [FirstModule].
09:19:29.691 Information Starting task execution: "Building: DemoSolution"
09:19:31.503 Information CLI command executed. Command: "dotnet build -v:q /property:WarningLevel=0 /clp:ErrorsOnly /graphBuild"
Working directory: "D:\DemoSolution"
CommandResult { ExitCode: 1, IsSuccess: False, StartTime: 03/24/2025 09:19:29 +02:00, ExitTime: 03/24/2025 09:19:31 +02:00, RunTime: 00:00:01.8069407 }
09:19:31.503 Information Failed task execution: "Building: DemoSolution"
09:19:31.503 Information ERROR: "An error has occured!"
09:19:31.503 Information ERROR DETAILS: "Dotnet build failed for the project \"DemoSolution\". Details: D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(17,65): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(19,36): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,72): error CS0246: The type or namespace name 'GetPromotionsInput' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,44): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(35,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,55): error CS0246: The type or namespace name 'PromotionCreateDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,64): error CS0246: The type or namespace name 'PromotionUpdateDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(20,19): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(22,40): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
Build FAILED.
0 Warning(s)
11 Error(s)
Time Elapsed 00:00:01.60
Workload updates are available. Run `dotnet workload list` for more information."
09:19:31.503 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
09:19:31.503 Information Code:AbpStudio:DotnetBuildFailed
09:19:31.503 Information Details:
09:19:31.504 Information ---------- Exception Data ----------
ProjectName = DemoSolution
Details = D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(17,65): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(19,36): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,72): error CS0246: The type or namespace name 'GetPromotionsInput' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,44): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(35,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,55): error CS0246: The type or namespace name 'PromotionCreateDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,64): error CS0246: The type or namespace name 'PromotionUpdateDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(20,19): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\Controllers\Promotions\PromotionController.cs(22,40): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [D:\DemoSolution\firstmodule\src\FirstModule.HttpApi\FirstModule.HttpApi.csproj]
Build FAILED.
0 Warning(s)
11 Error(s)
Time Elapsed 00:00:01.60
Workload updates are available. Run `dotnet workload list` for more information.
21 Answer(s)
-
0
Hi, can you explain the 3rd step in detail, please? It seems you created an entity via ABP Suite, but I need more details on the entity and if possible complete details to reproduce the problem.
For example, as far as I understand, you have selected the DemoSolution, and then created a
Promition
entity, right?Regards.
-
0
Hi, EngincanV
All steps are described in https://abp.io/support/questions/9011/No-db-migrations-for-Entities-in-Modules
because this different kind of issue I created separate ticket.
Yes, I created new Entity [Promotion] in [DemoSolution] and click "Save and generate": -
0
Hi, EngincanV
All steps are described in https://abp.io/support/questions/9011/No-db-migrations-for-Entities-in-Modules
because this different kind of issue I created separate ticket.
Yes, I created new Entity [Promotion] in [DemoSolution] and click "Save and generate":Hi, thanks for sharing the steps. I'll check and let you know asap. Regards.
-
0
Hi again, I have checked but unfortunately could not reproduce the problem:
-
0
Hi, EngincanV
I created new Entity [Promotion] in [DemoSolution] and NOT in [FirstModule].
Issus is during adding new Entity to [DemoSolution]. -
0
Hi, EngincanV
I created new Entity [Promotion] in [DemoSolution] and NOT in [FirstModule].
Issus is during adding new Entity to [DemoSolution].Hi, since you mentioned that you selected
FirstModule
to generate CRUD pages (in this thread), I have tried on that solution.Now, I have tried on
DemoSolution
and still not able to reproduce:Used the entity name as
PromotionOnDemoSln
but it does not matter.
I have followed your steps but unable to produce the problem. (Check the thread and your steps provided).
So, please try to create in a fresh solution and share the exact steps with me, so I can reproduce the problem.
Regards.
-
0
Hi, EngincanV
Please find below steps I did with new solution and got again same error:-
Create new [DemoSolution2] - Single layered.
-
Add [NewModule] - DDD Module
-
Import and Install [NewModule] into [DemoSolution2]
-
Graph build. OK
-
Open APB Suite. Select [DemoSolution2]
-
Add new Entity [Promotion] with one property [Title]. Click "Save and generate" -> Failed. Error below.
My question: Why some program code about [Promotion] are added into [NewModule]? I am trying to add it into [DemoSolution2], so why cli trying to add something into module?
error:
`16:53:15.518 Information Starting task execution: "Building: DemoSolution2"
16:53:17.290 Information CLI command executed. Command: "dotnet build -v:q /property:WarningLevel=0 /clp:ErrorsOnly /graphBuild"
Working directory: "C:\Temp\DemoSolution2"
CommandResult { ExitCode: 1, IsSuccess: False, StartTime: 03/26/2025 16:53:15 +02:00, ExitTime: 03/26/2025 16:53:17 +02:00, RunTime: 00:00:01.7670903 }
16:53:17.290 Information Failed task execution: "Building: DemoSolution2"
16:53:17.290 Information ERROR: "An error has occured!"
16:53:17.290 Information ERROR DETAILS: "Dotnet build failed for the project "DemoSolution2". Details: C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(17,65): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(19,36): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,72): error CS0246: The type or namespace name 'GetPromotionsInput' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,44): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(35,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,55): error CS0246: The type or namespace name 'PromotionCreateDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,64): error CS0246: The type or namespace name 'PromotionUpdateDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(20,19): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(22,40): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]Build FAILED.
0 Warning(s)
11 Error(s)Time Elapsed 00:00:01.55
Workload updates are available. Run
dotnet workload list
for more information."
16:53:17.290 Information Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
16:53:17.290 Information Code:AbpStudio:DotnetBuildFailed
16:53:17.290 Information Details:
16:53:17.291 Information ---------- Exception Data ----------
ProjectName = DemoSolution2
Details = C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(17,65): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.Extended.cs(19,36): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,72): error CS0246: The type or namespace name 'GetPromotionsInput' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(28,44): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(35,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,55): error CS0246: The type or namespace name 'PromotionCreateDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(41,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,64): error CS0246: The type or namespace name 'PromotionUpdateDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(48,29): error CS0246: The type or namespace name 'PromotionDto' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(20,19): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]
C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\Controllers\Promotions\PromotionController.cs(22,40): error CS0246: The type or namespace name 'IPromotionsAppService' could not be found (are you missing a using directive or an assembly reference?) [C:\Temp\DemoSolution2\newmodule\src\NewModule.HttpApi\NewModule.HttpApi.csproj]Build FAILED.
0 Warning(s)
11 Error(s)Time Elapsed 00:00:01.55
Workload updates are available. Run
dotnet workload list
for more information.` -
-
0
Hi, I'm unable to reproduce your problem. Tried applying each step you provided but could not reproduce it. Your problems seem to be related to that you have not built your solution.
Please get a graphBuild on your solution (
dotnet build /graphbuild
) and see if really there is any build error. If still there are build errors, share your solution via email (to support@abp.io with ticket number), so I can check your solution. Since, could not produce the problem with the specified steps, I'm unable to help you at that point and waiting for your confirmation.Regards.
-
0
Hi, EngincanV
I did build. See my Step 4. Graph build. OK
I can not add new Entity to [DemoSolution2] using ABP Suite. After adding it gives me error and I can not build using graph due to errors in module. So you did not answer my quition: why my module [NewModule] is impacted if I am adding entity into [DemoSolution2]?I will share solution soon.
-
0
Hi, EngincanV
I did build. See my Step 4. Graph build. OK
I can not add new Entity to [DemoSolution2] using ABP Suite. After adding it gives me error and I can not build using graph due to errors in module. So you did not answer my quition: why my module [NewModule] is impacted if I am adding entity into [DemoSolution2]?I will share solution soon.
Thanks. I got your email, and will check the problem.
-
0
Hi, EngincanV
We are blocked with our solution due to this issue. Any updates on this? -
0
Hi, EngincanV
We are blocked with our solution due to this issue. Any updates on this?Hi, I got your solution. But haven't had time to examine it yet. I'll check it asap.
-
0
Hi, EngincanV
Sorry for pushing.. any news? -
0
hi viktor
EngincanV will be back to work tomorrow. He will reply you asap
Thanks.
-
0
Hi, EngincanV
Sorry for pushing again.. any news? -
0
Hi, EngincanV
Sorry for pushing.. any news?Hi Viktor, sorry for the late response. I've checked your project, but it seems the project that you shared is suppose to use central package management, however there are some problems when building the application. So it seems the package versions are still being used in several project instead of a central place.
So, please fix the central package management problem and re-share your solution. So, I can directly focus on the problem that you are facing.
Regards.
-
0
Hi, EngincanV
Sorry, but I can not understand what do you mean by "the project that you shared is suppose to use central package management"
I just did all steps as described in my previous comment https://abp.io/support/questions/9023/Can-not-add-Entity-to-Main-solution#answer-3a18e527-ce86-9cfe-f7fb-9d08e70d2baeI got build error as described in step 6 so did zip full folder and shared it with you. What do you mean by "please fix the central package management problem"? I am not using any "central package management" just ABP Studio.
-
0
Hi, EngincanV
Sorry, but I can not understand what do you mean by "the project that you shared is suppose to use central package management"
I just did all steps as described in my previous comment https://abp.io/support/questions/9023/Can-not-add-Entity-to-Main-solution#answer-3a18e527-ce86-9cfe-f7fb-9d08e70d2baeI got build error as described in step 6 so did zip full folder and shared it with you. What do you mean by "please fix the central package management problem"? I am not using any "central package management" just ABP Studio.
When i download your project and star investigating then I see build errors which explicitly says they are related to the "central package management" rather than the generated code.
So it seems that you either updated your solution to manage your package dependency from a single point or templates that you used is corrupted.
So, can you confirm that the project you shared was the right project and you created a startup template and then applied the provided steps? (Because something is not right in your project :))
-
0
Hi,
Please share your ABP Studio logs with this error, as I can not see such during my Graph Build.I created new Solution [DemoSolution3] and I did sceenshots of all steps I made during creation. I sent mail with links to solution and work document to support mail box.
-
0
Hi,
Please share your ABP Studio logs with this error, as I can not see such during my Graph Build.I created new Solution [DemoSolution3] and I did sceenshots of all steps I made during creation. I sent mail with links to solution and work document to support mail box.
Hi, thanks. I'm extracting the .zip file now and will let you know soon after examining the project.
-
0
Update:
I have checked your project and it seems that the
HttpApiProjectDirectory
&HttpApiClientProjectDirectory
properties in.abp/suite/appsettings.json
file (this is the file, which stores the solutions in the ABP Suite, and since you are using a single-layer template and using the folder as the path, it sets the related properties wrong as follows:This is the reason why you get a build error in your newmodule module, even if you are trying to generate it for your main application.
To fix it, you can manually fix the directory paths in the appsettings.json file:
"HttpApiProjectDirectory": "C:\\Users\\w11\\Downloads\\DemoSolution3\\DemoSolution3\\DemoSolution3", "HttpApiClientProjectDirectory": "C:\\Users\\w11\\Downloads\\DemoSolution3\\DemoSolution3\\DemoSolution3",
So, you should just remove the newmodule path reference in these two properties in the appsettings.json file, which is located at
%USER_PROFILE%/.abp/suite/appsettings.json
.
I will create an issue for that in our internal repository and have refunded your ticket. Thanks for your understanding.
Regards.