- 入门指南
- 演示应用程序
- 如何
- 通知
- 使用 VB 表达式
- 设计应用程序
- 使用 Autopilot 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 在应用程序中利用媒体文件
- 在应用程序中利用操作
- 在应用程序中利用 Connections
- Studio Web 中的网页应用程序
- 应用程序生命周期管理 (ALM)
- UiPath™ 第一方应用程序
- 基本故障排除指南
Under the hood
Apps that use VB expressions work with Dynamic Link Library (DLL) files. This functionality is powered by the open-source technology Blazor. This framework supports compiling .NET code into DLL files, and then running the DLL files inside a browser. Refer to the official Microsoft documentation on Blazor for more information.
When you first interact with a VB expression app, your browser accesses the UiPath content delivery network (CDN), and downloads the DLL files that are required to run VB expression apps. Whenever you run an app, the system loads the DLL files from the browser cache and adds them to memory.
There are two distinct sets of DLL files required to run VB expression apps:
-
System DLL files that are required for the Blazor WASM. This set contains around 200 DLL files.
-
App-specific DLL files that are generated based on the pages and integrations you add to your app. The number of DLL files in this set varies based on the number and types of resources in your app.
These DLL files, particularly app-specific DLL files, vary in their naming and format.
If your firewall blocks downloads of DLL files, allowlist the UiPath content delivery network in your firewall settings to use UiPath Apps.
Refer to Configuring the firewall for more details.