Activities of "zony"

Can't access the url http://127.0.0.1:8988/Docs/Admin/Projects after publish.

Below is the log message.

[16:16:16 INF] Request starting HTTP/1.1 GET http://127.0.0.1:8988/Docs/Admin/Projects
[16:16:17 ERR] Connection id "0HLVJU4I80GIM", Request id "0HLVJU4I80GIM:00000002": An unhandled exception was thrown by the application. Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred: /Pages/Docs/Admin/Projects/Index.cshtml(33,28): error CS1705: 标识为“Volo.Abp.Authorization, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null”的程序集“Volo.Abp.Authorization”所使用的“Microsoft.AspNetCore.Authorization, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60”版本高于所引用的标识为“Microsoft.AspNetCore.Authorization, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60”的程序集“Microsoft.AspNetCore.Authorization” /Pages/Docs/Admin/Projects/Index.cshtml(42,28): error CS1705: 标识为“Volo.Abp.Authorization, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null”的程序集“Volo.Abp.Authorization”所使用的“Microsoft.AspNetCore.Authorization, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60”版本高于所引用的标识为“Microsoft.AspNetCore.Authorization, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60”的程序集“Microsoft.AspNetCore.Authorization” at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.CompileAndEmit(RazorCodeDocument codeDocument, String generatedCode) at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.CompileAndEmit(String relativePath) at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeViewCompiler.OnCacheMiss(String normalizedPath) --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.DefaultPageLoader.LoadAsyncCore(PageActionDescriptor actionDescriptor, EndpointMetadataCollection endpointMetadata) at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageLoaderMatcherPolicy.ApplyAsyncAwaited(CandidateSet candidates, Task1 actionDescriptorTask, Int32 index) at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.SelectEndpointWithPoliciesAsync(HttpContext httpContext, IEndpointSelectorPolicy[] policies, CandidateSet candidateSet) at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.<Invoke>g__AwaitMatch|8_1(EndpointRoutingMiddleware middleware, HttpContext httpContext, Task matchTask) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication1 application) [16:16:17 INF] Request finished in 618.5964ms 500

Angular UI Administration menus are not showed!

The solution is created by cli: abp new Test -t app-pro -u angular

The abp pro version is 2.3.0.

It can build and run successful, but administration menus are not showed.

Crud page generated by abp suite 2.3.0 is not worked!

The solution is created by cli: abp new Test.MVC -t app-pro -u mvc.

It can build and run successful, but the page is not worked.

The google chrome console has one error:

Uncaught TypeError: Cannot read property 'books' of undefined
    at HTMLDocument.<anonymous> (index.js?_v=637210729708708542:5)
    at mightThrow (jquery.js?_v=637209671264387665:3534)
    at process (jquery.js?_v=637209671264387665:3602)

I 'm using Abp Suite 2.3.0 to create a new solution with options (UI framework: Angular; Mobile: React Native; Database Provider: Entity Framework Core; Separate Identity Server). But, when i launch front-end web site, it doesn't contain The Administration menu (this issue didn't happened in the Abp Suite 2.2.1). How i can fix it?

**I have the problem too! When ui framework is angular, the administration menus are not showed; when ui framework is mvc, it works. **

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