Activities of "epieters"

This is still not fixed, so I want to re-open the ticket. I will try to redeploy on a new Azure Web Services instance. Nevertheless, I will not have a lot of time this week, so there won't be a lot of feedback from me the next couple of days.

OK, this is what I was able to capture

Hi @maliming,

Thanks for getting back to me.

At first glance, I don't see any application logs. /wwwroot/Logs is empty

I've also looked in the Application Event logs of Azure Web Services, but the last Error was from 2022/11/10 (which had to do with the certificates issues that plenty of people had, so that was easy to fix)

So my next question is: how to get to the ABP applications logs on Azure Web Service, because currently I'm not seeing them.

  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I've created a standard Blazor / ABP app and deployed to 2 Azure Web Apps:

  • asw-raas-dev-blazor.azurewebsites.net
  • asw-raas-dev-api.azurewebsites.net

I've followed the instructions in various tickets to get past the 500.30 error and Home page shows correct now

But when I try to login in I'm getting a blank page and an error:

So, I still must be missing something, but I really have no clue as all appsettings look OK at first glance:

appsettings for blazor

appsettings for HttpApi.Host

appsettings for DbMigrator

Hi Berkansasmaz,

We can confirm that the solution provided works. Thanks.

Eric.

Hi Berkansasmaz,

Thanks for the detailed instructions. Its superclear now.

We will try as soon as Siva is back online and get back to you immediately.

KR.

Eric.

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)

Showing 1 to 10 of 19 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11