Activities of "fallas"

Ok resolved now. Even though the modules folder was deleted from Visual Studio they still needed to be deleted from the directory structure in file explorer. Rebuilt and published fine. App now up and running.

Thank you for your support.

Hi. I had to remove the source code for the Account as well. This seems to have worked in the development environment. However when publishing to the Azure Web App the following build errors occur below. To confirm the code builds and runs properly in the developement environment.

##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(19,47): Error CS0246: The type or namespace name 'BlobProviderExistsArgs' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(19,47): error CS0246: The type or namespace name 'BlobProviderExistsArgs' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] ##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(24,46): Error CS0246: The type or namespace name 'BlobProviderGetArgs' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(24,46): error CS0246: The type or namespace name 'BlobProviderGetArgs' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] ##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(29,52): Error CS0246: The type or namespace name 'BlobProviderGetArgs' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\FakeBlobProvider.cs(29,52): error CS0246: The type or namespace name 'BlobProviderGetArgs' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] ##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(17,26): Error CS0246: The type or namespace name 'IAccountEmailer' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(17,26): error CS0246: The type or namespace name 'IAccountEmailer' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] ##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(18,17): Error CS0246: The type or namespace name 'IEmailSender' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(18,17): error CS0246: The type or namespace name 'IEmailSender' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] ##[error]modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(21,43): Error CS0246: The type or namespace name 'AccountResource' could not be found (are you missing a using directive or an assembly reference?) D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo\Abp\Account\AccountEmailer_Tests.cs(21,43): error CS0246: The type or namespace name 'AccountResource' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\modules\Volo.Account.Pro\test\Volo.Abp.Account.Pro.Application.Tests\Volo.Abp.Account.Pro.Application.Tests.csproj] CompilerServer: server - server processed compilation - e3d1d1a4-c159-4e2c-a72c-606cbdfa0055

Thank you that is now removed and nuget package referenced. I am not getting a different issue whereby the app is not launching

Output:

Package references

I have updated github as well.

I cant seem to find the package on Nuget:

I am searching for Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton and using package source nuget.org

I aslo cannot find Volo.Abp.LeptonTheme.Management.Web

HI,

I actually don't know why this problem occurs, but if you can share a project to reproduce it, I can help you solve the problem, shiwei.liang@volosoft.com

I do have the source code for Lepton Theme added to my solution via the ABP Suite Modules. If it is going to be easier to remove it from my solution I am happy to do that

May be you can try it.

Thank you I have shared on GitHub. How do we go about removing the adding of the LeptonThem code from the solution?

Just an additional note. I do have the source code for Lepton Theme added to my solution via the ABP Suite Modules. If it is going to be easier to remove it from my solution I am happy to do that

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