Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v7.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes Identity Server Separated (Angular)
- Exception message and stack trace:
- Steps to reproduce the issue:"
I tried adding the File Management module in the project by referring the following document https://docs.abp.io/en/commercial/latest/modules/file-management#:~:text=File%20Management%20Module,size%20limit%20for%20your%20tenants.
In one of our previous tickets[https://support.abp.io/QA/Questions/5358/Upload-Files-in-File-Management-not-working], it was mentioned that the issue would be fixed in the latest version. So, I have updated the ABP version of my project from 7.2.2 to 7.3.1. But after the update, the project is not building and is throwing some conflicts. Here is the screenshot.

Do I have to do any further configurations after the update.
12 Answer(s)
-
0
Hi,
Could you share the full error logs? thanks.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Hi The error is generated when we try to build the application using the command "dotnet build" for the auth-server. After updating the Abp version we not able to run the application only the above generated error has been reflected.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Could you share a new project that can reproduce the problem? I will check it. thanks. My email is shiwei.liang@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
ok, i will check it.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
You need to upgrade the leptonx theme package to
2.3.*-*versionMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
The Angular project is still not building.
Hi, your
@angular*packages must be updated to~16.0.*version because we are using this version with the~7.3.*abp versionAlso make sure all package have same version
- @abp/*
- @volo/*
- @volosoft/*
@abp and @volo must be
~7.3.0@volosoft (Which means theme.lepton-x) must be~2.3.xMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)





