Hi Issue Ticket no: 10312 , What can i do next ? https://abp.io/support/questions/10312/Error-when-Save-and-Generate-Class-with-Abp-Suite
Thank you
[m.aliozkaya] said: Hi @kwanp,
Thanks for your feedback. I reproduced the error. I'm opening an issue regarding this and refunding the ticket.
Hi @m.aliozkaya How long i need to wait to solve with this issue?
Thank you
Hi After Save and Generate in ABP Suite it replace the files and back to error again
Thank you
Hi I got Error when Save and Generate Class with Abp Suite 10.0.2
Follow this tutorial https://abp.io/docs/latest/tutorials/microservice/part-03?UI=NG&DB=EF
i already try to fix it manual but when regenerate it back to error again
Provide us with the following info:
Exception message and full stack trace: Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductCreateDto.cs(10,19): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductCreateDto.cs(10,64): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductUpdateDto.cs(11,19): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductUpdateDto.cs(11,64): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductCreateDto.cs(14,12): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductCreateDto.cs(14,47): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductUpdateDto.cs(15,12): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] /Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/Services/Dtos/Products/ProductUpdateDto.cs(15,47): error CS0103: The name 'ProductConsts' does not exist in the current context [/Users/kwanp/Documents/Projects/CloudCrm2/services/catalog/CloudCrm2.CatalogService.Contracts/CloudCrm2.CatalogService.Contracts.csproj] 0 Warning(s) 8 Error(s)
Thank you
Hi I Fix the error already i just forgot to change the appsettings.json -> ConnectionStrings part in angular project
Thank you
Hi it work when i use dotnet build and dotnet run to test in VSCode.
what about in ABP Studio it possible to fix the error to this issue
Thank