Starts in:
2 DAYS
1 HR
55 MIN
7 SEC
Starts in:
2 D
1 H
55 M
7 S

Activities of "epieters"

Hi @berkansasmaz, I'm working together with Siva on this.

Can you please point out the relevant section? Because we don't get it.

In the standard sample Layered / MVC application its clear. The abp.resourcemapping.js can be found in the Acme.BookStore.Web project.

However in the NoLayer / MVC application, there is no such file in the whole project.

So lets try again, can somebody - in the paid support channel - tell us how we can add additional libs to our solution. Is the only thing we need to do create the PR as describe in the documentation that you referenced? https://docs.abp.io/en/abp/latest/UI/AspNetCore/Client-Side-Package-Management#package-contribution

Yep, pretty sure that "Save & Generate" is not adding the using statements for the enums.

Hi @yekalkan

I'm using the no-layers template, so I just ran >dotnet run in the project directory. It looks like the enums are not getting referenced in the generated code and some of the files are getting created from scratch, resulting in duplicates.

C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(8,22): error CS0101: The namespace 'Pentapack.MRS.PackagingMac hines' already contains a definition for 'IPackagingMachinesAppService' [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(19,18): error CS0101: The namespace 'Pentapack.MRS.PackagingMac hines' already contains a definition for 'PackagingMachinesAppService' [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\GetPackagingMachinesInput.cs(13,16): error CS0246: The type or namespace name 'MachineType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\GetPackagingMachinesInput.cs(14,16): error CS0246: The type or namespace name 'PrinterType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(27,13): error CS0246: The type or namespace name 'MachineT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(28,13): error CS0246: The type or namespace name 'PrinterT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(46,13): error CS0246: The type or namespace name 'MachineT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(47,13): error CS0246: The type or namespace name 'PrinterT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(62,13): error CS0246: The type or namespace name 'MachineT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\EfCorePackagingMachineRepository.cs(63,13): error CS0246: The type or namespace name 'PrinterT ype' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachineRepository.cs(16,13): error CS0246: The type or namespace name 'MachineType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachineRepository.cs(17,13): error CS0246: The type or namespace name 'PrinterType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachineRepository.cs(31,13): error CS0246: The type or namespace name 'MachineType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachineRepository.cs(32,13): error CS0246: The type or namespace name 'PrinterType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(10,51): error CS0111: Type 'IPackagingMachinesAppService' alre ady defines a member called 'GetListAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(12,35): error CS0111: Type 'IPackagingMachinesAppService' alre ady defines a member called 'GetAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(14,14): error CS0111: Type 'IPackagingMachinesAppService' alre ady defines a member called 'DeleteAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(16,35): error CS0111: Type 'IPackagingMachinesAppService' alre ady defines a member called 'CreateAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\IPackagingMachinesAppService.cs(18,35): error CS0111: Type 'IPackagingMachinesAppService' alre ady defines a member called 'UpdateAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachine.cs(23,24): error CS0246: The type or namespace name 'MachineType' could not b e found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachine.cs(25,24): error CS0246: The type or namespace name 'PrinterType' could not b e found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(25,16): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'PackagingMachinesAppService' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(32,72): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'GetListAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(44,56): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'GetAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(50,35): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'DeleteAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(56,56): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'CreateAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachinesAppService.cs(67,56): error CS0111: Type 'PackagingMachinesAppService' alread y defines a member called 'UpdateAsync' with the same parameter types [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineCreateDto.cs(15,16): error CS0246: The type or namespace name 'MachineType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachine.cs(40,77): error CS0246: The type or namespace name 'MachineType' could not b e found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachine.cs(40,102): error CS0246: The type or namespace name 'PrinterType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineCreateDto.cs(17,16): error CS0246: The type or namespace name 'PrinterType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineDto.cs(13,16): error CS0246: The type or namespace name 'MachineType' could no t be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineDto.cs(15,16): error CS0246: The type or namespace name 'PrinterType' could no t be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineManager.cs(23,44): error CS0246: The type or namespace name 'MachineType' coul d not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineManager.cs(23,69): error CS0246: The type or namespace name 'PrinterType' coul d not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineUpdateDto.cs(16,16): error CS0246: The type or namespace name 'MachineType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineUpdateDto.cs(18,16): error CS0246: The type or namespace name 'PrinterType' co uld not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pages\PackagingMachines\Index.cshtml.cs(20,16): error CS0246: The type or namespace name 'MachineType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineManager.cs(35,48): error CS0246: The type or namespace name 'MachineType' coul d not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Entities\PackagingMachines\PackagingMachineManager.cs(35,73): error CS0246: The type or namespace name 'PrinterType' coul d not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj] C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pages\PackagingMachines\Index.cshtml.cs(21,16): error CS0246: The type or namespace name 'PrinterType' could not be found (are you missing a using directive or an assembly reference?) [C:\Repos\in2facts\Pentapack.MRS\Pentapack.MRS\Pentapack.MRS.csproj]

Hello, anybody around that can help? This is blocking me from making progress on the application that I need to demo tomorrow. So I would appreciate some hints (even if its just the commands I need to run manually in the VS PM console)

Yep, this works. Thanks.

Yep. Thanks.

I have the same error when I try to run easyCRM on ABP 5.2.2

Can you please provide me with the instructions? I'm new to ABP (commercial)

Thanks

Hi, yes I'm a little further now. Would have been handy if that was referenced by the Docs documentation as well.

I still have to create records in the database to display the documentation, but the entry in the Admin menu does appear. Next I will add some records in the the database.

Thx.

Eric.

Showing 11 to 19 of 19 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06