Smtp password must be encrypted. It seems like you have not encrypted it correctly. see https://docs.abp.io/en/abp/latest/Emailing#encrypt-the-smtp-password
ps: I removed your sensitive SMTP sensitive data.
you can use abp.ajax
for ajax calls.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/JavaScript-API/Ajax#basic-usage
on the other hand if you are getting error from your 3rd party API, you should add your client to that server's granted clients.
@sgal, do you have this directory?
C:\Users\sgalcheung\Documents\StudyABP\AbpSuite\AngularSeparateTutorial\Acme.BookStorePro\angular\.suite\schematics
also when this happens? generating a CRUD page? and your version pls?
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.