Activities of "fishlong"

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

The solution consists of application services and angular, How does an application service receive an Excel file uploaded from angular?

Boot the abp module system, and then call it.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L21

I will try it. thanks.

hi

You don't need to compile js and css. You can configure to use them directly during developmentin.

https://docs.abp.io/en/abp/latest/Virtual-File-System#dealing-with-embedded-files-during-development

The js file is in a separate module project, the modular Web project outputs a packaged dll file. If the JS file is modified during development, the JS file in the DLL will not be changed synchronously.

hi

I think you can refer to the code using Dynamic C# API Client Proxies in the Console app.
https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp

Yes, I have successfully used the call dynamic API on the Console client.

Now what do I do to use the WinForm client?

Hi guys,

I followed the instructions and builded console application for dynamic api client proxies. https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients https://docs.abp.io/en/abp/latest/Startup-Templates/Console

Is there a best practice for building winForm application clients to call dynamic api proxies???

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 / MongoDB Tiered (MVC) or Identity Server Separated (Angular): no Exception message and stack trace: Steps to reproduce the issue:"

Hi guys,

I followed the instructions and enable razer page runtime compilation for RCL module. https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?view=aspnetcore-5.0&tabs=visual-studio#enable-runtime-compilation-for-a-razor-class-library-1

but the static file(js, css) cannot work.

Can someone tell me the correct operation?

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 / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Open F12 develop tool, I can got the appservice scirpt in ServiceProxyScript.

  • 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:1. Create a new module added in application; 2.Create a new application service follow https://docs.abp.io/en/abp/latest/API/Auto-API-Controllers; 3. Unable to get the api in swagger UI

yes, thanks a lot.

thanks a lot!

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