Activities of "levees"

[maliming] said: hi

Can you download and install again?

Sorry for that. We will add an option to disable the automatic upgrade.

https://abp.io/api/abp-studio/download/r/windows/abp-studio-0.9.8-beta-full.nupkg

Your question has been refunded.

Thanks.

It would've been nice if this was in official documentation anyway, got it now. thankyou!

It's really disgusting. ABP Studio has upgraded automatically. I'd like to set up a project with v8.3.4. In new version, Even with the "change version" set for create project, but it didn't work. so how can I go back to the previous version? like 0.9.8

All I need is a simple tool, not a bunch of problems. It's absolutely disgusting​ to waste time preventing upgrades or trying to revert to an older version.

Answer

+1

Hi,

Please make sure that the parameter names of StudentAppService and IStudentAppService are the same

it's working, thank you! 我再学习学习这是为什么。

HI,

I will check it

期待回复。

I don't think share data table is good idea Is it possible to use Distributed Event Bus finish it ?

Options( the options pattern ) and Setting(Configuration system) are both derived from .net core (extensions) and more powerful

Settings providers read configuration data from key-value pairs using a variety of configuration sources

Options uses classes to provide strongly typed access to groups of related settings. is used to configure a group of settings used by the framework services.

you may define Settings, or derives something from AbpDynamicOptionsManager

follow the documents: https://docs.abp.io/en/abp/latest/Settings https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-6.0

https://docs.abp.io/en/abp/latest/Options https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-6.0

Abp is no different from normal asp.net core if you added app.UseStaticFiles(); in OnApplicationInitialization method in {WebApp}Module you may check the documents https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-6.0

  • ABP Framework version: v5.1.4
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
global.js?_v=637839874300733999:10 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Unsupported Media Type
Volo.Abp.Http.Client.AbpRemoteCallException: Unsupported Media Type
  • Steps to reproduce the issue:" i create two service, and identical with each other.
public interface ITempStuService : IApplicationService
{
    Task<StudentDto> CreateAsync(StudentDto input);
}
public interface IStudentAppService  : IApplicationService
{
    Task<StudentDto> CreateAsync(StudentDto getListInput);
}

but in the Blazor client App, call them, I get different results,one of them give wh 415 error. for reproduce i have simplify my code to minimal, and push to github https://github.com/mlwxxx/temp02

on blazor app home page, check the first button and got a Unsupported Media Type error.
but, the second button is work well.. I was so confused that I didn't know what i did wrong。 can you help me ?

hi

Are you enable WebSockets of IIS?

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-5.0#iisiis-express-support

😂 It really is!

Finally got it working

非常感谢。。。balabala.....

Showing 1 to 10 of 11 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.