Activities of "t.abouzid"

I’m not able to use ABP templates; the solution is empty in the new tool Studio. The reason is:

18:00:13.879 Information Start processing HTTP request "GET" https://commercial.abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.7.1 18:00:13.879 Information Sending HTTP request "GET" https://commercial.abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.7.1 18:00:13.948 Warning Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. 18:00:13.948 Warning Code:AbpStudio:NugetPackageNotFound 18:00:13.948 Warning Details: 18:00:13.950 Warning ---------- Exception Data ---------- PackageId = Volo.Abp.Studio.Extensions.StandardSolutionTemplates Version = 0.7.1

and from CMD it's the same :

C:\Windows\System32>abp [18:07:18 INF] ABP CLI 0.7.1 (Beta) [18:07:18 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [18:07:18 INF] Checking extensions... [18:07:18 ERR] NuGet package not found Package: Volo.Abp.Studio.Extensions.StandardSolutionTemplates, Version: 0.7.1 [18:07:18 WRN] Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at Volo.Abp.Studio.Nuget.NugetPackageManager.DownloadAsync(String packageId, String version) at Volo.Abp.Studio.Extensions.NugetExtensionManager.DownloadAsync() at Volo.Abp.Studio.Cli.StudioCliService.CheckExtensionsAsync() at Volo.Abp.Studio.Cli.StudioCliService.RunAsync(String[] args) [18:07:18 WRN] Code:AbpStudio:NugetPackageNotFound [18:07:18 WRN] Details: [18:07:18 WRN] ---------- Exception Data ---------- PackageId = Volo.Abp.Studio.Extensions.StandardSolutionTemplates Version = 0.7.1

I'm not able to run my default web application after adding an entityin a microservice module, all the default generated ABP SUITE as not altered or changed but once added the API is running and it's works, the web gateway is able to find the necessary messing APIs but the MVC web site is keep trying to run

  • ABP Framework version: v7.0.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes (Microservice)
  • Exception message and stack trace:Volo.Abp.AbpInitializationException: An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module ..Web.MsWebModule, ..Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: The action '..Micro1Service.EntityTests.ClientProxies.EntityTestsClientProxy.GetAsync (..Micro1Service.HttpApi.Client)' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer.. See the inner exception for details. ---> System.InvalidOperationException: The action '..Micro1Service.EntityTests.ClientProxies.EntityTestsClientProxy.GetAsync (..Micro1Service.HttpApi.Client)' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer.
  • Steps to reproduce the issue: Add new microservice, Map from Database Model chosing Entity with string Type, configure the new web service as documented and run run-tye.ps1.

Hi,

I'm new in Abp commercial and I could not start using the default generated solution fo rthe below REASON : License check failed for 'Volo.Abp.Account.Pro.Public.HttpApi-v20.6.0.0'.

  • ABP Framework version: V 4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Abp.Account.Pro.Public.HttpApi-v20.6.0.0'. 2021-04-08 12:11:34.843 +01:00 [ERR] ABP-LIC-0008 - License check failed for 'Volo.Abp.Account.Pro.Public.HttpApi-v20.6.0.0'.

For more information, contact to license@abp.io.

  • Steps to reproduce the issue: Debug downloaded solution by Visual studio
Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30