Activities of "lizhaofeng"

hi berkansasmaz

1.ABP Studio Version. 0.6.5

2.Extension Version (you can find this information from the Extensions button in the Tools section under the File Menu). 3.Screenshot of the contents of the volo.abp.studio.extensions.standardsolutiontemplates folder in the resulting path when you run the dotnet nuget locals global-packages --list command.

3.When you open the application, do you see any warning that the extension could not be loaded or installed? yes

4.Does the problem persist after logout from ABP Studio and log in again? yes

5.Operating system Win10 x64

dotnet nuget locals all --clear

hi ahmetfarukulu

“D:\Packages” consist of 0.65 package

Execute dotnet nuget locals all --clear command.

Restart ABP Studio, the exception still exists.

setx /M NUGET_PACKAGES D:\Packages

hi ahmetfarukulu

After running the command "setx /M NUGET_PACKAGES D:\Packages", the abp studio runs normally. Thank you!

  • ABP Framework version: v8.2.0-rc3
  • UI Type: Blazor webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1.Creating a project using CLI. abp new Acme.BookStore -t app-pro -u blazor-webapp --preview -csf

2.Migrating and running the project.

3.Add a menu

context.Menu.AddItem(
            new ApplicationMenuItem(
                "SettingManagement",
                l["Menu:SettingManagement"],
                url: "/setting-management/#")
        );

4.Clicking on the newly created menu will cause the browser to become unresponsive. This issue appears only when using the LeptonXTheme .

Hi,Anjali_Musmade

LeptonXTheme version 8.2.0-rc.3 . <PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme" Version="3.2.-" />

You can use CLI to create a new project, add a new menu, and use an existing URL address as the URL.

like

context.Menu.AddItem(
            new ApplicationMenuItem(
                "SettingManagement",
                l["Menu:SettingManagement"],
                url: "/setting-management")
        );

If the URL uses /setting-management/#, it works normally, but if it is just /setting-management, it will hang.

After upgrading the project to 8.2.0-rc.4, an error occurred while trying to restore the following: Volo.Abp.Identity.Pro.HttpApi 8.2.0-rc.4 was not found. However, a close approximate match of Volo.Abp.Identity.Pro.HttpApi 8.3.0-preview20240528 was resolved.

After upgrading the project to 8.2.0-rc.4, an error occurred while trying to restore the following:
Volo.Abp.Identity.Pro.HttpApi 8.2.0-rc.4 was not found. However, a close approximate match of Volo.Abp.Identity.Pro.HttpApi 8.3.0-preview20240528 was resolved.

Hi, I couldn't reproduce the problem. Can you give us more details so we can help you with your issue?

  1. Which framework & database provider do you use?
  2. Which version did you use before upgrading your project?

1.upgrading from 8.2.0-rc.3 to 8.2.0-rc.4. 2.Today, the restoration of NuGet packages can be successful.

hi

Changing ABP Suite versions may result in errors. The steps are as follows:

  1. Open the suite,
  2. Close the suite,
  3. Change versions.

abp studio v.0.7.4

Restore the "Create a new solution" button, abp suite version 8.3.0-rc.1.

1.Abp studio currently does not support creating application modules. 2.How to Create a Non-Commercial Version of the Project

Showing 61 to 70 of 77 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09