- Primeros pasos
- Antes de empezar
- Tutorial
- Acceder a la URL de producción de una aplicación
- Build a mobile-friendly app
- Insertar aplicaciones
- Insertar mapas
- Establecer contexto externo
- Utilizar matrices para rellenar controles desplegables, desplegables de selección múltiple y botones de opción
- Usar TablaDeDatos con los controles Tabla y Editar cuadrícula
- Usar máscara de entrada
- Notificaciones
- Cómo utilizar expresiones VB
- Diseñar tu aplicación
- Eventos y reglas
- Regla: Si-Entonces-Si no
- Regla: abrir una página
- Regla: Abrir URL
- Norma: cerrar ventana emergente/inferior
- Regla: mostrar mensaje
- Regla: mostrar/ocultar indicador giratorio
- Regla: establecer valor
- Regla: iniciar el proceso
- Regla: restablece los valores
- Regla: subir el archivo al depósito de almacenamiento
- Regla: descargar el archivo del depósito de almacenamiento
- Regla: crear registro de entidad
- Regla: actualizar registro de entidad
- Norma: elimina el registro de entidad
- Regla: añadir a la cola
- Regla: flujo de trabajo del desencadenador
- Aprovechamiento de RPA en tu App
- Aprovechamiento de las entidades en tu App
- Aprovechar las colas en tu aplicación
- Aprovechar los medios en tu aplicación
- Aprovechar las acciones en tu aplicación
- Gestión del ciclo de vida de las aplicaciones (ALM)
- Guía básica de resolución de problemas
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.