ABP Framework version: v4.2.0 VisualStudioVersion = 16.0.31004.235 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): yes Exception message and stack trace:
Steps to reproduce the issue:I created a vanilla project and without any modifications it wont build.
- Create a new application using suite.
- Open Solution
- Build
Error: \Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2182,5): error MSB4018: The "ResolveAssemblyReference" task failed unexpectedly. error MSB4018: Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: Unexpected CopyLocal flag.
I reduced the version down to 4.1.0 for all Volo packages and it worked, but failed again when I updated to 4.2.1
Thanks Chris
@chris.tune@gmail.com I have tried to reproduce the problem with 4.2.1 and it was OK.
Try to build via dotnet build
CLI tool.
check whether the path of your project is too long
try to re-login ABP via abp login <username>
(if some packages are not being restored)
ABP Framework version: v4.2.1 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Seperated (Angular): yes Exception message and stack trace: Steps to reproduce the issue:
ABP suite didn't generate front-end code. My project name is Acme.BookStorePro , package.json The name in is bookstorepro
@sgal
Can you check the logs >= %UserProfile%\.abp\suite\logs
(normally you should see an exception about not generating the code)
Is there any problem with the backend code generation?
This is clearly stated in Terms & Conditions
https://commercial.abp.io/TermsConditions
3. Intellectual Property
3.2 Subject to Clause 6 you may not reproduce, copy, distribute, store or in any other fashion re-use material from the Web Site unless otherwise indicated on the Web Site or unless given express written permission to do so by Volosoft Bilişim Anonim Şirketi.
Will we have to remove 'AbpLicenseCode' from appsettings.json ? No, this will stop your development. The AbpLicenseCode is an offline license validation. Will the developers be able to debug ? Yes. Will there be other constraints ? After your license expires, you will be still developing your project. ABP commercial license is a perpetual license. The nuget.config contains a reference to a commercial url. Will this url still work? Yes you'll still be able to get minor patch updates
See https://commercial.abp.io/faq#what-happens-when-license-ends
@riley, if you have problems with accessing Lepton Theme source, just send us an email at info@abp.io. we'll help you.
as mentioned in my previous post, you can always add your module to the Suite and create your CRUD pages (and use it in your microservice solution) by supporting Microservice template, what are you exactly looking for?
hi, Suite doesn't support the Microservice template. You can create your own custom module to be used in your microservice project. And you can add the module to Suite, then it'll work.
Hello,
CRUD Page Generator not generate files for blazor project if you working on module
@murat.yuceer this is not implemented yet. we'll support Blazor modules in v4.4
I am encountering an error trying to update a project to the latest release. The error occurs both the CLI and with Suite.
Suite - upgrade all packages
Starting Suite v4.2.0 ... Opening http://localhost:3000 Press Ctrl+C to shut down. [18:05:45 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }
[18:05:45 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.
hi @scott7106
this issue has been fixed in https://github.com/abpframework/abp/issues/7739