Activities of "JeganAbpCommercial"

Still facing below error showing in error logs

2021-12-20 11:09:17.492 +08:00 [INF] Starting web host. 2021-12-20 11:09:38.993 +08:00 [FTL] Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule, Volo.Abp.AspNetCore.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Method 'GetProfilePictureFileAsync' in type 'Volo.Abp.Account.AccountController' from assembly 'Volo.Abp.Account.Pro.Public.HttpApi, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart.get_Types() at Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(IEnumerable1 parts, ControllerFeature feature) at Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature[TFeature](TFeature feature) at Microsoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions.AddControllersAsServices(IMvcBuilder builder) at Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule.ConfigureServices(ServiceConfigurationContext context) at Volo.Abp.AbpApplicationBase.ConfigureServices() System.TypeLoadException: Method 'GetProfilePictureFileAsync' in type 'Volo.Abp.Account.AccountController' from assembly 'Volo.Abp.Account.Pro.Public.HttpApi, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. --- End of inner exception stack trace --- at Volo.Abp.AbpApplicationBase.ConfigureServices() at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplication[TStartupModule](IServiceCollection services, Action1 optionsAction) at eFC.Web.Startup.ConfigureServices(IServiceCollection services) in C:\Jegan\Sourcecode\Sprint9\src\src\eFC.Web\Startup.cs:line 11 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.

  • ABP Framework version: v5.0

    • UI type: MVC
  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace: Attached screen shot build error

  • Severity Code Description Project File Line Suppression State Error TS6053 File 'C:/Jegan/Sourcecode/Sprint9/src/src/eFC.Web/wwwroot/libs/datatables.net-bs4/js/dataTables.bootstrap4.js' not found. The file is in the program because: Root file specified for compilation eFC.Web JavaScript Content Files 1 Active

  • Steps to reproduce the issue:" Followed the upgrading steps for ABP 4.4. to ABP 5.0 https://blog.abp.io/abp/ABP-IO-Platform-5.0-RC-1-Has-Been-Released

Build error resolved below error logs 2021-12-20 11:09:17.492 +08:00 [INF] Starting web host. 2021-12-20 11:09:38.993 +08:00 [FTL] Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule, Volo.Abp.AspNetCore.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Method 'GetProfilePictureFileAsync' in type 'Volo.Abp.Account.AccountController' from assembly 'Volo.Abp.Account.Pro.Public.HttpApi, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart.get_Types() at Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(IEnumerable1 parts, ControllerFeature feature) at Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature[TFeature](TFeature feature) at Microsoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions.AddControllersAsServices(IMvcBuilder builder) at Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule.ConfigureServices(ServiceConfigurationContext context) at Volo.Abp.AbpApplicationBase.ConfigureServices() System.TypeLoadException: Method 'GetProfilePictureFileAsync' in type 'Volo.Abp.Account.AccountController' from assembly 'Volo.Abp.Account.Pro.Public.HttpApi, Version=4.4.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. --- End of inner exception stack trace --- at Volo.Abp.AbpApplicationBase.ConfigureServices() at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplication[TStartupModule](IServiceCollection services, Action1 optionsAction) at eFC.Web.Startup.ConfigureServices(IServiceCollection services) in C:\Jegan\Sourcecode\Sprint9\src\src\eFC.Web\Startup.cs:line 11 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.

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

Currently We are working on new project with ABP commercial product from the scratch. Using ABP framework is it possible to maintain session information in the backend calls ?. Say for example Userinformation..

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

I have requirement to call external services from my current ABPServices.. How to make the call ?.. from Which project i should make ?

Thank you i will close..

hi

https://docs.abp.io/en/commercial/latest/modules/account/ldap

Thanks for the response. But inbuilt option i am not able to see in UI. i have shared my UI screen. Please help me how to enable that tab

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

Issue

I am not able to option LDAP option in UI to set and configure. how to enable ?.. I am using commercial account to create project

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

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

We have created new solution based Application Template asi mentioned above. Our front end we are planning to use React application (customized) and backed we are going to use web api which is created by abp mvc application template. Now we are trying to integrate the login functionality with identity server. Both API and identity server hosting together along mvc ui.

Note: MVC UI we are not going to use for now

Issue

Now from react application we try to access launch url localhost:3000, it automatically redirect to MVC login page(generated by ABP) (our designed login page is not in use anymore) . how to resolve this issue ?.. Please help

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

Team, We are fairly new to ABP framework platform and we are along the way with our new project.In our project we are planning to implement refresh token as part of authentication-Identity server-4.

 In ABP document we couldn't see any information about refresh token implementation. Can you please guide how to implement the refresh token strategy in ABP framework. 
 Do we need to do custome implementation for refresh token depends on our strategy ?.. Please guide us

Thanks it's working fine now

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